From 74f719ac545c9c1340dc24ba6d301affa6001c79 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 25 Aug 2024 21:54:39 -0500 Subject: [PATCH] Clonezilla test --- menu.ipxe | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/menu.ipxe b/menu.ipxe index e36bb4f..9fefbb6 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -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