I'm trying to boot iso (FreeBSD-9.0-RELEASE-amd64-bootonly.iso) installation media from PXE server (9.0-RELEASE) using syslinux-4.05. PXE setup itself is ok, many other stuff is booting from it ok (memtest, debian iso, etc.).
My pxelinux.cfg/default FreeBSD part:
And I'm stuck with mountfrom> prompt, no devices to mount / from. I did google some PXE setup workarounds but I was looking for something as simple as: use iso image, fetch and install from it over PXE.
Was anybody successful booting FreeBSD iso image from PXE server without any special preps?
My pxelinux.cfg/default FreeBSD part:
Code:
LABEL FreeBSD
KERNEL com32/memdisk
INITRD boot/fbsd/FreeBSD-9.0-RELEASE-amd64-bootonly.iso.gz
APPEND iso bigraw
And I'm stuck with mountfrom> prompt, no devices to mount / from. I did google some PXE setup workarounds but I was looking for something as simple as: use iso image, fetch and install from it over PXE.
Was anybody successful booting FreeBSD iso image from PXE server without any special preps?