Inconsistent ESP sizes
Bug #1923827 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
It seems that ESP sizes differ between
* desktop
* server subiquity
* server maas
* server preinstalled
* cloud-images
I see numbers like 512MiB, 538 (?!), 204 (?), 106MiB.
I guess all of them should be 512MiB. But I guess increasing ESP size can be seen as a regression by cloud images.
To post a comment you must log in.
looks like different architectures do have different ESP's for cloud images:
arm: 204 : https:/ /git.launchpad. net/livecd- rootfs/ tree/live- build/ubuntu- cpc/hooks. d/base/ disk-image- uefi.binary# n36 /git.launchpad. net/livecd- rootfs/ tree/live- build/ubuntu- cpc/hooks. d/base/ disk-image- uefi.binary# n49 /git.launchpad. net/livecd- rootfs/ tree/live- build/ubuntu- cpc/hooks. d/base/ disk-image- uefi.binary# n74
riscV: 106: https:/
amd64: 106: https:/
there might be an impact with upsizing them, what's the impact of their being inconsistent?