Adding DBAN
This commit is contained in:
parent
c53f997c9c
commit
c25faf7f5c
21
menu.ipxe
21
menu.ipxe
@ -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,10 +89,16 @@ 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}
|
||||||
|
|
||||||
:gparted
|
:gparted
|
||||||
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
|
||||||
|
|
||||||
|
:dban
|
||||||
|
initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso
|
||||||
|
chain ${tftp-path}\memdisk\memdisk1 iso raw
|
||||||
boot
|
boot
|
Loading…
x
Reference in New Issue
Block a user