Results 1 to 10 of 27
When I try to boot the system it comes up with:
Code:
mount: Mounting devfs on /dev failed: no such device
Error opening file: ".devfsd" no such file or directory
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-24-2005 #1Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
Can't boot Gentoo 2005.0
When I try to boot the system it comes up with:
It then moans about /dev/hda9 (my Gentoo / directory) not being a valid root device - it let me try any other device (no luck) or use a very basic shell (ash I think). /dev does not appear to contain any hd*.Code:mount: Mounting devfs on /dev failed: no such device Error opening file: ".devfsd" no such file or directory
It is a brand new stage three install using genkernel for the kernel. I'm ony a noob so please help!
- 04-24-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Can you post your /etc/fstab?
- 04-25-2005 #3Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
I have a feeling it might be unrelated since by the look of things it can't get at the root partition anywar, but I'll have a look.
- 04-25-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
I mean is there is an devfs-entry in the /etc/fstab? Also, is devfs enabled in the kernel?
- 04-25-2005 #5Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
I used genkernel for the kernel so i wouldnt know. This is my /etc/fstab:
/dev/hda7 /boot ext2 noauto,noatime 1 2
/dev/hda9 / ext3 noatime 0 1
/dev/hda8 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
There isn't a line like u said so that might be it -what should I put plz?
- 04-26-2005 #6I dont have a devfs entry in my fstab
Originally Posted by jaboua
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-26-2005 #7Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Actually, I don't either

Is devfsd installed? (check with "emerge -s devfs")
- 04-26-2005 #8Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
I'll try that thanx
- 04-28-2005 #9Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
It says it isn't installed, but when i
it says there isn't an ebuild for it.Code:emerge devfs
Someone else told me to emerge hotplug and coldplug - i get a message saying it can't connect to the website, which is silly since I don't have an internet connection on that computer.
Strangely, my universal cdrom says it's the minimal cdrom, which I'm pretty sure it isn't!
- 04-28-2005 #10
or he could be on udev and have devfs checked in the kernel that will also give this error

and it is pretty hard to emerge anything without an inet connx unless you cp the pkg from the cd to /usr/portage/distfiles then emerge it~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


Reply With Quote
