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] Re: [Xen-devel] problem while xen boot

To: Todd Deshane <todd.deshane@xxxxxxx>
Subject: [Xen-users] Re: [Xen-devel] problem while xen boot
From: "Jinesh M.K" <mkjinesh@xxxxxxxxx>
Date: Fri, 24 Jun 2011 11:57:26 +0530
Cc: Xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Delivery-date: Thu, 23 Jun 2011 23:28:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=wZGfbjhVCpkqKR/4Skc740ahCPtYlAmcCz3gpZdKGCI=; b=rt+tGyP5/lq61YWnG5TTObPDkDYVixLDclC1vrY45cpE+Ppgq/48xElgu2fDt2jyIb V1bFOK0tHSew1aQiHLo7smEIobqy3NZSt5Jg7i+op0pylytYQauv1HSjyudOeX7qUqEC 7dfUCpszDYJMiQUB6LUsoVWo40kZGe6loijWI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Xuzb+2ruRjrvPpSKPh1iUYd2jYivMcmwt8x8PHfXV8oUMY2QHN/LIf8d6YJlH9dwvr E20wS067YzdPpkHs7OwYQcJg4TzUYwqhiQnY1gm+gmYKCymCiZfo6IUh9NX/vvL0eOOP rn2tJAv01HWgmgVcdwWjAYuEJ2aE0k+PpiFAY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BANLkTimfXPUvUUPbMfwcpgyMjMaXsFYSnA@xxxxxxxxxxxxxx>
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: <BANLkTimqLE0p=a232gLCaCis1zC7qp5fUQ@xxxxxxxxxxxxxx> <20110620131827.GA10622@xxxxxxxxxxxx> <BANLkTi=1F94=BiS276zLG1rO5+YvSN_y6g@xxxxxxxxxxxxxx> <BANLkTinQH+a2aQ=afrzQpAyQ=CSVfEJALA@xxxxxxxxxxxxxx> <BANLkTimfXPUvUUPbMfwcpgyMjMaXsFYSnA@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thank you..

If use  xm info command .it show error message like this

Unable to connect to xend: No such file or directory.Is xend running?

But /etc/init.d/xend start command not show any error

On 23 June 2011 21:48, Todd Deshane <todd.deshane@xxxxxxx> wrote:
On Thu, Jun 23, 2011 at 4:34 AM, Jinesh M.K <mkjinesh@xxxxxxxxx> wrote:
> Thank you for support. Now it show initial ubutu screen and show loading.
> After this stage, it come to blank screen,Now my grub configuartion like
> this
>
>
> menuentry 'Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops' {
> insmod ext2
> set root='(hd0,3)'
> multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz console=vga vga=text-80x50,keep

Try changing this line
> module (hd0,3)/boot/vmlinuz-2.6.32.25 placeholder root=/dev/sda3
to:
module (hd0,3)/boot/vmlinuz-2.6.32.25 placeholder root=/dev/sda3 console=hvc0


> dom0_mem=2024 ro quiet splash vt.handoff=7
> module (hd0,3)/boot/initrd.img-2.6.32.25
> }
>
>
> On 20 June 2011 19:27, Todd Deshane <todd.deshane@xxxxxxx> wrote:
>>
>> On Mon, Jun 20, 2011 at 9:18 AM, Konrad Rzeszutek Wilk
>> <konrad.wilk@xxxxxxxxxx> wrote:
>> > On Sat, Jun 18, 2011 at 03:06:20PM +0530, Jinesh M.K wrote:
>> >> Hai,
>> >>
>> >> I am using dell insprion 580 machine for xen installation and dom0
>> >> configuation. I compiled xen source code and configured the kernal.
>> >> Grub
>> >> entry given below
>> >>
>> >> menuentry 'Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops' {
>> >> insmod ext2
>> >> set root='(hd0,3)'
>> >> multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz
>> >> module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro
>> >> module (hd0,3)/boot/initrd.img-2.6.32.25
>> >> }
>> >>
>> >>
>> >> When i am booting kernal, it show some configuration about file system
>> >> and
>> >> memory. After this stage , screen become black and blank. I think, it
>> >> is
>> >> associated with graphics or vga out.
>> >> Please give the details about xen IRC channel
>>
>> Xen irc is ##xen on Freenode
>>
>> >>
>> >> Please help to solve it.
>> >
>> > Did you look in the PVOPS Wiki? It has a wealth of information to help
>> > you along.
>> >
>>
>> Specifically these pages are quite good:
>> http://wiki.xensource.com/xenwiki/XenParavirtOps
>> http://wiki.xensource.com/xenwiki/XenParavirtOpsHelp
>>
>> >> _______________________________________________
>> >> Xen-devel mailing list
>> >> Xen-devel@xxxxxxxxxxxxxxxxxxx
>> >> http://lists.xensource.com/xen-devel
>> >
>> >
>> > _______________________________________________
>> > Xen-devel mailing list
>> > Xen-devel@xxxxxxxxxxxxxxxxxxx
>> > http://lists.xensource.com/xen-devel
>> >
>>
>>
>>
>> --
>> Todd Deshane
>> http://www.linkedin.com/in/deshantm
>> http://www.xen.org/products/cloudxen.html
>> http://runningxen.com/
>
>



--

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