Clonezilla test

This commit is contained in:
iRaven 2024-08-25 21:54:39 -05:00
parent 890c660271
commit 74f719ac54

View File

@ -14,8 +14,8 @@ menu Technolog iPXE Menu
item --default exit Boot From Local Hard Disk/Continue BIOS Boot
item --gap Main Menu
item wds Windows Deployment Services
item wdsefi Windows Deployment Services EFI
item wds Windows Deployment Services (BIOS)
item wdsefi Windows Deployment Services (UEFI)
item osmenu Operating Systems
item utilmenu System Tools and Utilities
item testmenu Testing Menu
@ -36,7 +36,7 @@ shell
# kernel ${tftp-path-efi}\wdsmgfw.efi
#chain --replace --autofree ${tftp-path}\wdsmgfw.efi
#}
kernel ${tftp-path}\pxeboot.0
kernel ${tftp-path}\wdsnbp.com
boot
:wdsefi
@ -110,6 +110,10 @@ initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso
chain ${tftp-path}\memdisk\memdisk1 iso raw
boot
:clonezilla
kernel ${tftp-path}\clonezilla\vmlinuz boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=${tftp-path}/clonezilla/filesystem.squashfs
initrd ${tftp-path}\clonezilla\initrd.img
### Testing Menu
:testmenu
menu Testing Menu