Issue with booting on real hardware
CrkedSmile opened this issue · 1 comments
CrkedSmile commented
davidcallanan commented
That problem is likely very specific to your hardware.
There is a forum thread talking about this: https://forum.osdev.org/viewtopic.php?f=1&t=28429
Likely reason:
Your system is using EFI on which GRUB cannot set text mode because the EFI_GRAPHICS_OUTPUT_PROTOCOL doesn't support that.
Not sure if there is anything simple I can change with my code to fix this. I will keep this issue open for now.