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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] grub boot problem
From: Tamás Pisch <pischta@xxxxxxxxx>
Date: Thu, 2 Jul 2009 14:42:26 +0200
Delivery-date: Thu, 02 Jul 2009 05:43:57 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=pDYzM0WLqT1+gKw7+KZ9W2jDSfqg1T4nLZeyN8zs+l0=; b=gKNEG4N5/rrA0EJ4r4cgNWdhJCvMZl2eJkbk+bEMP+phmWv2PT8e51JLCY2ySae7me DUwjI6TpjLH8ewWLZjGe/GofAR2mBlugOTOTPlt3tPvcT+qnZ2+7UKJcCYYny7La3RGq 9GswlJ7jJ4YYGAv4xXgldAAP8gbMjy1VpW7Jo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=iIEMaNJf6wNiVYxQBksURdaP/QWkND8PQdgvWyAAhN5VVJR4Bly9XPaerGC67z6MvJ 5ZV5xUx0aXFBSrr0+twA/0/EEOV/WGrBQPoEiwB7Olzr5Ta0/uTc6+WmaUwvHueFx7hc AFxCScUaN3VSrBn510UOGCaK8+VJWJGgemiRQ=
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
Hi,

I have a XEN installation on Debian Lenny. After a package update I rebooted, and grub doesn't start. The update replaced my grub.cfg, but it doesn't work. When I installed the system, I ran into that problem (grub error message "You need to load the kernel first"). At that time I found a solution, changed grub.cfg, and it worked. I tried that settings again, but it doesn't work! I get the error:
error: unknown command `module'
I can boot only the unmodified kernel. Here is my grub.cfg:
#bad entry:
menuentry "Debian GNU/Linux, linux 2.6.26-2-xen-amd64" {
    set root=(hd0,1)
    search --fs-uuid --set 81a70335-a810-444e-9247-1255491ff0ee
    kernel /xen-3.2-1-amd64.gz dom0_mem=512M
    module /vmlinuz-2.6.26-2-xen-amd64 root=/dev/mapper/xen-xensys ro
    module /initrd.img-2.6.26-2-xen-amd64
##    linux    /vmlinuz-2.6.26-2-xen-amd64 root=/dev/mapper/xen-xensys ro 
##    initrd    /initrd.img-2.6.26-2-xen-amd64
}
#working entry:
menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64" {
    set root=(hd0,1)
    search --fs-uuid --set 81a70335-a810-444e-9247-1255491ff0ee
    linux    /vmlinuz-2.6.26-2-amd64 root=/dev/mapper/xen-xensys ro 
    initrd    /initrd.img-2.6.26-2-amd64
}

Thanks, in advance.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>