summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-02-10 12:28:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-02-10 12:28:12 +0100
commit90e4f5d187fe735f9dea0776ce6642af8ed19831 (patch)
tree713ec82d8819bc2a957733ded165edb7e94b1d1f /target/x86_64
parent9a9f72a7d66f29e988d0bbe207d53e2961f6df5f (diff)
sync dual-boot with single boot, use gpt/efi
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/qemu-x86_64/genimage-efi-dual.cfg11
1 files changed, 7 insertions, 4 deletions
diff --git a/target/x86_64/qemu-x86_64/genimage-efi-dual.cfg b/target/x86_64/qemu-x86_64/genimage-efi-dual.cfg
index 7c82a0bcb..ff3cb08d2 100644
--- a/target/x86_64/qemu-x86_64/genimage-efi-dual.cfg
+++ b/target/x86_64/qemu-x86_64/genimage-efi-dual.cfg
@@ -10,27 +10,30 @@ image efi-part.vfat {
image disk.img {
hdimage {
+ partition-table-type = "gpt"
}
partition boot {
- partition-type = 0xEF
image = "efi-part.vfat"
+ partition-type-uuid = U
+ offset = 32K
+ bootable = true
}
partition root1 {
- partition-type = 0x83
+ partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
image = "rootfs.ext"
size = 128M
}
partition root2 {
- partition-type = 0x83
+ partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
image = "rootfs.ext"
size = 128M
}
partition cfgfs {
- partition-type = 0x88
+ partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
image = "cfgfs.img"
}