Corrupted Virtual Machine snapshot in KVM
Got this error when booting up my Virtual Machine in KVM
error restoring domain unable to read from monitor
To fix and remove the corrupted suspended session:
virsh managedsave-remove domain-name
then restart your VM
ref: http://johnpoelstra.com/2011/10/19/resuming-corrupted-suspended-guests/
Post a Comment