Comment 2 for bug 475641

Revision history for this message
Greg Tippitt (gtippitt) wrote :

For other newbies like myself that find this bug report and need a work-around:

I was able to download a prior image from the link below.

http://packages.ubuntu.com/jaunty-updates/linux-image-2.6.28-16-generic

After installing this package with the DEB package installer, I made the linux-image-2.6.28-16-generic kernel my default at boot time using the following commands.

sudo /boot/grub/menu.lst

change
     default 0 to select the 2.5.28-16 kernel from the list at the bottom of the menu.lst file

These are numbered 0,1,2, etc so you could change "default 0" to "default 2" if you you want the 3rd entry to be used at boot time.