|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] domu hvm doesn't boot under debian lenny
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] domu hvm doesn't boot under debian lenny,
Gustavo <=
|
|
|
|
|