Skip to content
Snippets Groups Projects
Commit 06c5bab6 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

oniro-image: use x-gpt-efi-disk for SECO B68


This, coupled with the earlier EFI_PROVIDER change allows the generated
disk image to correctly boot with GRUB under QEMU/EFI. There is some
loss of functionality: the early-boot microcode patch system is gone,
for the moment, until we figure out how to bring it back with improved
and unified GRUB configuration files.

This was tested with:

        qemu-system-x86_64 -cpu IvyBridge -machine q35 -bios ovmf.qcow2 \
                oniro-image-base-seco-intel-b68.wic -m 1024 -nographic

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 0975aaa5
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ IMAGE_FSTYPES:append = " squashfs"
WKS_FILE:raspberrypi4-64 ?= "x-raspberrypi.wks.in"
WKS_FILE:seco-intel-b68 ?= "x-efi-systemd-microcode.wks.in"
WKS_FILE:seco-intel-b68 ?= "x-gpt-efi-disk.wks.in"
IMAGE_FSTYPES:append:seco-intel-b68 = " wic.bz2 wic.bmap"
# We avoid any other fstypes (for qemu) by default as the OS depends on a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment