this post was submitted on 31 Jan 2024
29 points (100.0% liked)
Arch Linux
7761 readers
18 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Grub can load booster images, the issue is about incorrect grub.cfg generation.
What they're saying in the issue is that
grub-mkconfig
will not create a correct "Arch Linux" menu entry for booster, but if you go to "Advanced options" and choose the "booster" menu entry it works. I can confirm this. It happened on the system I'm currently using.Specifically, the problem is that
grub-mkconfig
does not add the booster image to theinitrd
of the default menu entry. You can add it manually. For example I had to change thisto this
If I recall correctly this issue was not present last time I set up a system with booster. It might be a regression or maybe it only happens in specific system configurations.
understood, so no big issue with grub, cool !