-
Notifications
You must be signed in to change notification settings - Fork 714
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
Fix Secure Boot Automatus VM Installs #11239
Fix Secure Boot Automatus VM Installs #11239
Conversation
Hello, I tried to install RHEL 8 and Fedora with this PR applied and unfortunately when I try to install with secureboot, I receive only blank screen and the installation does not proceed. |
81b6d3c
to
3bbcf57
Compare
@vojtapolasek I have updated the PR, in my testing this should work better. |
Hello @Mab879 I tried your latest PR and indeed the installation finishes successfully. However, I am not sure if the outcome is what we want. |
This is a bug that is currently in master. I will see if I can fix that. |
I have updated the script to make sure that the normal uefi does not use secure boot. |
Hello, unforrtunately now the installation does not start when "--uefi normal" is used.
|
What version OS are you running? I can't reproduce on F39 or F38. |
I am running Fedora 38. virt:python3-libvirt-9.0.0-2.fc38.x86_64 qemu:ipxe-roms-qemu-20220210-3.git64113751.fc38.noarch edk:edk2-ovmf-20230524-3.fc38.noarch Reproducer with --uefi normal
Reproducer with --uefi secureboot (this works)
|
1281ff5
to
c337dfc
Compare
Simplify the flags to only request secureboot.
c337dfc
to
d2b1f49
Compare
Code Climate has analyzed commit d2b1f49 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 58.5%. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much @Mab879 I confirm this works on Fedora 39 as a host system. Merging.
Description:
Make the secure boot flag in
install_vm.py
work.Rationale:
FIxes #11237