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

[Xen-users] Re: [Xen-devel] problem while xen boot

To: "Jinesh M.K" <mkjinesh@xxxxxxxxx>
Subject: [Xen-users] Re: [Xen-devel] problem while xen boot
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Thu, 23 Jun 2011 12:18:41 -0400
Cc: Xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Delivery-date: Thu, 23 Jun 2011 09:19:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=ac96Sl1EuQZvHZdkPPSjrK3BBpcHpU0FB0wGQzzok4k=; b=Oc/EsLVE0F09UawBzobl6gloHmXYC2La0wgBjqgBj40teOKA5Rc23FgXxXTSjitx8M 5nzplZbCncdo/ttsrdVEwCJjwwugWtID2Ei0kWkjl9a48HHp004Sg4H65JIPe0EZrGBP E4CdFDYg1NIyvxsL8mntaxon9VpCkykjICn94=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=WHAZMjVqODiqN5ISfnpo4vFDhnxZJw2L+HBbT9B43iUuLh3BbOQkO5F288kVsNmne8 YQX6JT1zNb2DakuSluI7HRei5WpwnNYe0tTRGda9hJFbZN6yj2airO/QV9P/mYFW4Mcu 1sIwagzT0iT07j2Z5oA9lA44g9g+CpCeZr5dg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BANLkTinQH+a2aQ=afrzQpAyQ=CSVfEJALA@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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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/
>
>



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