WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] domu hvm doesn't boot under debian lenny

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domu hvm doesn't boot under debian lenny
From: "Gustavo" <gustavo@xxxxxxxxxxx>
Date: Thu, 9 Jul 2009 13:12:56 -0300
Delivery-date: Thu, 09 Jul 2009 09:14:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to:
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References:
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I'm tried to create an HVM with Windows XP on Debian Lenny, but it  doesn't 
work properly. Apparently, HVM started:

  # xm create windowsxp.cfg

  Using config file "./windowsxp.cfg".
  VNC= 1
  Started domain windowsxp

But nothing happens, no boot and no vnc windows:

  # xm list

  Name                                        ID   Mem VCPUs      State   
Time(s)
  Domain-0                                     0   894     2     r-----    188.3
  windowsxp                                        4  1024     1     ------     
 0.0

  # vncviewer localhost

  vncviewer: ConnectToTcpAddr: connect: Connection refused
  Unable to connect to VNC server

My windowsxp.cfg is:

import os, re
arch = os.uname()[4]
if re.search('64', arch):
        arch_libdir = 'lib64'
else:
        arch_libdir = 'lib'

kernel = "/usr/lib/xen-3.2-1/boot/hvmloader"
builder='hvm'
memory = 1024
shadow_memory = 8
name = "windowsxp"
vif = [ '' ]
disk = [ 'phy:/dev/sda3,ioemu:hda,w', 
'file:/root/windows.iso,ioemu:hdc:cdrom,r' ]
pae = 1
boot="d"
vnc = 1
sdl = 0
vncviewer = 1
vnclisten = '127.0.0.1'
acpi = 1
apic = 1
device_model = '/usr/lib/xen-3.2-1/bin/qemu-dm'
stdvga = 0
serial = 'pty'
usbdevice = 'tablet'

Last lines of xend.log

[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices irq.
[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices vkbd.
[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices vfb.
[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices 
console.
[2009-07-09 13:02:40 3220] DEBUG (DevController:156) Waiting for 0.
[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices pci.
[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices 
ioports.
[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices tap.
[2009-07-09 13:02:40 3220] DEBUG (DevController:151) Waiting for devices vtpm.
[2009-07-09 13:02:40 3220] INFO (XendDomain:1165) Domain windowsxp (4) unpaused.

Any help would be apreciated.

Thanks

Gustav O.



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users