repo icon indicating copy to clipboard operation
repo copied to clipboard

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

Open ghost opened this issue 2 years ago • 1 comments

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

ghost avatar Mar 04 '23 04:03 ghost

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

rilysh avatar Nov 06 '23 11:11 rilysh