diff --git a/CHANGELOG.md b/CHANGELOG.md index 723c7b5e..1ae02e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - Added ZFSBootMenu - Added VanillaOS +- Added Super Grub2 Disk for EFI ## [2.0.80] - 2024-07-17 diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 4132f2d2..d569ff6d 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -710,6 +710,11 @@ utilitiesefi: enabled: true name: ShredOS type: ipxemenu + supergrubdisk: + enabled: true + kernel: ${live_endpoint}{{ endpoints.supergrubdisk.path }}supergrub2-classic-x86_64.efi + name: Super Grub2 Disk + type: direct systemrescue: enabled: true name: System Rescue CD @@ -830,7 +835,7 @@ utilitiespcbios64: type: ipxemenu supergrub: enabled: true - name: SuperGRUB + name: Super GRUB2 Disk type: memdisk util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso version: 2.04s1