Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save netbootdau/39e62175950e1dd3b2d47fd5c3ebefe5 to your computer and use it in GitHub Desktop.
Save netbootdau/39e62175950e1dd3b2d47fd5c3ebefe5 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