Re: pxegrub + FreeBSD install

2012-04-25 Thread Rick Miller
I was able to figure out how to pass the variables to the FreeBSD mfsroot. I did so by modifying the grub.cfg file like the below: menuentry "freebsd82-x86_64" { kfreebsd /boot/kernel/kernel kfreebsd_loadenv /boot/device.hints kfreebsd_module /boot/mfsroot.gz type=mfs_root set kFreeBS

pxegrub + FreeBSD install

2012-04-24 Thread Rick Miller
Hi All, I am attempting to build FreeBSD 8.x-RELEASE over the network via PXE. I chain pxegrub to pxelinux and load the FreeBSD kernel and mfsroot through pxegrub with the following: menuentry "freebsd-x86_64" { kfreebsd /boot/kernel/kernel kfreebsd_loadenv /boot/device.hints kfreebsd_m