KVM/Qemu windows 7 going in recovery
I wonder if this a slackware issue but here it goes.
I have installed Qemu 1.3 from slackbuilds on my newly installed Slackware 14.1.
System is a HP ML350 with an Quadcore Xeon and 8GB of memory.
The guest is windows 7 (X17-59465)
It installs OK, boots OK and runs fine for a couple of hours.
Reboot sometimes works but most of the time it (re-)starts in recovery mode.
I installed with the following :
qemu-img create -f qcow2 /images/win7.qcow2 50G
and
emu-system-x86_64 --enable-kvm \
-vnc 0.0.0.0:5 \
-boot d \
-drive file=${DISKIMG},if=ide \
-m 1534 \
-net nic,model=rtl8139 -net tap,ifname=tap1,script=no \
-cdrom ${WIN7IMG} \
-drive file=${VIRTIMG},index=3,media=cdrom \
-rtc base=localtime,clock=host \
-smp cores=1 \
-usbdevice tablet \
-cpu host \
-vga vmware
I have tried the virtio as well but these driver give me even more trouble.
Any one an idea ?
grtz
Simon
|