diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 7991f10e..30924214 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -2778,6 +2778,9 @@ sub config_to_command { push @$cpuFlags, 'kvm=off'; $vga = 'none'; $nohyperv = 1; + if ($conf->{bios} && $conf->{bios} eq 'ovmf') { + $xvga = ""; + } } my $pcidevices = $d->{pciid}; my $multifunction = 1 if @$pcidevices > 1;