You are not logged in.

#1 2009-11-18 20:16:10

Wilco
Member
Registered: 2008-11-09
Posts: 440

[SOLVED] KVM and Qemu fail after installation

I tried installing Windows 7 and Vista with both Qemu and KVM.
Installation goes fine but after Windows reboots during the installation I only get a strange screen after the bios. It shows some random characters, as shown in the image. I tried varying the filesystem (raw, qcow and qcow) and the memory size, etc. but nothing works, not even the standalone kvm project. Any suggestions?
I used the following code to install the OS:

qemu-img create -f qcow2 windows7.img 20G
qemu -enable-kvm -boot d -m 1500 -hda windows7.img -cdrom win7.iso

kvm-fail.png

Last edited by Wilco (2009-11-29 08:26:59)

Offline

#2 2009-11-18 21:53:43

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] KVM and Qemu fail after installation

The Rainbow screen of the death smile

Try with -vga std parameter

Offline

#3 2009-11-23 05:43:45

freeblue
Member
From: France
Registered: 2009-07-21
Posts: 10

Re: [SOLVED] KVM and Qemu fail after installation

I had the same problem. i have tried many things (even -vga std) but that screen always appear at reboot. because i really wanted to give w7 a try i have tested another windows 7 iso. VERDICT : IT WORKS PERFECTLY. so, just try with another iso.

Offline

#4 2009-11-23 17:59:09

Wilco
Member
Registered: 2008-11-09
Posts: 440

Re: [SOLVED] KVM and Qemu fail after installation

Thanks for your replies. I'll get another ISO maybe that helps

Offline

#5 2009-11-23 18:43:06

Wilco
Member
Registered: 2008-11-09
Posts: 440

Re: [SOLVED] KVM and Qemu fail after installation

Tried another ISO, but still no luck:
kvm-fail2.png

Offline

#6 2009-11-29 08:26:24

Wilco
Member
Registered: 2008-11-09
Posts: 440

Re: [SOLVED] KVM and Qemu fail after installation

Finally a working version after the 3rd different ISO.

Offline

Board footer

Powered by FluxBB