public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] wic: efi-plus-pcbios: mark /boot partition as EF00 for UEFI detection
@ 2025-12-19 17:29 'Badrikesh Prusty' via isar-users
  0 siblings, 0 replies; only message in thread
From: 'Badrikesh Prusty' via isar-users @ 2025-12-19 17:29 UTC (permalink / raw)
  To: isar-users; +Cc: Badrikesh Prusty

- Added --part-type EF00 to the /boot partition so UEFI firmware
  recognizes it as an EFI System Partition.
- Legacy BIOS unaffected because partition remains active and vfat

Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
---
 meta-isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks b/meta-isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks
index 220df99d..50807a41 100644
--- a/meta-isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks
+++ b/meta-isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks
@@ -1,6 +1,6 @@
 # Example to show how to create an efi + pcbios image
 # Note, that the loader argument is mandatory. But systemd-boot also works.
-part /boot --source bootimg-biosplusefi-isar --sourceparams="loader=grub-efi" --label boot --active --align 1024 --use-uuid
+part /boot --source bootimg-biosplusefi-isar --sourceparams="loader=grub-efi" --label boot --part-type EF00 --active --align 1024 --use-uuid
 part / --source rootfs --fstype=ext4 --mkfs-extraopts "-T default" --label platform --align 1024 --use-uuid --exclude-path=boot
 
 bootloader --ptable gpt --timeout 3 --append "rootwait console=ttyS0,115200 console=tty0"
-- 
2.47.3

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251219172940.2655470-1-badrikesh.prusty%40siemens.com.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-19 17:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-19 17:29 [PATCH] wic: efi-plus-pcbios: mark /boot partition as EF00 for UEFI detection 'Badrikesh Prusty' via isar-users

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox