0

I'm receiving a kernel panic when I try to boot Xubuntu 14.04.2 - this is my System:

  • Windows 8 (sda2)
  • Xubuntu 14.04.2 (sda7)
  • Kali Linux (sda9)

First, I installed Xubuntu next Windows. That was no problem. Kali didn't install the bootloader, so I had to install GRUB manually from USB. It worked .... but today, after a update from Xubuntu, I'm receiving following message every start:

enter image description here

I'm really afraid I don't know what to do. I've tried some found stuff in Google, but I doesn't work. So, what do I have to do?

PS: Windows and Kali are booting without problems.

karel
  • 114,770

1 Answers1

0

It looks like you manually installed kernel 3.19.0-15 to Xubuntu.

Xubuntu 14.04.2 is shipped with 3.13 kernels, not like Ubuntu 14.04.2 as far as I know.

Ubuntu kernel 3.19.0-15 has never been published in Ubuntu repositories and has issues.

So you need to boot with some stable kernel using grub menu and remove this kernel image.

If you need 3.19 so much you can run

sudo apt-get install linux-generic-lts-vivid

This will install stable 3.19.0-18 supported kernel.

If a non-LTS version of Xubuntu is installed then run

sudo apt-get update $$ sudo apt-get dist-upgrade

to get a supported kernel.

Pilot6
  • 90,100
  • 91
  • 213
  • 324