[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-12-06 Thread Steven Wagner
I tried to do another win2k3 install, this time via libvirt xml file. I used a minimal config. The install was immediately running very slow, possibly due to using a qcow disk file and/or not having used any virtio config. It ran so slow though with the disk io wait, that it brought the load

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-12-06 Thread Serge Hallyn
, and thread showed high cpu use. then I tried your next suggestion... qemu-img create win1.img 20G kvm -hda win1.img -cdrom win2003*.iso -m 1G -boot d my actual line was: sudo kvm -hda win1.img -cdrom win2k3.iso -m 1G -boot d and the returned the error Could not initialize SDL -

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-12-04 Thread Steven Wagner
Serge, The version of windows I am using is, Microsoft Windows Server 2003 R2 with SP2 Enterprise Edition. The kvm command I tested was: kvm -drive file=/mnt/slices/newtuna.qcow2,if=virtio,index=0,boot=on -m 1G -vnc :1 and that gave me the same result, blank screen, high cpu usage. I

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-12-04 Thread Steven Wagner
Okay, so it appears to be a problem with something that is saved in the image. I can use the full cmd and it runs... sudo /usr/bin/kvm -M pc-0.12 -enable-kvm -m 1024 -smp 1 -name newtuna -uuid 21a3c860-05b0-5dcf-cc8c-9243604f8e9b -localtime -boot c -drive file=win1.img -drive

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-29 Thread Chuck Short
** Changed in: qemu-kvm (Ubuntu) Importance: Undecided = Medium ** Changed in: qemu-kvm (Ubuntu) Status: New = In Progress -- win2k3 guest has blank screen and high cpu on first boot https://bugs.launchpad.net/bugs/671163 You received this bug notification because you are a member of

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-29 Thread Serge Hallyn
Steven, so when you ran kvm from the command line without using libvirt, as described in comment #8, did you still have the failure? What exactly did your command look like? The simplest command which should definately work would be: qemu-img create win1.img 20G kvm -hda win1.img -cdrom

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-24 Thread Steven Wagner
** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- win2k3 guest has blank screen and high cpu on first boot https://bugs.launchpad.net/bugs/671163 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. --

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-12 Thread Steven Wagner
Serge - Ill jump to the point and tell you that Ive tried without virtio as well, and the problem remains that same. Thanks for your continued help on this issue. Im blocked on migrating any windows hosts for now. The only other time ive seen something like this was when my server has Cpu

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-09 Thread Serge Hallyn
Could not reproduce on 10.04 (amd64) host either. Please start up the VM with libvirt, and do 'ps -ef | grep kvm' to find the command being used to start the VM. Then trim things like vnc, serial, parallel and monitor options, add 'monitor stdio', and start the command by hand. Try it once with

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-09 Thread Serge Hallyn
Actually, I just noticed that your .xml specifies virtio for the block device. Win 2003 by default does not support that. Did you do anything special during install? Did you install the virtio drivers, and if so, where did you get them? -- win2k3 guest has blank screen and high cpu on first

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-08 Thread Serge Hallyn
I am trying to reproduce this locally - can you tell me exactly which version you are using? I am planning to try windows server 2003 Standard edition, SP2. ** Changed in: qemu-kvm (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) -- win2k3 guest has blank screen and high cpu

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-08 Thread Serge Hallyn
Couldn't reproduce with a win2003 32-bit R2 SP2 on 10.10 host. I'll try on 10.04 when I have a chance to reboot. -- win2k3 guest has blank screen and high cpu on first boot https://bugs.launchpad.net/bugs/671163 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-06 Thread Steven Wagner
Serge - I did as you requested. When running the guest using that kvm command, and then accessing it with vncviewer, I still get the same black screen. 'top' on the server shows the process using 99% cpu. ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- win2k3 guest has

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-05 Thread Serge Hallyn
(Note, I'm not asking you to make this your regular procedure, just trying to figure out where the problem is) ** Changed in: qemu-kvm (Ubuntu) Status: New = Incomplete -- win2k3 guest has blank screen and high cpu on first boot https://bugs.launchpad.net/bugs/671163 You received this

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-05 Thread Serge Hallyn
Could you try running the VM without libvirt, using vnc? Something like kvm -drive file=/mnt/slices/newtuna.qcow2,if=virtio,index=0,boot=on -m 1G -vnc :1 should suffice. Then connect to it using 'vcnviewer :1'. -- win2k3 guest has blank screen and high cpu on first boot

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-04 Thread Steven Wagner
-- win2k3 guest has blank screen and high cpu on first boot https://bugs.launchpad.net/bugs/671163 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-04 Thread Steven Wagner
** Attachment added: Attaching the libvirt guest conf I am using. https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/671163/+attachment/1723306/+files/win2k3guest.xml -- win2k3 guest has blank screen and high cpu on first boot https://bugs.launchpad.net/bugs/671163 You received this