Boot from GRUB loopback mode
Boot from GRUB loopback mode
Hi, I've been attempting a similar setup for a while. I want to create a pendrive and format it with fat32, then use grub for booting. My current configuration includes grub.cfg with a loopback setup. The main issue is that the Linux kernel line needs a UUID after the file listing. I'm unsure what UUID to use since it's a loop device at the start of initrd. Someone might have a better idea—maybe adjusting the boot sequence or adding the correct UUID manually.
I attempted to follow what was described earlier. It appears the initrd image isn’t recognizing the loop device. After about ten seconds, it reports it can’t find /dev/loop0. Maybe I should create a custom initrd or modify the existing one. Good luck!