[aklug] Re: Ubuntu 9.04 grub issues

From: David Prentice <ak.prentice@gmail.com>
Date: Tue Apr 21 2009 - 16:55:15 AKDT

Scott,

1. Do all three Jaunty grub entries fail to boot? The recovery mode
entry is a little different than what you have for the normal boot.
Try both.

2. My suspicion is that UUID is the problem, but thats just personal
bias. It doesn't take much, practically anything, to change the UUID
of a partition.

Find your UUID list:
blkid

Then cut-paste the lines into the menu.lst file.

Or just run update-grub and have your menu.lst get automagically
reconfigured for you.

On Mon, Apr 20, 2009 at 9:07 PM, Scott Carnahan <scott@ravenmoonart.com> wr=
ote:
> Sorry this took so long to post. I have looked it over and I think I
> just don't understand how GRUB works and the syntax required ot get it
> to do what I want.
>
> Below is a copy of the current GRUB menu.lst file. If I try to boot to
> 9.04 I get a "volume can not be mounted" error message.
>
>
> ## ## End Default Options ##
>
> title =A0 =A0 =A0 =A0 =A0 Ubuntu 8.04.2, kernel 2.6.24-23-generic
> root =A0 =A0 =A0 =A0 =A0 =A0(hd0,4)
> kernel =A0 =A0 =A0 =A0 =A0/boot/vmlinuz-2.6.24-23-generic
> root=3DUUID=3Da63bee24-00e1-4ac4-adcf-a9184411274b ro quiet splash
> initrd =A0 =A0 =A0 =A0 =A0/boot/initrd.img-2.6.24-23-generic
> quiet
>
> title =A0 =A0 =A0 =A0 =A0 Ubuntu 8.04.2, kernel 2.6.24-23-generic (recove=
ry mode)
> root =A0 =A0 =A0 =A0 =A0 =A0(hd0,4)
> kernel =A0 =A0 =A0 =A0 =A0/boot/vmlinuz-2.6.24-23-generic
> root=3DUUID=3Da63bee24-00e1-4ac4-adcf-a9184411274b ro single
> initrd =A0 =A0 =A0 =A0 =A0/boot/initrd.img-2.6.24-23-generic
>
> title =A0 =A0 =A0 =A0 =A0 Ubuntu 8.04.2, memtest86+
> root =A0 =A0 =A0 =A0 =A0 =A0(hd0,4)
> kernel =A0 =A0 =A0 =A0 =A0/boot/memtest86+.bin
> quiet
>
> title =A0 =A0 =A0 =A0 =A0 Ubuntu jaunty (development branch), kernel 2.6.=
28-9-generic
> root =A0 =A0 =A0 =A0 =A0 =A0(hd0,5)
> ## uuid =A0 =A0 =A0 =A0 3ca44071-e0db-48e5-a761-08863234c5da
> kernel =A0 =A0 =A0 =A0 =A0/boot/vmlinuz-2.6.28-9-generic
> root=3DUUID=3D3ca44071-e0db-48e5-a761-08863234c5da ro quiet splash
> initrd =A0 =A0 =A0 =A0 =A0/boot/initrd.img-2.6.28-9-generic
> quiet
>
> title =A0 =A0 =A0 =A0 =A0 Ubuntu jaunty (development branch), kernel 2.6.=
28-9-generic
> (recovery mode)
> uuid =A0 =A0 =A0 =A0 =A0 =A03ca44071-e0db-48e5-a761-08863234c5da
> kernel =A0 =A0 =A0 =A0 =A0/boot/vmlinuz-2.6.28-9-generic
> root=3DUUID=3D3ca44071-e0db-48e5-a761-08863234c5da ro =A0single
> initrd =A0 =A0 =A0 =A0 =A0/boot/initrd.img-2.6.28-9-generic
>
> title =A0 =A0 =A0 =A0 =A0 Ubuntu jaunty (development branch), memtest86+
> uuid =A0 =A0 =A0 =A0 =A0 =A03ca44071-e0db-48e5-a761-08863234c5da
> kernel =A0 =A0 =A0 =A0 =A0/boot/memtest86+.bin
> quiet
>
>
> ### END DEBIAN AUTOMAGIC KERNELS LIST
>
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>
>
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Tue Apr 21 16:55:26 2009

This archive was generated by hypermail 2.1.8 : Tue Apr 21 2009 - 16:55:26 AKDT