gPXE booting FreeBSD?

Helmut Schneider jumper99 at gmx.de
Tue Dec 4 20:52:55 UTC 2012


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



More information about the freebsd-questions mailing list