pherrera
November 18th, 2008, 05:47 PM
Using kvm from repos on Intrepid i686 (2.6.27-7-server kernel). Intel Core 2 cpu.
I cannot install/run Win 2K server from virt-manager or using commandline virsh. Once the machine gets to the point of restarting (after initial install), the screen says "A disk read error occurred" and the cpu goes up to 50% and stays there.
I am able to install and run using the commands:
kvm -m 512 -hda win2k-server-polaris.img -cdrom win2kserver.iso -boot d
kvm -m 512 -hda win2k-server-polaris.img -cdrom win2kserver.iso -boot c
and
kvm -m 512 -hda win2k-server-polaris.img -boot c
Both virt-manager/virsh use kvm, right? Why does using straight kvm work and not virt-manager/virsh??
Here's my machine xml:
<domain type='kvm'>
<name>win2k-server</name>
<uuid>92a08494-d7a2-bed8-13ea-0b38f89a072f</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>2</vcpu>
<os>
<type arch='i686'>hvm</type>
<boot dev='hd'/>
</os>
<clock offset='localtime'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<source file='/home/dniadmin/win2k-server.img'/>
<target dev='hda' bus='ide'/>
</disk>
<interface type='bridge'>
<mac address='00:16:36:3c:cc:98'/>
<source bridge='br0'/>
<target dev='vnet2'/>
</interface>
<serial type='pty'>
<source path='/dev/pts/9'/>
<target port='0'/>
</serial>
<console type='pty' tty='/dev/pts/9'>
<source path='/dev/pts/9'/>
<target port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='5901' listen='127.0.0.1'/>
</devices>
</domain>
I appreciate any help!!
I cannot install/run Win 2K server from virt-manager or using commandline virsh. Once the machine gets to the point of restarting (after initial install), the screen says "A disk read error occurred" and the cpu goes up to 50% and stays there.
I am able to install and run using the commands:
kvm -m 512 -hda win2k-server-polaris.img -cdrom win2kserver.iso -boot d
kvm -m 512 -hda win2k-server-polaris.img -cdrom win2kserver.iso -boot c
and
kvm -m 512 -hda win2k-server-polaris.img -boot c
Both virt-manager/virsh use kvm, right? Why does using straight kvm work and not virt-manager/virsh??
Here's my machine xml:
<domain type='kvm'>
<name>win2k-server</name>
<uuid>92a08494-d7a2-bed8-13ea-0b38f89a072f</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>2</vcpu>
<os>
<type arch='i686'>hvm</type>
<boot dev='hd'/>
</os>
<clock offset='localtime'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<source file='/home/dniadmin/win2k-server.img'/>
<target dev='hda' bus='ide'/>
</disk>
<interface type='bridge'>
<mac address='00:16:36:3c:cc:98'/>
<source bridge='br0'/>
<target dev='vnet2'/>
</interface>
<serial type='pty'>
<source path='/dev/pts/9'/>
<target port='0'/>
</serial>
<console type='pty' tty='/dev/pts/9'>
<source path='/dev/pts/9'/>
<target port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='5901' listen='127.0.0.1'/>
</devices>
</domain>
I appreciate any help!!