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-devel

Re: [Xen-devel] Kernel DomU 2.6.36-rc6-pvhvm dont boot PVonHVM

To: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Kernel DomU 2.6.36-rc6-pvhvm dont boot PVonHVM
From: Roberto Scudeller <beto.rvs@xxxxxxxxx>
Date: Mon, 13 Dec 2010 14:33:08 -0200
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, topperxin <topperxin@xxxxxxx>
Delivery-date: Mon, 13 Dec 2010 08:33:58 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=pnNXx2Ss7dJwwD/PPNvT+rdkHiykJEOffpEstAtcvbk=; b=QjsxKZpbF8Uy5hapruSbbeJlBJUjQO4ngP0BwcTeHlBmyHEJxd5JG4yu0/tj1Fy3dI GBjBv2p9Fhl73L4MJMh7yIdhy8z/6/DpzMYAj6eSqoZpHyqEqItI7qxslWWRjpzYAQsl PYJNVLsBqe/lGz8vFdA3t5icyII5fHzyJSfeI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hrhMnJ1eGJyhPKL8r5gWOImV08+aIARXxwwa5VyySLqiundk73tZyTQ6gkdSL+rPcL CED0kr/mUfQei35EjWBGPifuBM5D75XS4xBaT75hK/nPYBWbNKyp3h7Q6lImLiDVL1Tj sNUTCHo3Xt8UHQul2DlT+VhnKjDO9ZeYYSukU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <alpine.DEB.2.00.1012131454120.2390@kaball-desktop>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTin14rY7Ya=ELLiTRPxth-X60U3Y6MFXzPonEYLa@xxxxxxxxxxxxxx> <13bf081b.745f.12cc9776981.Coremail.topperxin@xxxxxxx> <AANLkTikxiH1__Ai5YNSuAxj6v66N6kONrt888j25GEu5@xxxxxxxxxxxxxx> <alpine.DEB.2.00.1012101655210.2390@kaball-desktop> <AANLkTi=kyLi87v1U+7HnGZvSgz9+SOkuctqFfh=uqNPS@xxxxxxxxxxxxxx> <alpine.DEB.2.00.1012101739180.2390@kaball-desktop> <AANLkTimat9pyNY0XOM2G4QpY5tACjrWRw3ZwDRq57bh=@xxxxxxxxxxxxxx> <alpine.DEB.2.00.1012131421200.2390@kaball-desktop> <AANLkTinRYjd6ZDuBee3vhP+8niVssNtMNoSJbeU7xesc@xxxxxxxxxxxxxx> <alpine.DEB.2.00.1012131454120.2390@kaball-desktop>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

The root command line:
linux /vmlinuz-2.6.37-rc4 root=/dev/xvde2 console=tty0

And I try without console=tty0. I tested console=tty1 too.

I not starting X11.

Appear this message before:
piix4_smbus 0000:00:01.3 SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr

My DomU.cfg:
kernel='/usr/lib/xen/boot/hvmloader'
builder='hvm'
memory=512
vcpus=2
pae=1
acpi=1
apic=1
vif=['bridge=virtbr']
disk=[ 'tap2:tapdisk:vhd:/PATH/ubuntu/hda.vhd,hda,w', 'tap2:tapdisk:vhd:/PATH/ubuntu/hdb.vhd,hdb,w', ]
device_model='/usr/lib/xen/bin/qemu-dm'
boot='c'
sdl=0
vnc=1
vncunused=1
stdvga=0
>>image_name='ubuntu'
> platform='xen'
network_mode='tap'
usb = 1
usbdevice = 'tablet'

Xen is 4.0.2-rc1-pre2.

Thanks for your help.

Any ideas?

Cheers,
Roberto Scudeller

2010/12/13 Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
On Mon, 13 Dec 2010, Roberto Scudeller wrote:
> I try mount root=/dev/xvde2, but this VM stop a boot in fsck.
>
> Is there any limitation for the root partition location?
>
> This VM running, but the console not show prompt, and ssh doesn't available.
> Here freeze in "fsck from util-linux-ng 2.17.2 /dev/xvde2: clean, 48486/613200 files, 272587/2450176 blocks" message. When
> a send "Crtl+Alt+Del" the VM halted normally (turnoff the applications/services one by one).
>
> Any ideas?
>

It looks like the VM is booted correctly but the console output is not
shown or is shown on the wrong device.
What is your kernel command line? Are you trying to start X11 in the
guest?
Disable X11 and make sure you have console=tty0 on the kernel command
line.
It would be even better to setup a console on the serial card and use
that instead.



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