-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
In current qcom-ptool, these platforms define an ESP partition called "efi" (using efi.bin) using the proper GUID (c12a7328-f81f-11d2-ba4b-00a0c93ec93b
) for EFI System Partition
per The Discoverable Partitions Specification (DPS):
- platforms/qcm6490/partitions.conf
- platforms/qrb4210-rb2/partitions.conf
- platforms/qcs9100/partitions.conf
- platforms/qrb2210-rb1/partitions.conf
However while all of these platforms define a root partition called "rootfs" (using rootfs.img), only these two platforms use the correct GUID (b921b045-1df0-41c3-af44-4c6f280d3fae
) for Root Partition (64-bit ARM/AArch64)
:
- platforms/qcm6490/partitions.conf
- platforms/qcs9100/partitions.conf
While these two use a GUID not defined in the DPS (1B81E7E6-F50D-419B-A739-2AEEF8DA3335
):
- platforms/qrb4210-rb2/partitions.conf
- platforms/qrb2210-rb1/partitions.conf
Notably, I don't think systemd recognizes this GUID.
Metadata
Metadata
Assignees
Labels
No labels