Results 1 to 8 of 8
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 ...
- 02-22-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
GRUB Error (wrong 'root=' format)
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.Code:default 0 timeout 2 title=Linux root (hd0,0) kernel /boot/linux-2.6.17.13 root=/dev/hda3
- 02-22-2007 #2Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
This is my /etc/fstab:
Code:/dev/hda1 /boot ext3 defaults,noatime 1 2 /dev/hda3 / ext3 noatime 0 1 /dev/hda2 none swap sw 0 0
- 02-22-2007 #3
whats in device.map file?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2007 #4Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
/boot/grub/device.map
Code:(fd0) /dev/fd0 (hd0) /dev/hda
- 02-22-2007 #5
Did you compile the file system into the kernel or as modules? Did you use one of the automated installers or install it yourself on the command line following the handbook?
It looks to me that either you don't have your file systems compiled into your kernel, or that your mapping of the filesystems is wrong.
- 02-22-2007 #6Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
I used *'s, not the M so not modules but compiled into the kernel. I spent several days trying to install it manually and I followed all the directions exactly in the handbook.
- 02-22-2007 #7Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
So how can I make it redirect properly?
- 02-23-2007 #8
Another possiblility is that you didn't add the correct chipset drivers in the kernel. That would be what I looked for next, since it looks as if your mapping is correct, and you built the filesystems into the kernel.


Reply With Quote
