You are not logged in.
Pages: 1
Hello,
Got kernel panic on my desktop: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Kernel panic by Peter A. Shevtsov, on Flickr
I don't know what to do. Please help.
Last edited by pshevtsov (2011-07-07 16:52:05)
Offline
Is this a new installation?
Please post the contents of
/boot/grub/menu.lst
if you are using grub-legacy.
Offline
Is this a new installation?
No, this is no a new installation. I suppose this happened after kernel update. I do not use this machine quite often.
/boot/grub/menu.lst:
#(0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/f2a897fe-a6e2-43f3-85c6-8f72c997bc2b ro quiet
initrd /kernel26.img
#(1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/f2a897fe-a6e2-43f3-85c6-8f72c997bc2b ro quiet
initrd /kernel26-fallback.img
Offline
Please post the output of blkid
Offline
Please post the output of blkid
How can I run blkid if I have only GRUB-shell?
Offline
Perhaps you can try various grub entries for root=... one of them might get it started.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Perhaps you can try various grub entries for root=... one of them might get it started.
No luck
Offline
Perhaps wiki "kenel panics" has some good ideas......................
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
How can I run blkid if I have only GRUB-shell?
Run blkid from a live CD.
Before that, are you sure that your root partition is on /dev/sda1? If so, you might want to try root=/dev/sda1 in the kernel command line just in case the UUID is incorrect
Offline
Thanks to everyone, especially lilsirecho - Kernel Panics wiki page is really handy! I just reinstalled kernel and everything's got back to normal.
Offline
Pages: 1