nanobyte-dev / nanobyte_os

OS tutorial from Nanobyte YouTube channel.
The Unlicense
514 stars 77 forks source link

launch on real hardware #56

Open tech-voyager opened 6 months ago

tech-voyager commented 6 months ago

I rebuilt .img .iso

and it turned out that the OS version from the first part does not support UEFI. What should I do?

ghost commented 6 months ago

You should burn the img on a flash drive. I recommend Balena Etcher (but feel free to use dd if you want). After that, boot into the motherboard's bios and enable csm support. You should now restart and run the os as mbr not uefi.

https://wiki.osdev.org/Bootable_CD Also use this guide if it helps.

Hope it works!