I'm trying to setup a PXE Server. I want to just mount the .iso then add it to the pxe menu. This includes Windows oem disc images and linux distro's, also some utilities like clonezilla, ultimate boot cd, stuff like that.
But I'm not aiming for automation, just a place where I don't need a disc to do a wipe and reload on a box or screwing around with linux distro's or doing diagnostics on machine.
I just want everything in one place and only a network cable away.
Thats my goal.
I can't seem to get it to work.
I'm using centos 5.2 on my bitch box *test bed* before I put it on my server, which is centOS 5.
The DHCP Server is a pfsense box and it has a option to set the network booting server.
I set that to
192.168.1.101
/pxelinux.0
I've been using these documentations as reference
http://www.centos.org/docs/5/html/In...US/ch-pxe.html
http://wiki.centos.org/HowTos/PXE/PX...ight=%28PXE%29
http://www.redhat.com/docs/manuals/e...xe-config.html
and google.
But it seems like redhat/centos change the way pxe servers are setup.
I'm trying to learn the basics but I'm failing at that.
I did
yum install system-config-netboot
which download three packages, syslinux, tftp-server and something else, I can't remember. When it did that, It created a directory in the tftpboot folder called "linux-install" which had some of the pxe stuff, like pxelinux.0 and pxelinux.cfg
I installed NFS Server, tried to add a share which was a mounted centos dvd, which was all fine and dandy.
Tried to add it as a network install in "Network Booting Tool" which it kept refusing or broke the tool. Looked at the log and it mounted the share and then unmounted it.
in the end I didn't get anywhere.
I'm probably doing it wrong, or not using it as intended.
Any help appreciated.
~Mp