|
@@ -7,12 +7,14 @@ item clonezilla ${space} Clonezilla
|
|
item dban ${space} DBAN
|
|
item dban ${space} DBAN
|
|
item gparted ${space} GParted
|
|
item gparted ${space} GParted
|
|
item hdt ${space} Hardware Detection Tool
|
|
item hdt ${space} Hardware Detection Tool
|
|
-item memtest ${space} MemTest86+
|
|
|
|
|
|
+item memtest_420 ${space} Memtest86+ 4.20
|
|
|
|
+item memtest_501 ${space} Memtest86+ 5.01
|
|
item netbootcd ${space} NetbootCD.us
|
|
item netbootcd ${space} NetbootCD.us
|
|
item partition_wizard ${space} Partition Wizard
|
|
item partition_wizard ${space} Partition Wizard
|
|
item pogostick ${space} Pogostick - Offline Windows Password and Registry Editor
|
|
item pogostick ${space} Pogostick - Offline Windows Password and Registry Editor
|
|
item supergrub ${space} Super Grub2 Disk
|
|
item supergrub ${space} Super Grub2 Disk
|
|
item --gap netboot.xyz tools:
|
|
item --gap netboot.xyz tools:
|
|
|
|
+item nbxyz-custom ${space} Set Github User [user: ${github_user}]
|
|
item testdistro ${space} Test Distribution ISO
|
|
item testdistro ${space} Test Distribution ISO
|
|
item testpr ${space} Test netboot.xyz branch
|
|
item testpr ${space} Test netboot.xyz branch
|
|
choose --default ${menu} menu || goto utils_exit
|
|
choose --default ${menu} menu || goto utils_exit
|
|
@@ -64,17 +66,29 @@ initrd http://www.hdt-project.org/raw-attachment/wiki/hdt-0.5.0/hdt-0.5.2.iso
|
|
boot
|
|
boot
|
|
goto utils_exit
|
|
goto utils_exit
|
|
|
|
|
|
-:memtest
|
|
|
|
-chain utils/memtest.bin ${params} && goto main_menu ||
|
|
|
|
-echo MEMORY ERROR DETECTED! ${errno}
|
|
|
|
-echo Press any key to continue ...
|
|
|
|
-read a
|
|
|
|
|
|
+:memtest_420
|
|
|
|
+chain https://boot.netboot.xyz/utils/memtest86-4.20.bin && goto main_menu ||
|
|
goto utils_exit
|
|
goto utils_exit
|
|
|
|
|
|
|
|
+:memtest_501
|
|
|
|
+chain https://boot.netboot.xyz/utils/memtest86-5.01.bin && goto main_menu ||
|
|
|
|
+goto utils_exit
|
|
|
|
+
|
|
|
|
+:nbxyz-custom
|
|
|
|
+echo EXPERIMENTAL
|
|
|
|
+echo
|
|
|
|
+echo Make sure you have a fork of https://github.com/antonym/netboot.xyz-custom.
|
|
|
|
+echo You can then customize your fork as needed and set up your own custom options.
|
|
|
|
+echo Once your username is set, a custom option will appear on the main menu.
|
|
|
|
+echo
|
|
|
|
+echo -n Please enter your Github username: ${} && read github_user
|
|
|
|
+goto utils_exit
|
|
|
|
+
|
|
:netbootcd
|
|
:netbootcd
|
|
kernel http://netbootcd.us/downloads/6.4.1/vmlinuz
|
|
kernel http://netbootcd.us/downloads/6.4.1/vmlinuz
|
|
initrd http://netbootcd.us/downloads/6.4.1/nbinit4.gz
|
|
initrd http://netbootcd.us/downloads/6.4.1/nbinit4.gz
|
|
boot
|
|
boot
|
|
|
|
+goto utils_exit
|
|
|
|
|
|
:partition_wizard
|
|
:partition_wizard
|
|
kernel ${memdisk} iso raw
|
|
kernel ${memdisk} iso raw
|
|
@@ -102,6 +116,7 @@ echo -n URL: ${} && read distro_iso
|
|
kernel ${memdisk} iso raw
|
|
kernel ${memdisk} iso raw
|
|
initrd ${distro_iso}
|
|
initrd ${distro_iso}
|
|
boot
|
|
boot
|
|
|
|
+goto utils_exit
|
|
|
|
|
|
:testpr
|
|
:testpr
|
|
clear github_user
|
|
clear github_user
|
|
@@ -120,5 +135,4 @@ goto utils_exit
|
|
|
|
|
|
:utils_exit
|
|
:utils_exit
|
|
clear menu
|
|
clear menu
|
|
-chain menu.ipxe
|
|
|
|
exit 0
|
|
exit 0
|