Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created July 2, 2014 07:51
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robinsmidsrod/dc0dc70adba8dcd79cdf to your computer and use it in GitHub Desktop.
Save robinsmidsrod/dc0dc70adba8dcd79cdf to your computer and use it in GitHub Desktop.
iPXE Clonezilla boot script
#!ipxe
kernel /live/vmlinuz
initrd /live/initrd.img
imgargs vmlinuz boot=live username=user hostname=trusty config quiet union=overlayfs noswap edd=on nomodeset noeject locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no ip= nomodeset vga=normal nosplash
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment