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: Chui-Hui Chiu <cchiu1@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Sun, 9 Oct 2011 11:04:18 -0400
Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 09 Oct 2011 08:05:53 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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 :content-transfer-encoding; bh=42gBbZB32yWWDaTcCcbiRNZCT6MIpVEwqKGz0HrUctA=; b=BkhE4dhLdw5DCj9b+GoaLIgMPVQT4vp4sAyXgK7Gy5k20WuIkrRiWmIfRFEanviGgP m8nZCKpo75RmE12PcQc1JYGFnWXZVwsaxWqKWo7xKGeoK/eRHKs8DJlR63UL8IGl+Jnj fToQZ5PQJrlwzKzS9pXvZImgPhkEsxgc6a3rg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CALpAxmM4JNdyWJGaQG3oJKHZ2yHHk7CQ_Tp3swLZ_v99=V+K6w@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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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/

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

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