Comment 43 for bug 1311247

Revision history for this message
Quirin Lohr (coolinger) wrote :

Hey dino99,

the x is just part of an empty string comparison!

"x${GRUB_DEFAULT}" is compared to "x"

If ${GRUB_DEFAULT} is empty, it is "x" = "x"

Also, I think the "#"s from #35 is just padding because the grubenv file has to keep a specific file size or at least minimum file size.

Since the problem only occurs if installed by an alternate installer (in my case fai), my guess is that there is just a command in the installation script missing, which is executed in the default installer.

Can anybody show a grubenv file resulting from a default installation?