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

[bug] EFI Boot Sequence Breaks for Ubuntu 24.04 #17

Closed
3 tasks done
shantanoo-desai opened this issue May 31, 2024 · 0 comments
Closed
3 tasks done

[bug] EFI Boot Sequence Breaks for Ubuntu 24.04 #17

shantanoo-desai opened this issue May 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@shantanoo-desai
Copy link
Owner

shantanoo-desai commented May 31, 2024

Description

based on changes adapted in #7 with Ubuntu 24.04 LTS the output of the efibootmgr now has an output with Ubuntu as opposed to ubuntu.

Upon testing the changes on Ubuntu 22.04 LTS image, the efibootmgr outputs ubuntu as opposed to Ubuntu.

This requires different and distinct user-data files under http directory.

Effort

  • add ubuntu_distro for packer variables
  • refactor the Ubuntu Packer template to use http_directory value based on the value of the ubuntu distro name
  • create distinct directories based on ubuntu distro names under http directory with adapted changed
@shantanoo-desai shantanoo-desai added the bug Something isn't working label May 31, 2024
@shantanoo-desai shantanoo-desai self-assigned this May 31, 2024
shantanoo-desai added a commit that referenced this issue May 31, 2024
move cloud-init user-data files into distinct directories under
`http` for each Ubuntu Distro in order to tackle `efibootmgr`
sequence compatibility between current LTS and 24.04 LTS.
(closes #17)

rename the wrong `plain-txt-passwd` -> `plain_text_passwd`
for cloud-init configuration. (closes #18)

Signed-off-by: Shantanoo 'Shan' Desai <shantanoo.desai@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant