Results 11 to 19 of 19
Ok there is your problem right there you didnt edit the /dev part of /etc/fstab as stated in the handbook to apply the real device names to replace
Code:
/dev/BOOT
...
- 01-08-2006 #11
Ok there is your problem right there you didnt edit the /dev part of /etc/fstab as stated in the handbook to apply the real device names to replace
with the correctCode:/dev/BOOT
andCode:/dev/hda1
withCode:/dev/ROOT
&Code:/dev/hda3
withCode:/dev/SWAP
as stated in this chapter in the gentoo handbook http://www.gentoo.org/doc/en/handboo...ap=8#doc_chap1Code:/dev/hda2
along with any fs types and options nessasary
and on the grub.conf everything there checks out with what is in /boot so that is ok.
Just go ahead and fix the above and you should boot rite up!
Last edited by loft306; 01-08-2006 at 06:06 AM.
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 01-08-2006 #12
thx, but it wont boot i get the same root error *cry* i did exactly what you and the handbook told be.
thats my new fstab:
http://img482.imageshack.us/img482/5282/dscf03122rh.jpg
- 01-08-2006 #13Just Joined!
- Join Date
- Dec 2005
- Posts
- 54
Now the problem is all too clear. You never set up your /etc/fstab file correctly.
Originally Posted by nimwa2
Boot back up with the Gentoo install CD, mount the partitions as before then do nano /mnt/gentoo/etc/fstab.
The options in your /etc/fstab where is says:
/dev/BOOT
/dev/ROOT
/dev/SWAP
You need to change those to reflect the actuall locations. If you followed with handbook exactly it would be something like:
/dev/hda1
/dev/hda3
/dev/hda2
If you need more help with this, re-read Chapter 8 of the handbook.http://www.gentoo.org/doc/en/handboo...ok_part1_chap8
Once you get these correct the system should boot no problem.
- 01-08-2006 #14thanks... but loft306 already pointed that out i have done that already as you can see i have posted this one up. even after i changed the fstab i STILL have the same boot error as you can see in this picture, any idea why it still cant boot up??
Originally Posted by Zero-0-Effect
---> http://img482.imageshack.us/img482/5282/dscf03122rh.jpg <---
my fstab should be ecactly like you guys are saying and like the handbook is saying in chapter 8.
- 01-09-2006 #15
This is perplexing
what is the output ofand is the error exactly the same? or did it change slightly? either way could you paste it again pleaseCode:cat /boot/grub/device.map
And also once you are chroot'd into your install please paste the output ofeven though you used genkernel it may of missed support for the ext3 filesystemCode:cat /usr/src/linux/.config | grep CONFIG_EXT3_FS
Last edited by loft306; 01-09-2006 at 02:25 PM.
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 01-09-2006 #16
the error is exactly the same its asking for root device as before
>>Activating udev
>>determining root device...
!! The root block device is unspecified or not detected
Please specify a device to boot or "shell" for a shell...
boot() ::
my device.map output:
(fd0) /dev/fd0
(hd0) /dev/hda
my CONFIG_EXT3_FS output:
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
- 01-11-2006 #17
any idea what i could do? or should i just try to install all over again?
- 01-12-2006 #18Just Joined!
- Join Date
- Nov 2004
- Posts
- 3
dont try to reinstall (yet)
Originally Posted by nimwa2
I got exactly the same issue. I also got a lot of other issue (i'm using a pretty non standard setup - bootable RAID 1 setup on intel ich6r using SATA hdd).
unfortunately i do not remember how i solved this exact one. but basically the problem is that initramfs is being loaded correctly, but that is unable to load the kernel properly.
one of the things i did was to remove the space in line (from your grub.conf)
"root (hd0,1)" changed to something like
"root(hd0,1)"
I'm not sure why but this fixed one of the first problems i got. surely woth trying.
the grub.conf file to change would be in /mnt/gentoo/boot/grub if you have not chroot'ed but mounted the partitions.
HTH.
- 01-13-2006 #19
it didnt really fix it. ive set root to hd0,1 and in my fstab ive set it to hda1 but is there a possibility that my kernel or boot thinggy is not even in hda1??


Reply With Quote
