Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3994  / 3 Years ago, sun, may 16, 2021, 1:39:53

I've installed linux kernel v3.4 in Ubuntu 12.04 containing kernel v3.2 using the answer here - Can I install Linux kernel in Ubuntu appart of the default one?



But v3.4 is showing strange bugs like inability to move mouse (laptop touchpad), inability to connect to wifi, etc.



Could you please tell me how to uninstall v3.4 so that the default version in Linux grub becomes v3.2 as before.


More From » 12.04

 Answers
3

I'm assuming you used the first option in the answer. To uninstall the 3.4 kernel and keep using the 3.2 kernel:



You will have to boot into the 3.2 kernel first, so you are not removing the kernel you are currently using. To do this, you will have to select the appropriate kernel on boot from the Grub menu. If you do not normally see the Grub menu, hold down Shift on boot, and it will appear. Using the arrow keys, scroll to "Advanced options for Ubuntu [version number]" and press Enter. Then scroll down to the latest version of the 3.2 kernel, which is 3.2.0-40 if you have that latest version installed. Make sure not to pick Recovery Mode.



Once you have booted, open up a terminal and remove all versions of the 3.4 kernel with:



sudo apt-get purge linux-image-3.4.0-* linux-headers-3.4.0-*


This will not require that you install any additional software such as Synaptic, it will simply remove the kernel. After rebooting, the kernel will be uninstalled.


[#30131] Monday, May 17, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulerio

Total Points: 172
Total Questions: 124
Total Answers: 109

Location: Hungary
Member since Thu, Aug 6, 2020
4 Years ago
;