Created
June 29, 2011 16:58
-
-
Save dne/1054313 to your computer and use it in GitHub Desktop.
Multi-boot FreeBSD w/ ZFS root on a GPT partitioned disk using Syslinux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timeout 150 | |
default freebsd | |
prompt 1 | |
label freebsd | |
com32 /boot/addons/chain.c32 | |
append file=/freebsd/gptzfsboot | |
label mfsbsd | |
kernel /boot/addons/memdisk | |
initrd /freebsd/mfsbsd-8.2-amd64.iso | |
append iso raw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment