shantanoo-desai / packer-ubuntu-server-uefi

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

afer install and reboot, cd install begins again #3

Closed dgttm closed 1 year ago

dgttm commented 1 year ago

thanks for your work.

I guess packer is again booting from iso instead of automatically booting from disk.

If I manually select the second option, installation resumes.

image

any hints?

cheers

Nicolas

shantanoo-desai commented 1 year ago

Hi @dgttm maybe check out this issue #2 I think this might depend on the bootefimgr sequence also for your case. Are you generating an image locally ?

You might have to check sudo efibootmgr -v in order to determine the boot sequence and adapt your cloud-init/user-data file accordingly

shantanoo-desai commented 1 year ago

@dgttm any updates?