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

To: 'Tamás Pisch' <pischta@xxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] grub boot problem
From: "Tanuj Bansal" <bansal.tanuj83@xxxxxxxxx>
Date: Fri, 3 Jul 2009 09:18:08 +0530
Cc:
Delivery-date: Thu, 02 Jul 2009 20:49:22 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:reply-to:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :x-mailer:thread-index:content-language; bh=2+lwLVDzQSXzSfeOqVl39qCboVC0ajWlipSVxPe4Aqk=; b=fs4iy0knD+4NzKhJkbvkCwgGoQn0/z1m8Qlp1bDAKt+YRwp7TgVEvZtG21QYa3+pAM scXPK6BUm0R6CI499EFfSej3PT2g4Qp7OgeoTmjyYUeAVkaQEXUV/IK9+osTmaGSUeDt rKbvtT2MEAbILFuDslxybMD1EALrZFpNQfnFI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=reply-to:from:to:references:in-reply-to:subject:date:message-id :mime-version:content-type:x-mailer:thread-index:content-language; b=xyW5uvZKSWUPBdc4X1MmA6ARZ0Ojt56iHVbt9secTlSBx7nlrxfLe2NLdGcNr9tMay NInw18cIhkkQ4CsVNj6Ra0n6WGIhIs6zRyYYV6yz78q3olW/1P4mAbLG2G0qC5S+m0ZK ooBnpMa88SJ7G4FICG++LFr3hWvv4YlgJb0kg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <b12d11d0907020542v6918f2aew849fdc0c33563b59@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: <b12d11d0907020542v6918f2aew849fdc0c33563b59@xxxxxxxxxxxxxx>
Reply-to: bansal.tanuj83@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acn7EsnGi0estX4VShamjFcQAFwzxAAfHM3g

Seems bug there and a patch can fix this.

 

Check the below URL if they fix it.

 

http://www.nabble.com/GRUB-module-query-td5820590.html#a5820590

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505517

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399882

 

 

 

Regards,

 

Tanuj Bansal

 

From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Tamás Pisch
Sent: Thursday, July 02, 2009 6:12 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] grub boot problem

 

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>