Load .iso and Grub4dos files in Grub2

rodrigo.cunha

New Member
Joined
Jun 3, 2019
Messages
1
Reaction score
0
Credits
0
Greetings to all, I have been needing help solving a problem for a long time. I installed grub2 on a thumb drive to boot into several "isos" files.

menuentry "Windows 7 Recovery Disc 32bit" {
loopback loop /multiboot/rescue/boot_util.iso
#set root=(loop)
set root=(loop)
chainloader +1
}

actually boot more does not boot, I tested on several isos, both in UEFI mode and BIOS.

My other question is to load Grub4Dos

menuentry "Run grub4dos OK MBR"{
set root='(hd0,1)'
linux /grub.exe
}

using these parameters to load the Grub4dos in Grub2 it loads more only if you start the machine in BIOS, when we start the machine in UEFI it does not find the USB disk and so it does not load the menu.lst. I would love a big thank you very much.
 


Top