-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to actually describe MBR partition table? #889
Comments
I'm in a similar boat, but not with Uboot, but just an old BIOS (HP Microserver Gen8) where I want to use |
@Mic92 Thanks for chiming in so (very!) fast 😉 Would I still need this one in that case (I suppose it's the "container" for the |
I was able to install on non-EFI hardware by specifying a boot partition of type Here's the disko-config file
|
Maybe? |
@altsalt I did that on my first try, but it appears I have an additional complication on my Microserver Gen8: when not using HW RAID and not using one of the 4 bays for the boot drive (but a separate SSD in the CD ROM bay), I can't boot from that but need the on-board SD card for (at least?) the MBR. So I'll be adding that to the disco config and see what happens... EDIT: That did the trick. Thanks to those tricks (and praise the lord for disk-config.nix
|
Amlogic based devices must use MBR partition table, as their bootloader will overlap with GPT partition table. However, when I used
type = "table"
, I got the infamous read-only error. What option do I have here?(Yes this layout is mirroring GPT EFI layout because U-Boot will boot EFI bootloader found on a MBR disk.)
The text was updated successfully, but these errors were encountered: