Ubuntu – How to Roll Back a Kernel Update

kernelnetworking

An update for Ubuntu was available today and it installed the generic kernel 2.6.38.11.26.

After doing so networking is no longer functioning correctly. My Acer Aspire 4520 has an Nvidia Network card and an Atheros wireless chipset which was functioning properly before the update.

Now when I boot neither are functioning properly. Wireless Networking is still a selectable option but even when enabled the options for selecting a network is grayed out. The Ethernet connection will activate but only after about 3-5 minutes after booting to the desktop.

How can I fix this or roll back to the previous kernel? This is a serious bug and I'm fairly certain I'm not the only one with this issue.

Best Answer

In the Grub menu, select Previous Linux Versions to go to your list of previous kernels. The selection is just below the latest kernel in recovery mode.

To remove the kernel, execute in the Terminal

sudo apt-get remove 2.6.38.11.26

then

sudo update-grub

I hope this helps.

Related Question