From c25faf7f5cfa14baa35fdf3b542297f7d8d70c7d Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sat, 13 Jul 2024 17:26:50 -0500 Subject: [PATCH] Adding DBAN --- menu.ipxe | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/menu.ipxe b/menu.ipxe index a8533de..3a8f288 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -29,12 +29,13 @@ exit shell :wds -if ${platform} = pcbios { - kernel ${tftp-path}\pxeboot.0 -} elsif ${platform} = efi { +#if ${platform} = pcbios { +# kernel ${tftp-path}\pxeboot.0 +#} elsif ${platform} = efi { # kernel ${tftp-path-efi}\wdsmgfw.efi - chain --replace --autofree ${tftp-path}\wdsmgfw.efi -} + #chain --replace --autofree ${tftp-path}\wdsmgfw.efi +#} +kernel ${tftp-path}\pxeboot.0 boot :wdsefi @@ -48,9 +49,9 @@ item --gap Operating Systems Menu item mainmenu <--- Back item debinst12 Debian 12 Installer item debinst11 Debian 11 Installer +item deblive Debian Live System item fedoralatest Fedora Installer Latest (39) 64-bit item arch64 Arch Linux x64 -# item deblive Debian Live System choose --default debinst12 --timeout 600000 target && goto ${target} @@ -66,7 +67,7 @@ initrd ${tftp-path}\debian\11initrd.gz boot :deblive -kernel ${tftp-path}\debian\live-vmlinuz +kernel ${tftp-path}\debian\live-vmlinuz boot=live config components union=overlay username=technolog noswap noeject fetch=${http-path}/isosrc/debian12live.squashfs initrd ${tftp-path}\debian\live-initrd.img boot @@ -88,10 +89,16 @@ menu System Tools and Utilities item --gap System Tools and Utilities item mainmenu <--- Back item gparted gParted Live Debian Image +item dban Darik's Boot And Nuke choose --default gparted --timeout 600000 target && goto ${target} :gparted kernel ${tftp-path}\gparted\vmlinuz boot=live config components union=overlay username=technolog noswap noeject fetch=${http-path}/isosrc/gparted.squashfs initrd ${tftp-path}\gparted\initrd.img +boot + +:dban +initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso +chain ${tftp-path}\memdisk\memdisk1 iso raw boot \ No newline at end of file