[aklug] Re: Ubuntu 9.04 grub issues

From: David Prentice <ak.prentice@gmail.com>
Date: Tue Apr 21 2009 - 18:02:07 AKDT

Scott, this is what mine looks like:

## ## End Default Options ##

title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid c2fdc644-c8c3-4208-8ff5-9929e2bf2f40
kernel /boot/vmlinuz-2.6.28-11-generic
root=UUID=c2fdc644-c8c3-4208-8ff5-9929e2bf2f40 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet

title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid c2fdc644-c8c3-4208-8ff5-9929e2bf2f40
kernel /boot/vmlinuz-2.6.28-11-generic
root=UUID=c2fdc644-c8c3-4208-8ff5-9929e2bf2f40 ro single
initrd /boot/initrd.img-2.6.28-11-generic

title Ubuntu 9.04, memtest86+
uuid c2fdc644-c8c3-4208-8ff5-9929e2bf2f40
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

Change this:
title Ubuntu jaunty (development branch), kernel 2.6.28-9-generic
root (hd0,5)
## uuid 3ca44071-e0db-48e5-a761-08863234c5da
kernel /boot/vmlinuz-2.6.28-9-generic
root=UUID=3ca44071-e0db-48e5-a761-08863234c5da ro quiet splash
initrd /boot/initrd.img-2.6.28-9-generic
quiet

To this:
title Ubuntu jaunty (development branch), kernel 2.6.28-9-generic
uuid 3ca44071-e0db-48e5-a761-08863234c5da
kernel /boot/vmlinuz-2.6.28-9-generic
root=UUID=3ca44071-e0db-48e5-a761-08863234c5da ro quiet splash
initrd /boot/initrd.img-2.6.28-9-generic
quiet
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Tue Apr 21 18:02:17 2009

This archive was generated by hypermail 2.1.8 : Tue Apr 21 2009 - 18:02:17 AKDT