diskimage-builder/releasenotes/notes/efi-bios-images-052283eabba98b90.yaml
Pierre Crégut 6e71bd4239 Makes EFI images bootable by bios
For Bios and EFI compatibility, grub must be installed twice.
This patch adds the bios version when EFI is selected. The GPT EFI  block partitioning
already adds the bios partition, but the bootloader only called grub once.

Change-Id: Iee6c8b3b97b3cfff4562bcb30a50800f5ade894a
Closes-Bug: #1889089
2020-08-18 14:41:21 +10:00

7 lines
202 B
YAML

---
features:
- |
The ``bootloader`` element now co-installs a BIOS bootloader for
x86-64 when ``DIB_BLOCK_DEVICE=efi`` is set. This makes images
that are EFI and BIOS cross-compatiable.