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] Full Virtualised DomU Hang on Boot

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Full Virtualised DomU Hang on Boot
From: <peter.chiu@xxxxxxxxxx>
Date: Thu, 28 Jan 2010 19:27:52 -0000
Cc: peter.chiu@xxxxxxxxxx
Delivery-date: Mon, 01 Feb 2010 03:15:41 -0800
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/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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcqgUBVZjXXv3JK/RWG7JbQJtEGKpw==
Thread-topic: Full Virtualised DomU Hang on Boot

On an DELL R710 server, I mounted OpenSuse 11.2 (86-64) with the xen kernel 2.6.31.8-0.1-xen.

 

I am trying to replicate an existing Red Hat Enterprise AS 3 (Taroon) 32-bit with kernel 2.4.21-57.ELsmp as a DomU.

 

Having done the dd of the entire system disk into an image, and use yast2 to set up a full virtualisation guest configure file,

I then start up the guest.

 

On the console it only shows up:

apricot:/etc/xen/vm # xm create -c ignis

Using config file "./ignis".

Started domain ignis (id=23)

 

Then using vncviewer :5900, it returns a window that continues with the start up.

  Booting ‘Red Hat Enterprise Linux AS (2.4.21-57-Elsmp)’

 

root (hd0,1)

 Fileysystem type is ext2fs, partition type 0x83

kernel /boot/vmlinuz-2.4.21-57.ELsmp ro root=/dev/sda2

  [Linux-bzImage, setup=0x1400, size=0x14d31e]

initrd /boot/initrd-2.4.21-57.ELsmp.img

 

After this, the guest makes no further progress.

 

Below is the configuration file on the guest.

 

I can mount the guest image using the loop device, check the files, and can chroot to it okay.

 

It looks as if it is waiting for the operating system disk to continue.

Does any have any idea how to investigate this?

 

Many thanks.

 

Peter Chiu

 

STFC Rutherford Appleton Laboratory

UK

 

/etc/xen/vm/ignis

name="ignis"

uuid="94259271-5e1f-2058-66c7-f91df8fb4f28"

memory=2048

maxmem=4096

vcpus=1

>

>

>

localtime=0

 

builder="hvm"

extid=0

device_model="/usr/lib/xen/bin/qemu-dm"

kernel="/usr/lib/xen/boot/hvmloader"

boot="c"

disk=[ 'tap:aio:/disks/apricot1/xen/ignis,hda,w', ]

vif=[ 'bridge=br0,model=rtl8139', ]

stdvga=0

vnc=1

vncunused=1

apic=1

acpi=1

pae=1

 

serial="pty"


--
Scanned by iCritical.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Full Virtualised DomU Hang on Boot, peter.chiu <=