Undo 7.10 upgrade to 8.04 ?

Benjamin Heil benjamin.heil at bheil.net
Sat May 3 12:42:35 UTC 2008


Am Donnerstag, 1. Mai 2008 22:37:26 schrieb elmo:
> I started the 7.10 upgrade to 8.04 after midnight and the process seemed
> to work perfectly  but I believe that I made some bad judgments because
> I was half asleep.
>
> [snip]
>
> elmo

Hi Elmo,

I made the same mistake on one of my systems, but the upgrade went well. The 
only problem was that in menu.lst from grub no entries for the new kernel 
were made. So i edit it manually. Now my menu.lst looks like this and all 
works great (Hardy is reaaaaally great!)
So I assume you just have to update the title, kernel and initrd line:


title		Ubuntu 8.04, kernel 2.6.24-16-generic
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-16-generic 
root=UUID=f9acdea4-c01a-4011-9a15-73a3550a8c2b ro quiet splash locale=de_DE
initrd		/boot/initrd.img-2.6.24-16-generic
quiet

title		Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-16-generic 
root=UUID=f9acdea4-c01a-4011-9a15-73a3550a8c2b ro single
initrd		/boot/initrd.img-2.6.24-16-generic

title		Ubuntu 8.04, kernel 2.6.22-14-generic
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.22-14-generic 
root=UUID=f9acdea4-c01a-4011-9a15-73a3550a8c2b ro quiet splash locale=de_DE
initrd		/boot/initrd.img-2.6.22-14-generic
quiet

title		Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.22-14-generic 
root=UUID=f9acdea4-c01a-4011-9a15-73a3550a8c2b ro single
initrd		/boot/initrd.img-2.6.22-14-generic

title		Ubuntu 8.04, memtest86+
root		(hd0,1)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST





More information about the ubuntu-users mailing list