I have a server which hosts mirrors for FreeBSD, CentOS and Scientific Linux. It includes .iso files.
Is it possible to use pxelinux to boot this ISO over the network? Must I use gPXE or iPXE instead?
I have seen some indication that this is possible, but I'm not sure that I trust that forum post, as I have not gotten this to work.
I have the following configuration:
LABEL freebsd-install-net
MENU LABEL Netboot FreeBSD-8.2-RELEASE-amd64-disc1.iso
KERNEL memdisk
APPEND iso raw initrd=http://192.168.1.100/freebsd82-disc1.iso
But pxelinux tells me the following:
Loading memdisk....
Could not find ramdisk image: http://192.168.1.100/freebsd82-disc1.iso