Skip to content

Instantly share code, notes, and snippets.

@dne
Created June 29, 2011 16:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dne/1054313 to your computer and use it in GitHub Desktop.
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
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