Display driver nvlddmkm stopped responding and has successfully recovered.
I think I came across this problem recently. This was the fix for me, however I don’t know what version of qemu you’re on. I wasn’t getting code43, however drivers wouldn’t load and I was getting bsod’s and blackscreens.
XML should look like so:QEMU 4.0: Unable to load graphics drivers/BSOD after driver install using Q35
Starting with QEMU 4.0 the q35 machine type changes the default kernel_irqchip from off to split which breaks some guest devices, such as nVidia graphics (the driver fails to load / black screen / code 43). Switch to full KVM mode instead with <ioapic driver='kvm'/> under libvirts <features> tag or kernel_irqchip=on in the -machine qemu arg.
<features>
<acpi/>
<apic/>
<hyperv>
<vendor_id state="on" value="whatever"/>
</hyperv>
<kvm>
<hidden state="on"/>
</kvm>
<vmport state="off"/>
<ioapic driver="kvm"/>
</features>
In gparted a key icon shows next to the pve partition FS: LVM2 PV and I right click partition /delete etc is grayed out. I assume this is drive encryption?I, personally do not understand this post.
What exactly is the issue?
You don't want to run proxmox anymore?
Boot any live cd. Run parted/gparted, remove any partitions , create new partition table.
Boot into install cd and install any other distro. Encryption only stops you from getting to the information.
It cannot stop you from dumping all and clean the drive.
Now an install process may refuse to destroy the data but gparted will do it.
So why doesn't proxmox have the same XML files?
VM is still unstable, mouse is skipping and it "stopped"[screen freezes, obviously crashed] after 10m; but at least GPU pass through is working fine...
Well without the XML fix, Nvidia driver was crashing at boot. Hanging on a black screen with endless loading cursor or BSODingBecause it doesn't use libvirt. Qemu itself doesn't parse xml.
For some values of "working fine" I suppose.
Well without the XML fix, Nvidia driver was crashing at boot. Hanging on a black screen with endless loading cursor or BSODing