Open estergl opened 7 months ago
Does the small MBR partition have to be defined in the first place or does it make no difference where the esp or mbr partitions are defined?
It should not matter. (Except for limitations in your systems firmware)
Is this the correct configuration and implementation with Elbe to achieve this A/B mechanism with Grub bootloader?
This looks reasonable. But there is no one correct way to implement this. It all depends on your requirements.
Did you check that the ESP is big enough? (Unfortunately the elbe error reporting needs some work)
If you post a minimal reproducer XML I can try to take a look.
Hi,
i have build hybrid bookworm image with the following XML configuration and i wanted to test the grub 2.12-1~bpo12+1 from the bookworm backports. (Elbe version : 14.6.1)
The device booted in LEGACY-BIOS boot mode, but not in UEFI-BIOS boot mode. I always get a black screen and can not boot into grub console. The device always boots into BIOS. I'm currently looking for why it doesn't boot in UEFI. After the device booted into legacy mode, I checked the following things:
The same configuration always works for me with the buster setup.
I would like to clarify a few things here.