forked from pool/cockpit-machines
Explicitly set uefi as default firmware (bsc#1245145) #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "malikirri/cockpit-machines:default-uefi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -31,0 +23,4 @@
userPassword,
vmName,
sshKeys,
+ firmware: "uefi",
Is there any concern to just always running uefi? Is our stance just drop support for bios completely?
I don't think the stance is to drop support for bios. But bios is considered a legacy so there was a request to make uefi the default https://bugzilla.suse.com/show_bug.cgi?id=1232691
My only concern is if an image supports bios but not uefi we don't have any considerations for it
You should be able to change from uefi to bios after you've created the VM but haven't installed it yet but it looks to be bugged. I'll look into what's going on with that
Updated the patch to fix the issues with switching from UEFI to BIOS before VM is installed
@@ -37,2 +28,2 @@
return "unknown";
} else {
logDebug(`CREATE_VM(${vmName}): install_machine.py '${JSON.stringify(args)}'`);
Do we want to keep the
logDebug
here?logDebug
is part of the original code base. That is just diff of a diff looking silly64ccd4fe0e
tofbe68bb066
I think this looks fine
merge ok