|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Windows didn't react
On Fri, Sep 12, 2008 at 4:44 PM, Velten Spägele <xen@xxxxxxxxx> wrote:
> Hi,
>
> after a restart i tried to start my windows domU, it starts fine, but
> doesn't react. I can't connect with vnc.
>
> First i thought it's an error in Windows and tried a new install on a new
> imagefile, but it didn't work also
>
> i only changed boot='c' to 'd' and the imagefile....
>
> kernel = "/usr/lib64/xen-3.2-1/boot/hvmloader"
> builder = 'hvm'
> memory = 512
> name = "WinXP"
> device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm"
> boot = 'd'
> on_poweroff = 'destroy'
> on_reboot = 'restart'
> on_crash = 'restart'
> vif = [ 'type=ioemu, bridge=xenbr0' ]
> disk = [ "tap:aio:/HDD250/windisk.img,hda,w",
> "file:/HDD250/BRMECD2FRE_DE.ISO,hdc:cdrom,r" ]
> sdl=0
> vnc = 1
> vnclisten = '0.0.0.0'
> usb = 0
> stdvga = 0
> serial = 'pty'
> audio = 0
>
Some people have reported problems with tap:aio for the disk image.
Try changing it to file:/
Beyond that look for errors in /var/log/xen/xend.log and qemu*
Hope that helps,
Cheers,
Todd
--
Todd Deshane
http://todddeshane.net
check out our book: http://runningxen.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|