Boot Super Grub2 Disk from grub.cfg

WARNING: This is a quick and dirty documentation page. This is not official documentation and might contain instructions that might damage your system. Use with caution!

BIOS MODE

# Save super_grub2_disk_hybrid_2.02s10-beta5.iso into /boot folder

menuentry "Super GRUB2 Disk" {
search --no-floppy --label boot --fs-uuid --set=root PUT-THE-UUID-PARTITION-HERE
set isofile=/boot/super_grub2_disk_hybrid_2.02s10-beta5.iso
loopback loop $isofile
configfile (loop)/boot/grub/loopback.cfg
}

UEFI MODE

# Save super_grub2_disk_standalone_x86_64_efi_2.02s10-beta5.EFI into /boot folder

menuentry "Super GRUB2 Disk" {
search --no-floppy --label boot --fs-uuid --set=root PUT-THE-UUID-PARTITION-HERE
chainloader /boot/super_grub2_disk_standalone_x86_64_efi_2.02s10-beta5.EFI
}