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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] grub commands problem with Ubuntu 10.04
From: Abhishek Dixit <abhidixit87@xxxxxxxxx>
Date: Sun, 6 Mar 2011 07:41:37 -0500
Delivery-date: Sun, 06 Mar 2011 04:42:45 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=kH0JODXmUXASEa6vi3M12pCeKs9ClpSFnvVbIJhoQP8=; b=YwFZ/voHBIF95rpdIRbAVMbPuZAVS7GpCmxVX8hMrDCqiiwJKpsm1sUGD7LtN03IOu RY2JOavSBkIrIgu+kOs6TnYDmMBJMHHWO7BRKFteSxlVMQtMAHtl6QKwpr5jA5sbwQEI x5eWI6mW3hcpydp8UfwfHdscF70niuAJnQuXk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JUSKYbzpmdZ0kaBPhCKC+mkRJbmraSHomi7Gu9oRJ/u3/s35NIikio14AZoI+LM9l6 h0C2usgko0uy0FE4BL06IYyoihGF0KEPHVjOO01JkkeRu0jJuMICZsKR5ux7RbCZER0C zyeTnuP8iAf16WJIPPBjy1pxSkLHtwyPQ2unk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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?
-- 
Regards
Abhi

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