|
@@ -9,6 +9,8 @@ item hdt ${space} Hardware Detection Tool
|
|
item memtest ${space} MemTest86+
|
|
item memtest ${space} MemTest86+
|
|
item netbootcd ${space} NetbootCD.us
|
|
item netbootcd ${space} NetbootCD.us
|
|
item partition_wizard ${space} Partition Wizard
|
|
item partition_wizard ${space} Partition Wizard
|
|
|
|
+item supergrub ${space} Super Grub2 Disk
|
|
|
|
+item --gap netboot.xyz tools:
|
|
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
|
|
echo ${cls}
|
|
echo ${cls}
|
|
@@ -71,6 +73,12 @@ initrd http://www.partitionwizard.com/download/pwfree91-x64.iso
|
|
boot
|
|
boot
|
|
goto utils_exit
|
|
goto utils_exit
|
|
|
|
|
|
|
|
+:supergrub
|
|
|
|
+kernel ${memdisk} iso raw
|
|
|
|
+initrd https://forja.cenatic.es/frs/download.php/file/1844/super_grub2_disk_hybrid_2.02s3.iso
|
|
|
|
+boot
|
|
|
|
+goto utils_exit
|
|
|
|
+
|
|
:testpr
|
|
:testpr
|
|
clear github_user
|
|
clear github_user
|
|
clear github_hash
|
|
clear github_hash
|