Rick Miller wrote:

> Does anyone have any experience booting FreeBSD via gPXE and have
> pointers to relevant documentation and/or blog posts?

I use mfsBSD (http://mfsbsd.vx.sk/) and pxelinux.

DEFAULT boot/menu.c32

PROMPT 0
TIMEOUT 0

MENU TITLE network boot menu - FreeBSD

LABEL ^1 - mfsBSD 8.2 i386 (user=root pass=mfsroot)
        KERNEL boot/memdisk
        APPEND raw initrd=FreeBSD/8.2/i386/mfsboot.img

LABEL ^2 - mfsBSD 8.2 i386 mini (user=root pass=mfsroot)
        KERNEL boot/memdisk
        APPEND raw initrd=FreeBSD/8.2/i386/mfsboot_mini.img

LABEL ^3 - mfsBSD 8.2 amd64 (user=root pass=mfsroot)
        KERNEL boot/memdisk
        APPEND raw initrd=FreeBSD/8.2/amd64/mfsboot.img

LABEL ^4 - mfsBSD 8.2 amd64 mini (user=root pass=mfsroot)
        KERNEL boot/memdisk
        APPEND raw initrd=FreeBSD/8.2/amd64/mfsboot_mini.img

LABEL back
                KERNEL boot/menu.c32
                APPEND pxelinux.cfg/default

HTH, Helmut

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to