Quellcode durchsuchen

Add support for Super Grub2 Disk

Antony Messerli vor 9 Jahren
Ursprung
Commit
a00523e638
3 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 1 0
      README.md
  2. 1 0
      docs/index.md
  3. 8 0
      src/utils.ipxe

+ 1 - 0
README.md

@@ -57,6 +57,7 @@ Full documentation is at ReadTheDocs:
 * [HDT](http://www.hdt-project.org/)
 * [Memtest](http://www.memtest.org/)
 * [Partition Wizard](http://www.partitionwizard.com)
+* [Super Grub2 Disk](http://www.supergrubdisk.org)
 
 #### Feedback
 

+ 1 - 0
docs/index.md

@@ -61,6 +61,7 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz
 * [HDT](http://www.hdt-project.org/)
 * [Memtest](http://www.memtest.org/)
 * [Partition Wizard](http://www.partitionwizard.com)
+* [Super Grub2 Disk](http://www.supergrubdisk.org)
 
 ### Source Code
 

+ 8 - 0
src/utils.ipxe

@@ -9,6 +9,8 @@ item hdt ${space} Hardware Detection Tool
 item memtest ${space} MemTest86+
 item netbootcd ${space} NetbootCD.us
 item partition_wizard ${space} Partition Wizard
+item supergrub ${space} Super Grub2 Disk
+item --gap netboot.xyz tools:
 item testpr ${space} Test netboot.xyz branch
 choose --default ${menu} menu || goto utils_exit
 echo ${cls}
@@ -71,6 +73,12 @@ initrd http://www.partitionwizard.com/download/pwfree91-x64.iso
 boot
 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
 clear github_user
 clear github_hash