-
Notifications
You must be signed in to change notification settings - Fork 417
Description
Thank you for this fantastic repo.
The multi-boot Hello World sub project, when dd'ed to a USB flash drive cannot boot properly on macOS. I get a GRUB Rescue menu that seems unable to load the actual /boot elf file. This Mac has an Ubuntu 20.10 installation that uses GRUB successfully, though Ubuntu is installed to an external disk and GRUB is on the internal so it's a tad weirdly set up but works for booting both Ubuntu and macOS, but I cannot get the multi-boot Hello World example to boot. Any ideas? Works fine in QEMU.
Also have my own boot loader written for Master Boot Record and BIOS based booting which my Mac also doesn't like, but I suspect that's because some of the assumptions I make require it to be on an IDE device. But maybe not, it shows "No bootable disk could be found" which is not a message from my boot loader, so it may never even execute a single instruction of mine.