Adding DBAN

This commit is contained in:
iRaven 2024-07-13 17:26:50 -05:00
parent c53f997c9c
commit c25faf7f5c

View File

@ -29,12 +29,13 @@ exit
shell shell
:wds :wds
if ${platform} = pcbios { #if ${platform} = pcbios {
kernel ${tftp-path}\pxeboot.0 # kernel ${tftp-path}\pxeboot.0
} elsif ${platform} = efi { #} elsif ${platform} = efi {
# kernel ${tftp-path-efi}\wdsmgfw.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 boot
:wdsefi :wdsefi
@ -48,9 +49,9 @@ item --gap Operating Systems Menu
item mainmenu <--- Back item mainmenu <--- Back
item debinst12 Debian 12 Installer item debinst12 Debian 12 Installer
item debinst11 Debian 11 Installer item debinst11 Debian 11 Installer
item deblive Debian Live System
item fedoralatest Fedora Installer Latest (39) 64-bit item fedoralatest Fedora Installer Latest (39) 64-bit
item arch64 Arch Linux x64 item arch64 Arch Linux x64
# item deblive Debian Live System
choose --default debinst12 --timeout 600000 target && goto ${target} choose --default debinst12 --timeout 600000 target && goto ${target}
@ -66,7 +67,7 @@ initrd ${tftp-path}\debian\11initrd.gz
boot boot
:deblive :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 initrd ${tftp-path}\debian\live-initrd.img
boot boot
@ -88,6 +89,7 @@ menu System Tools and Utilities
item --gap System Tools and Utilities item --gap System Tools and Utilities
item mainmenu <--- Back item mainmenu <--- Back
item gparted gParted Live Debian Image item gparted gParted Live Debian Image
item dban Darik's Boot And Nuke
choose --default gparted --timeout 600000 target && goto ${target} choose --default gparted --timeout 600000 target && goto ${target}
@ -95,3 +97,8 @@ choose --default gparted --timeout 600000 target && goto ${target}
kernel ${tftp-path}\gparted\vmlinuz boot=live config components union=overlay username=technolog noswap noeject fetch=${http-path}/isosrc/gparted.squashfs 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 initrd ${tftp-path}\gparted\initrd.img
boot boot
:dban
initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso
chain ${tftp-path}\memdisk\memdisk1 iso raw
boot