Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am on my last step to installing Gentoo, but I get a GRUB error when I try to boot:
Code:
VFS: Cannot open root device "hda3" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
This is what my current /boot/grub/grub.conf looks like:
Yes I made sure that was the correct kernel name in the correct directory. Partition 1 is my boot, 2 is my swap, and 3 is my root. I installed GRUB to partition 1 where the /boot is. I formatted corectly and everything. I did this before, and I remember getting this very same error, but I don't remember what I did to GRUB to fix it. I didn't make changes to anything else, I think.
Is there a symlink in /boot pointing to itself? I seem to remember that Gentoo puts it there by default, but if it's missing then the final line of your grub.conf is wrong.
Probably this is a stupid question, but it has to be asked: did you compile ext3 support into your kernel? (not as a module)
Also, there appears to be an error in the first line of your fstab as posted above: it should be ext3, not /ext3.
Yes, in /boot there is a directory called /boot which goes back to itself.
Yes I compiled it with a *, not an M
Oh I typed it in wrong. There is no more / in the first line. Since I can't copy paste from another computer. Just a typo
Last edited by SentralOrigin; 02-22-2007 at 12:09 PM.
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
I had the same issue on my system running FC5, however the problem manifested without
an upgrade attempt.
The problem ended up being a bad SDRAM module. I was running 2GB, 1024x2.
A memory test revealed sever errors on one of the modules. I removed it and the problem went away.
It may be worth running a memory test on your system. If you don't have a utility, the SUSE 10 boot cd or dvd has a built in memory tester.
Hope this helps.
CG
Quote:
Originally Posted by SentralOrigin
I am on my last step to installing Gentoo, but I get a GRUB error when I try to boot:
Code:
VFS: Cannot open root device "hda3" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
This is what my current /boot/grub/grub.conf looks like:
Yes I made sure that was the correct kernel name in the correct directory. Partition 1 is my boot, 2 is my swap, and 3 is my root. I installed GRUB to partition 1 where the /boot is. I formatted corectly and everything. I did this before, and I remember getting this very same error, but I don't remember what I did to GRUB to fix it. I didn't make changes to anything else, I think.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.