5

Note that this is Kubuntu (KDE Ubuntu)

I've been having a problem for a while where if I turn on the computer, it just takes me to a black screen. It sticks there with no output and no hint of what's going on except that the Caps Lock indicator light on my keyboard flashes on and off (weird, right?)

If I then turn off the computer (by holding down the power button for a few seconds), and turn it back on, I get a boot menu where I can choose 'Advanced options for Ubuntu', and that lists different versions, recovery modes, some of which work just fine.

That's what I've bee doing for the two weeks or so I've had this problem, and it worked until just now. The alternative options only booted me into the command line. I was able to fix this with this solution, so now I'm typing this from my desktop.

I'm reluctant to turn off the computer in case it happens again, and I'd like to just tear out the root of the problem.

Screenshot of error: enter image description here

darksky
  • 1,022
  • 1
  • 9
  • 18
Grund
  • 161
  • 1
  • 4
  • 7

1 Answers1

7

It seems someone has been able to solve this issue here

Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

They suggest running

sudo update-initramfs -u -k $(uname -r)

Then

sudo update-grub
darksky
  • 1,022
  • 1
  • 9
  • 18