Comment 53 for bug 105195

Revision history for this message
K. Chowksey (klchxbec) wrote :

Turning the disk cache off solved this problem for me:

Instead of kvm ... -hda WinXP.img ...
Say kvm -drive file=WinXP2.img,index=0,media=disk,cache=none

Althoug, I don't know if this is a workaround for a windows bug or a kvm bug.