Hi,
I was trying to passthrough iGPU to one of VM but it caused entire system to crash.
The only problem is that I forgot that my VM has onboot: 1 which means everytime I start system, faulty VM gets started automatically and crashes system.
I see split second of pve login screen with ip but system freeze fast due to auto start VM
Things I tried:
1. Tried to remove iommu variables from grub
No matter what I remove (amd_iommu or any others, I still cant get system to run)
2. Boot into recovery mode and Edit "/var/lib/pve-cluster/config.db" with sqlite3
"Delete from tree where name="100.conf"
Unable to boot
3. Copied config.db db-shm db-wal into another proxmox system and modify
service pve-cluster stop
copy those 3 files
service pve-cluster start
edit "/etc/pve/nodes/zzz/qemu-server/100.conf"
service pve-cluster stop
copy config.db back to old pve
chmod 0600 config.db
start system
I see "nuke: can't remove '/dev': Directory not empty
Now I am out of option and I cant find anything wrong with my steps.
Any suggestion to restore pve?
Thanks.
I was trying to passthrough iGPU to one of VM but it caused entire system to crash.
The only problem is that I forgot that my VM has onboot: 1 which means everytime I start system, faulty VM gets started automatically and crashes system.
I see split second of pve login screen with ip but system freeze fast due to auto start VM
Things I tried:
1. Tried to remove iommu variables from grub
No matter what I remove (amd_iommu or any others, I still cant get system to run)
2. Boot into recovery mode and Edit "/var/lib/pve-cluster/config.db" with sqlite3
"Delete from tree where name="100.conf"
Unable to boot
3. Copied config.db db-shm db-wal into another proxmox system and modify
service pve-cluster stop
copy those 3 files
service pve-cluster start
edit "/etc/pve/nodes/zzz/qemu-server/100.conf"
service pve-cluster stop
copy config.db back to old pve
chmod 0600 config.db
start system
I see "nuke: can't remove '/dev': Directory not empty
Now I am out of option and I cant find anything wrong with my steps.
Any suggestion to restore pve?
Thanks.