Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect bls_boot partition #178

Merged

Conversation

alexsander-souza
Copy link
Contributor

newer Ubuntu releases have a Linux Boot Loader Specification compatible /boot partition. This should be included in the image.

fixes #175

newer Ubuntu releases have a Linux Boot Loader Specification
compatible /boot partition. This should be included in the image.

fixes canonical#175
@alanbach
Copy link
Contributor

alanbach commented Dec 6, 2023

This works!

Just applied this pull request as a patch to my main branch and built a fresh image using:

packer build -var ubuntu_series=mantic -var kernel=linux-image-6.5.0-10-generic -only='cloudimg.*' .

Performed test deployments on a UEFI and a BIOS instance and both were successful.

This LGTM to merge.

Thanks much!

Copy link
Contributor

@alanbach alanbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested. +1.

@alexsander-souza alexsander-souza merged commit ea35d2e into canonical:main Dec 7, 2023
1 check passed
@alexsander-souza alexsander-souza deleted the pack_bls_boot_partition branch December 7, 2023 12:49
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.

Ubuntu: Building cloudimg images with custom kernel does not work
2 participants