davidcallanan/os-series

Issue with booting on real hardware

CrkedSmile opened this issue · 1 comments

It just gets stuck on this screen whenever I tried to boot on it on my laptop through a USB
IMG_20210616_182514_246
If you can't read the text it says
booting double r OS
warning no console will be available to OS

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.