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] grub commands problem with Ubuntu 10.04

To: Abhishek Dixit <abhidixit87@xxxxxxxxx>
Subject: Re: [Xen-users] grub commands problem with Ubuntu 10.04
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Sun, 6 Mar 2011 14:22:31 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 06 Mar 2011 06:23:56 -0800
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 :content-transfer-encoding; bh=93/wkUQ0d+6+O9b2GYXZlsVs9O0epPM61DRNCDU/6hI=; b=rFk0p5NJz5PrmB/9F+3S/7rd57OwkqThZCZXA66bGV2HjDVw2JkFJoi7xVRdkg3BsW GiqE4Xls0B2i7ug1U56eCC4/oTB4lyccD+wUTgk7qA+DIVaDfI7klzE7+TO1npQnTpKy u7zxyJ3L4U8kJLApLkM/YgRNQ9Ss+OsaQOA8M=
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 :content-transfer-encoding; b=Bs0t3o9uWakDAcNa9OJLyGhgkmOGM1+YicVml4hDbK5SkqgdJs9VMo2LUag+/9wPe/ D15pdFhJiTHRjcwx77WT8WETNenjEy5DhVAOWnlFvNhy8wcXG+ul7v9ZqE0e2eJ+MSpV NwSxeIqaSFQp52avAddnS7kbSD683Nc0QhSNw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTikFwM4cfVG+7TttQzz6mKwRE9e1N6z75bxtRCib@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: <AANLkTikFwM4cfVG+7TttQzz6mKwRE9e1N6z75bxtRCib@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Sun, Mar 6, 2011 at 12:41 PM, Abhishek Dixit <abhidixit87@xxxxxxxxx> wrote:
> Following is one grub entry
>
> menuentry "Ubuntu, Linux 2.6.32.27" {
>        insmod ntfs
>        set root='(hd0,2)'
>        search --no-floppy --fs-uuid --set 96f65c80f65c6313
>        loopback loop0 /ubuntu/disks/root.disk
>        set root=(loop0)
>        linux /boot/vmlinuz-2.6.32.27 root=/dev/sda2
> loop=/ubuntu/disks/root.disk ro   quiet splash
>        initrd /boot/initrd.img-2.6.32.27
> }
>
> the above boots into a pv-dom0 kernel
> but when I try following  which has Xen also
>
> menuentry "Xen Linux 2.6.32.27" {
>        insmod ntfs
>        set root='(hd0,2)'
>        loopback loop0 /ubuntu/disks/root.disk
>        set root=(loop0)
>        kernel (hd0,2)/boot/xen.gz
>        module (hd0,2)/boot/vmlinuz-2.6.32.27 dummy=dummy
> root=/dev/sda2 loop=/ubuntu/disks/root.disk ro console=tty0
>        module (hd0,2)/boot/initrd.img-2.6.32.27
> }
>
> then I get unknown command kernel,unknown command module
> and if I tried replacing kernel with multiboot in above then I get the
> same error
> unknown command multiboot ,unknown command module
> I am doing on Ubuntu 10.04 64 bit
> what is the problem above?


http://wiki.xensource.com/xenwiki/XenCommonProblems#head-d038e27f4f3ad6b96ef1643c1812237cb1408730

Hope that helps.

Thanks,
Todd


> --
> Regards
> Abhi
>
> _______________________________________________
> 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