Open suoko opened 8 months ago
IMHO it is an error message of the GRUB loopback command. There has been a change since creation date of original Wubi: https://www.mail-archive.com/grub-devel@gnu.org/msg31239.html
In previous GRUB versions command loopback replaces existing name loop0 without error messages. loop0 does always exist from the first boot script: https://github.com/hakuna-m/wubiuefi/blob/1da9c1ccd10a6ec193857c953274eabdd64d5f6b/data/wubildr.cfg#L4
So a possible solution of the issue is that you use a different device name e.g. loop1:
loopback loop1 /ubuntu/disks/root.disk
set root=(loop1)
It should be also possible to delete the device before creating a new one with the same name:
loopback -d loop0
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
Additionally, it should also possible to use the existing one:
set root=(loop0)
But I try to find a general solution. It should be compatible with previous versions.
I enabled the grub console option and found out this error before:
Error: symbol grub_abort not found
I can't find that error anywhere in the entire internet
I have this error at boot and can't understand what's causing it. I tried disable each line, line by line, option by option, but I don't get it. I'm not even sure it's a grub error. The os starts ok after that, it just prevents the plymouth image to start immediately, so no big deal, but I'm curious if anyone knows where to look at. I found nothing in the logs
This is the grub conf: