Adding DBAN
This commit is contained in:
parent
c53f997c9c
commit
c25faf7f5c
21
menu.ipxe
21
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
|
Loading…
x
Reference in New Issue
Block a user