Skip to content

Add support for LABEL= fstab device entries#473

Merged
Dany9966 merged 1 commit into
cloudbase:masterfrom
mihaelabalutoiu:fix-efi-partition-label-mount-support
Jul 17, 2026
Merged

Add support for LABEL= fstab device entries#473
Dany9966 merged 1 commit into
cloudbase:masterfrom
mihaelabalutoiu:fix-efi-partition-label-mount-support

Conversation

@mihaelabalutoiu

Copy link
Copy Markdown
Member

This PR adds support for LABEL-based entries in fstab when mounting partitions during OS morphing.

Previously, OS morphing only handled UUID-based device references. As a result, cloud images that referenced the EFI System Partition using a filesystem label (for eg: LABEL=UEFI /boot/efi vfat ...) were not mounted correctly, causing grub-install to fail with:

grub-install: error: /boot/efi doesn't look like an EFI partition.

Extend fstab partition mounting to recognize LABEL= device references,
allowing partitions to be mounted by their filesystem labels in addition
to UUIDs during OS morphing.

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
@Dany9966
Dany9966 merged commit 4cfd228 into cloudbase:master Jul 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants