Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created June 14, 2013 13:02
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/5781653 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/5781653 to your computer and use it in GitHub Desktop.
Firefly IllumOS recovery environment netbooted using iPXE
#!ipxe
echo Booting Firefly 0613 for ${initiator-iqn}
set base-url ${boot-url}/firefly-0613/boot
# http://alexeremin.blogspot.no/2013/05/firefly-failsafe-image-for-illumos.html
# http://sourceforge.net/projects/fireflyfailsafe/files/
# Download ISO, unpack ISO and copy files to boot-url
# The ramdisk is compressed with gzip, which must be unpacked
# to work with iPXE
# mv firefly firefly.gz
# gunzip firefly.gz
kernel ${base-url}/platform/i86pc/kernel/amd64/unix
module ${base-url}/firefly
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment