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

Re: [Xen-users] GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04

To: Todd Deshane <todd.deshane@xxxxxxx>
Subject: Re: [Xen-users] GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
From: Outback Dingo <outbackdingo@xxxxxxxxx>
Date: Sun, 9 Oct 2011 11:13:27 -0400
Cc: Chui-Hui Chiu <cchiu1@xxxxxxxxxxxxxx>, Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 09 Oct 2011 08:15:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=dRGuHym+ZVGage7ong8zxgvKumZUDkigiXGZQ1FavoY=; b=KUoTMHllqbvmNNckYbMDqN0UZj2WbhiUpEsrLADzLtmwQ33zMtPC+e8TL1Xk6iT7LK qiBjTjGdJoxlGK+EEUlc8bmFOIVQUmvMTaVHuJZbNVUTlHFKAtPX5BpBQQkvv2DyhD8T jFwZz8P83cpZG/R//1mpPss3mQ4qF+JgTCyY8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CAMrPLW+7DmvAkjeEHKNtpF6vuB4CxKpEz7SjC9jckQ4Ox7GDBw@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: <CALpAxmM4JNdyWJGaQG3oJKHZ2yHHk7CQ_Tp3swLZ_v99=V+K6w@xxxxxxxxxxxxxx> <CAMrPLW+7DmvAkjeEHKNtpF6vuB4CxKpEz7SjC9jckQ4Ox7GDBw@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Sun, Oct 9, 2011 at 11:04 AM, Todd Deshane <todd.deshane@xxxxxxx> wrote:
> On Sun, Oct 9, 2011 at 9:11 AM, Chui-Hui Chiu <cchiu1@xxxxxxxxxxxxxx> wrote:
>> Hello,
>>
>> I have installed the Xen 4.1.1 and a working kernel 2.6.32.43 which supports
>> Xen on a Ubuntu Linux 10.04 LTS.  However, I have never successfully booted
>> the Hypervisor and Dom0.  The screen is always black after some kernel
>> messages rapidly go by.  I think that I may pass the wrong parameters to the
>> kernel or Hypervisor with GRUB2.
>>
>> Can any one share his/her working grub.cfg for GRUB2 with me?
>
> This is the one I am using for Debian. Notice the rootdelay=15, which
> helps with my LVM root LV.
>
> ### BEGIN /etc/grub.d/20_linux_xen ###
> menuentry 'Debian GNU/Linux, with Linux 3.0.0-1-686-pae and XEN
> 4.1-amd64' --class debian --class gnu-linux --class gnu --class os
> --class xen {
>        insmod part_msdos
>        insmod ext2
>        set root='(hd1,msdos1)'
>        search --no-floppy --fs-uuid --set 4a996a2b-8e3c-45ef-9f0f-894dd2df519b
>        echo    'Loading Linux 3.0.0-1-686-pae ...'
>        multiboot       /xen-4.1-amd64.gz placeholder
>        module  /vmlinuz-3.0.0-1-686-pae placeholder
> root=/dev/mapper/kronos-root ro  quiet rootdelay=15
>        echo    'Loading initial ramdisk ...'
>        module  /initrd.img-3.0.0-1-686-pae
> }
>
> By the way, Ubuntu 11.10 server has out of the box support. You just
> need to grab the linux-image-server
> http://zulcss.wordpress.com/2011/09/04/xen-4-1-1-on-ubuntu/

Not only is it out of the box support for XEN-4.1, It will actually
xen 4.1 can be installed with boot zfs on root


>
> Hope that helps.
>
> Thanks,
> Todd
>
> --
> 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
>

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

<Prev in Thread] Current Thread [Next in Thread>