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] winxp installer paused on VT/Xen3.0

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] winxp installer paused on VT/Xen3.0
From: "Austin Yuan" <yuanshengquan@xxxxxxxxx>
Date: Wed, 22 Feb 2006 13:50:06 +0800
Delivery-date: Wed, 22 Feb 2006 06:03:39 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NdQgf431fyEZb9NAY9u0aO/xohFSFlkMrSYshCUCc7Lk7VYkQcSnpXqKxuncmSGCKaBqqZPzLif7OsPIietbotcMidhM8qYpSQgRx0YJAtMQ5YVSKRJ3RwQy5KhCAI8GKExXWHNEYjk73yx5gu2Ve0bi+CyGHCmCFcoDh0+9nI4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi, all,

I got Xen3.0 source code from http://www.xensource.com and compiled,
installed it into FC4 with a VT-enabled CPU, and dev86,libVNCServer
and SDL-devel,SDL packages installed.  I hadn't any issues of booting
vmlinuz-2.6.12.6-xen0 kernel and starting xend daemon. When I tried to
install WinXP in FC4, the installer could start up and load necessary
drivers and files, but after that, the installer paused endlessly with
a message "Setup is starting Windows". The installer didn't hang,
because when I resized the installer window, the window content
refreshed correctly.

I don't have any clue about the issue, could someone take a look my
log files and give me some suggestion?

Thanks
Austin
===============/etc/xen/installwin.conf====================
kernel = "/usr/lib/xen/boot/vmxloader"

builder='vmx'
memory = 256

name = "WindowsXP"

nics=0

disk = [ 'file:/root/winxp-test.img,sda,w' ]

root = "/dev/sda1 ro"

device_model = '/usr/lib/xen/bin/qemu-dm'
memmap = '/usr/lib/xen/boot/mem-map.sxp'
cdrom='/dev/cdrom'

boot='d'
sdl=1

vnc=0


============/var/log/xend.log========================
[2006-02-21 21:46:52 xend] INFO (SrvDaemon:268) Xend Daemon started
[2006-02-21 21:46:52 xend] INFO (SrvDaemon:272) Xend changeset: Fri
Dec 23 01:12:41 2005 +0000 8269:a91e4dcf629d.
[2006-02-21 21:46:52 xend.XendDomainInfo] DEBUG (XendDomainInfo:199)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 24438290647L,
'ssidref': 0, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0], 'shutdown_reason': 0, 'dying': 0, 'dom': 0, 'mem_kb': 131072,
'maxmem_kb': -4, 'max_vcpu_id': 1, 'crashed': 0, 'running': 1,
'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})
[2006-02-21 21:46:52 xend.XendDomainInfo] INFO (XendDomainInfo:211)
Recreating domain 0, UUID 00000000-00000000-00000000-00000000.
[2006-02-21 21:46:52 xend.XendDomainInfo] WARNING (XendDomainInfo:233)
No vm path in store for existing domain 0
[2006-02-21 21:46:52 xend.XendDomainInfo] DEBUG (XendDomainInfo:661)
Storing VM details: {'ssidref': '0', 'uuid':
'00000000-00000000-00000000-00000000', 'on_reboot': 'restart',
'on_poweroff': 'destroy', 'name': 'Domain-0', 'vcpus': '2',
'vcpu_avail': '3', 'memory': '128', 'on_crash': 'restart', 'maxmem':
'128'}
[2006-02-21 21:46:52 xend.XendDomainInfo] DEBUG (XendDomainInfo:686)
Storing domain details: {'cpu/0/availability': 'online',
'memory/target': '131072', 'cpu/1/availability': 'online', 'name':
'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-00000000-00000000-00000000', 'domid': '0'}
[2006-02-21 21:46:52 xend] DEBUG (XendDomain:151) number of vcpus to use is 0
[2006-02-21 21:46:52 xend] INFO (SrvServer:112) unix
path=/var/lib/xend/xend-socket
[2006-02-21 21:48:21 xend.XendDomainInfo] DEBUG (XendDomainInfo:177)
XendDomainInfo.create(['vm', ['name', 'WindowsXP'], ['memory', '256'],
['image', ['vmx', ['kernel', '/usr/lib/xen/boot/vmxloader'], ['root',
'/dev/sda1 ro'], ['vcpus', '1'], ['device_model',
'/usr/lib/xen/bin/qemu-dm'], ['vcpus', '1'], ['cdrom', '/dev/cdrom'],
['boot', 'd'], ['sdl', '1'], ['display', ':0.0']]], ['device', ['vbd',
['uname', 'file:/root/winxp-test.img'], ['dev', 'sda'], ['mode',
'w']]]])
[2006-02-21 21:48:21 xend.XendDomainInfo] DEBUG (XendDomainInfo:282)
parseConfig: config is ['vm', ['name', 'WindowsXP'], ['memory',
'256'], ['image', ['vmx', ['kernel', '/usr/lib/xen/boot/vmxloader'],
['root', '/dev/sda1 ro'], ['vcpus', '1'], ['device_model',
'/usr/lib/xen/bin/qemu-dm'], ['vcpus', '1'], ['cdrom', '/dev/cdrom'],
['boot', 'd'], ['sdl', '1'], ['display', ':0.0']]], ['device', ['vbd',
['uname', 'file:/root/winxp-test.img'], ['dev', 'sda'], ['mode',
'w']]]]
[2006-02-21 21:48:21 xend.XendDomainInfo] DEBUG (XendDomainInfo:374)
parseConfig: result is {'ssidref': None, 'uuid': None, 'on_crash':
None, 'on_reboot': None, 'image': ['vmx', ['kernel',
'/usr/lib/xen/boot/vmxloader'], ['root', '/dev/sda1 ro'], ['vcpus',
'1'], ['device_model', '/usr/lib/xen/bin/qemu-dm'], ['vcpus', '1'],
['cdrom', '/dev/cdrom'], ['boot', 'd'], ['sdl', '1'], ['display',
':0.0']], 'on_poweroff': None, 'cpus': None, 'name': 'WindowsXP',
'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None,
'memory': 256, 'device': [('vbd', ['vbd', ['uname',
'file:/root/winxp-test.img'], ['dev', 'sda'], ['mode', 'w']])],
'bootloader': None, 'cpu': None, 'maxmem': None}
[2006-02-21 21:48:21 xend.XendDomainInfo] DEBUG (XendDomainInfo:1129)
XendDomainInfo.construct: None 0
[2006-02-21 21:48:21 xend.XendDomainInfo] DEBUG (XendDomainInfo:1161)
XendDomainInfo.initDomain: 1 1.0
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: cdrom, val: /dev/cdrom
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: boot, val: d
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: fda, val: None
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: fdb, val: None
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: nic-ne2000, val: None
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: localtime, val: None
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: serial, val: None
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: std-vga, val: None
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: isa, val: None
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: vcpus, val: 1
[2006-02-21 21:48:21 xend] DEBUG (image:260) args: nics, val: None
[2006-02-21 21:48:21 xend] DEBUG (balloon:84) Balloon: free 357; need 258; done.
[2006-02-21 21:48:22 xend] INFO (image:132) buildDomain os=vmx dom=1 vcpus=1
[2006-02-21 21:48:22 xend] INFO (image:216) VMX device model port: 3
[2006-02-21 21:48:22 xend] DEBUG (image:220) dom            = 1
[2006-02-21 21:48:22 xend] DEBUG (image:221) image          =
/usr/lib/xen/boot/vmxloader
[2006-02-21 21:48:22 xend] DEBUG (image:222) control_evtchn = 3
[2006-02-21 21:48:22 xend] DEBUG (image:223) store_evtchn   = 1
[2006-02-21 21:48:22 xend] DEBUG (image:224) memsize        = 256
[2006-02-21 21:48:22 xend] DEBUG (image:225) lapic          = 0
[2006-02-21 21:48:22 xend] DEBUG (image:226) vcpus          = 1
[2006-02-21 21:48:22 xend] DEBUG (DevController:104) DevController:
writing {'virtual-device': '2048', 'backend-id': '0', 'state': '1',
'backend': '/local/domain/0/backend/vbd/1/2048'} to
/local/domain/1/device/vbd/2048.
[2006-02-21 21:48:22 xend] DEBUG (DevController:106) DevController:
writing {'domain': 'WindowsXP', 'frontend':
'/local/domain/1/device/vbd/2048', 'dev': 'sda', 'state': '1',
'params': '/root/winxp-test.img', 'mode': 'w', 'frontend-id': '1',
'type': 'file'} to /local/domain/0/backend/vbd/1/2048.
[2006-02-21 21:48:22 xend] INFO (image:340) spawning device models:
/usr/lib/xen/bin/qemu-dm ['/usr/lib/xen/bin/qemu-dm', '-d', '1', '-p',
'3', '-m', '256', '-cdrom', '/dev/cdrom', '-boot', 'd', '-vcpus', '1',
'-domain-name', 'WindowsXP']
[2006-02-21 21:48:22 xend] INFO (image:342) device model pid: 3722
[2006-02-21 21:48:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:661)
Storing VM details: {'ssidref': '0', 'uuid':
'13cab1b7-45f2effa-f3f6ab86-3e7c0486', 'on_reboot': 'restart',
'start_time': '1140576502.11', 'on_poweroff': 'destroy', 'name':
'WindowsXP', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '256',
'on_crash': 'restart', 'image': "(vmx (kernel
/usr/lib/xen/boot/vmxloader) (root '/dev/sda1 ro') (vcpus 1)
(device_model /usr/lib/xen/bin/qemu-dm) (vcpus 1) (cdrom /dev/cdrom)
(boot d) (sdl 1) (display :0.0))", 'maxmem': '256'}
[2006-02-21 21:48:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:686)
Storing domain details: {'console/port': '2', 'name': 'WindowsXP',
'console/limit': '1048576', 'vm':
'/vm/13cab1b7-45f2effa-f3f6ab86-3e7c0486', 'domid': '1',
'cpu/0/availability': 'online', 'memory/target': '262144',
'store/ring-ref': '91356', 'store/port': '1'}
[2006-02-21 21:48:22 xend] DEBUG (DevController:133) Waiting for devices vif.
[2006-02-21 21:48:22 xend] DEBUG (DevController:133) Waiting for devices usb.
[2006-02-21 21:48:22 xend] DEBUG (DevController:133) Waiting for devices vbd.
[2006-02-21 21:48:22 xend] DEBUG (DevController:139) Waiting for 2048.
[2006-02-21 21:48:22 xend] DEBUG (DevController:409)
hotplugStatusCallback
/local/domain/0/backend/vbd/1/2048/hotplug-status.
[2006-02-21 21:48:24 xend] DEBUG (DevController:409)
hotplugStatusCallback
/local/domain/0/backend/vbd/1/2048/hotplug-status.
[2006-02-21 21:48:24 xend] DEBUG (DevController:426) hotplugStatusCallback 1.
[2006-02-21 21:48:24 xend] DEBUG (DevController:133) Waiting for devices pci.
[2006-02-21 21:48:24 xend] DEBUG (DevController:133) Waiting for
devices ioports.
[2006-02-21 21:48:24 xend] DEBUG (DevController:133) Waiting for devices vtpm.
[2006-02-21 21:48:24 xend] INFO (XendDomain:360) Domain WindowsXP (1) unpaused.


==============/var/log/xend-debug.log==============
Nothing to flush.
incorrect number of arguments for command
/etc/xen/qemu-ifup: could not launch network script


=======output of "ifconfig"===================
eth0      Link encap:Ethernet  HWaddr 00:01:6C:CD:F2:D2
          inet addr:172.16.118.211  Bcast:172.16.118.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1270 errors:0 dropped:0 overruns:0 frame:0
          TX packets:103 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:105486 (103.0 KiB)  TX bytes:22607 (22.0 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:67 errors:0 dropped:0 overruns:0 frame:0
          TX packets:67 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4554 (4.4 KiB)  TX bytes:4554 (4.4 KiB)

peth0     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:3838 errors:0 dropped:0 overruns:0 frame:0
          TX packets:210 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:427009 (417.0 KiB)  TX bytes:36263 (35.4 KiB)
          Base address:0xd080 Memory:ff8e0000-ff900000

tun0      Link encap:Ethernet  HWaddr 2A:2B:5E:4C:92:2F
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:103 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1270 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:22607 (22.0 KiB)  TX bytes:105486 (103.0 KiB)

xenbr0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1110 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:66552 (64.9 KiB)  TX bytes:0 (0.0 b)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] winxp installer paused on VT/Xen3.0, Austin Yuan <=