I found a solution. In related posts I found I think I accidentally removed the current linux kernel when trying to free up space in /boot where i found sudo apt-get install --reinstall linux-image
command. After using google to find some necessary linux-images for Ubuntu 14.04. I reinstalled
linux-image-3.13.0-24-generic
linux-image-3.13.0-105-generic
linux-image-extra-3.13.0-24-generic
linux-image-extra-3.13.0-105-generic
and booted into GRUB (by pressing shift after bios screen). Choosing Advanced...
I booted one of the kernel versions above which had all the missing drivers installed. After removing all the installed linux-image-4.. and a sudo update-grub
my system is booting by default to version 3.x.
Right now I am very happy that my system is back and running!
But there is another little thing now. I tried to run sudo apt-get install linux-image-3*
before I realized that this is a huge pile of data. After some minutes my /boot/ directory was full.
Now after dpkg --list 'linux-image*'
I see a long list with all linux-image-3*
files. Like this:
un linux-image-3.19.0-25-generic <none> <none> (no description available)
How can I remove them?
grub
, tryAdvanced Boot
, and select the oldest kernel and see if it boots correctly. Then, update to the newest kernel. – negusp Dec 08 '16 at 17:30