shantanoo-desai / packer-ubuntu-server-uefi

Packer Templates for creating Ubuntu Live Server Images with Packer + QEMU + Autoinstall (cloud-init)
Apache License 2.0
38 stars 16 forks source link

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

Closed shantanoo-desai closed 4 months ago

shantanoo-desai commented 4 months ago

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