3

I just updated my Ubuntu 14.04 and got a new kernel. This new kernel is not working properly for me so I booted the previous version. Let's call this good old working version "3.13.0-24.47".

Now, I want to keep this "3.13.0-24.47" version until I decide to delete it manually. I want to be able to upgrade my kernel each time there is a new version in hope of getting the one which works again. Until then, I want to use the "3.13.0-24.47".

I'm afraid that next update will delete my "3.13.0-24.47" version because there are only two kernel versions available at a given time on my system (/boot).

tvrtko
  • 133

2 Answers2

1

I think you can be confident that your -24 kernel is not going to be overwritten, since the kernel version has been bumped to -27 now.

To be on the safe side, however, you can use any one of the methods described here to lock package linux-image-3.13.0-24-generic.

fkraiem
  • 12,813
-3

While Booting Press Shiftlong it's shows grub and boot from old kernel.

  1. when loged in type Uname-ri will show to current kernel running in your system.

  2. now type dpkg --list | grep linux-image it shall show all kernels in your system.

  3. sudo apt-get purge linux-image-X.XX.XX.XX-generic replace x.xx.xxx with the kernel which u want to remove.

REMEMBER:- Do not Remove current kernel.