Skip to content

Instantly share code, notes, and snippets.

@t2psyto
Last active February 16, 2022 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t2psyto/aec819c932f819ad00b388080e224007 to your computer and use it in GitHub Desktop.
Save t2psyto/aec819c932f819ad00b388080e224007 to your computer and use it in GitHub Desktop.
clonezilla-live toram & PXE+UEFI boot for Tiny PXE Server iPXE menu
#!ipxe
## clonezilla-live toram & PXE+UEFI boot for Tiny PXE Server iPXE menu
## 1. extract clonezilla.iso to "pxesrv\ISO\clonezilla"
## 2. copy this file to "pxesrv\files\clonezilla.ipxe"
## 3. set pxesrv.exe params to::
## - Boot File: ipxe-x86_64.efi
## - [x] Filename if user-class =gPXE or iPXE: clonezilla.ipxe
##
set boot-url http://${dhcp-server}
kernel ${boot-url}/ISO/clonezilla/live/vmlinuz initrd=initrd.img boot=live config noswap nolocales edd=on nomodeset vga=788 nosplash noprompt fetch=${boot-url}/ISO/clonezilla/live/filesystem.squashfs
initrd ${boot-url}/ISO/clonezilla/live/initrd.img
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment