davidcallanan / os-series

803 stars 117 forks source link

Issue with booting on real hardware #36

Closed CrkedSmile closed 2 years ago

CrkedSmile commented 3 years ago

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

davidcallanan commented 2 years ago

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.