adrian15

Results 42 comments of adrian15
trafficstars

> I remember that @adrian15 tried to create a sets of fully trusted chainload chains > to be used in Super GRUB2 Disk. @adrian15, could you tell us your progress...

Here's my proposal: Aguboot.

I don't mind building for these systems if you (or someone else) helps me with a cross-architecture build on AMD64 which it's my current system. Trying to build Grub 2.06...

1. Does the problem reproduce on latest Super Grub2 Disk versions which are now based on Grub 2.02 latest rcs? Does it work properly if you try to efi-chainload it...

Now that I take a second look at your screenshots. Did you ever try to boot either: - bootmgfw.efi or - bootmgr.efi files? Or is the 'Nano Server Recovery Console'...

> But it doesn't work. Can you please explain exactly what errors do you get?

> If i want to isoboot super_grub2_disk_hybrid_2.04s1.iso i get > Press any key to continue ...... Can you please press 'c' so that you go to the grub terminal and...

> Than see with screenshots: > https://imgur.com/a/LiC9Fdn Can you please write down the text you see in the screen so that it's useful for other people? Thank you.

> ``` > search --no-floppy --label MULTIBOOT --fs-uuid --set=root 23B2-C998 > set isofile=/boot/iso/super_grub2_disk_hybrid_2.04s1.iso > loopback loop $isofile > configfile (loop)/boot/grub/loopback.cfg > ``` > > The last Error Screen Message: >...

I see: https://github.com/supergrub/supergrub/blob/41ed97fd1742b9435626a8bec4e60c9dda609d1e/menus/loopback.cfg#L10 which it's: ``` source "(${root})/boot/grub/grub.cfg" ``` should be: ``` source "${config_directory}/grub.cfg" ``` instead. And probably you should be using: sgdloop instead of loop as a variable so...