kisslinux / repo

KISS Linux - Official Repositories
https://kisslinux.github.io
MIT License
400 stars 100 forks source link

Boot loop issue with legacy BIOS on GRUB 2.06. Must compile with -Os flag #396

Closed ghost closed 4 months ago

ghost commented 1 year ago

As the project is inactive, I am just leaving this tip here for anyone who it may help in the future.

There is an issue with GRUB 2.06, which is the version supplied by KISS. If you are using legacy BIOS instead of UEFI, you must compile GRUB with -Os instead of -O2

Some discussion about the issue can be found here

rilysh commented 10 months ago

Whenever such issues occurs, it's most likely that either the software or the compiler has bugs.