-
Notifications
You must be signed in to change notification settings - Fork 175
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
Packer Rocky 9 image deploys but fails to boot - Blue Screen Could not install security protocol #108
Comments
I did more testing and it looks like when MAAS tries to chainload the bootloader, it looks for /efi/ubuntu, /efi/centos, /efi/redhat, /efi/rhel, /efi/red, /efi/Microsoft. On the custom Rocky9 image, the directory is /boot/efi/EFI/rocky which does not match any of the default MAAS fallback. I added "cp -vr /boot/efi/EFI/rocky /boot/efi/EFI/rhel" to the post installation section in the rock.ks and the custom image is able to boot and successfully deploy. I am not sure if this is a valid workaround or if there's anything else that I am missing. Any comment or suggestion would be truly appreciated.
|
Hey @sho1sho1sho1, could you create a PR for your fix? |
Is this with grub, or with iPXE? There's a known issue with iPXE that breaks nested boot setup: rhboot/shim#549 |
Hi, Just an update still happening on maas 3.5.1 and latest build from the packer-maas repo |
I am new to Maas Custom Images. I followed the Maas custom image guide using the Rocky 9 packer template and created a Rocky 9 custom image. I see the baremetal machine deploys, but after first reboot, it gets a blue screen error "Could not install security protocol: (0x2) Invalid Parameter."
Is this a bug? Or did I miss a step in creating the Rocky 9 custom image?
The text was updated successfully, but these errors were encountered: