Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot boot gentoo after enabling framebuffer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Hikaru79
Tux's lil' helper
Tux's lil' helper


Joined: 07 Apr 2005
Posts: 120
Location: Windsor, Ontario (Canada)

PostPosted: Thu May 05, 2005 2:27 am    Post subject: Cannot boot gentoo after enabling framebuffer Reply with quote

I just went through the Gentoo Wiki's guide on the framebuffer. I set it all up and rebooted. Good news: The framebuffer works! Really pretty :)
Bad news: When it tries to boot, it gets this error a few seconds in:
Code:
mount: Mounting devfs on /dev failed: no such device
Error opening file ".devfsd" No such file or directory

I'm assuming this problem is because I was messing around with my grub.conf (the Wiki told me to :(). Here's my grub.conf file -- can anyone please let me know what's wrong with it?
Code:
default 0
timeout 0

title=Gentoo Linux
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r5 root=/dev/ram0 init=linuxrc ramdisk=8192 video=vesafb:ywrap,mtrr,1024x768-32@70 splash=silent,theme:emergence
initrd /initrd-2.6.11-gentoo-r5

Thanks in advance! :D

EDIT: I just realized this info might be useful: my boot partition is on hda1 and my root filesystem is on hda3. (this is the way the Gentoo handbook did it, and I just followed their lead :))
_________________
"The simplest schoolboy is now familiar with facts for which Archimedes would have sacrificed his life."
--Ernest Renan
Back to top
View user's profile Send private message
popcan
n00b
n00b


Joined: 27 Nov 2004
Posts: 33
Location: bath, ny

PostPosted: Thu May 05, 2005 4:04 am    Post subject: Reply with quote

was going to help you in #gentoo but you ran away too fast...

you're using genkernel, so shouldn't you have a real_root=/dev/hda3 on your kernel line? i've been out of touch with genkernel for a while but i remember that being the case... add that back in and see if there's a change
Back to top
View user's profile Send private message
Hikaru79
Tux's lil' helper
Tux's lil' helper


Joined: 07 Apr 2005
Posts: 120
Location: Windsor, Ontario (Canada)

PostPosted: Thu May 05, 2005 11:05 am    Post subject: Reply with quote

Thanks for your reply, popcan! :D
I did what you suggested. Here was my updated grub.conf file:
Code:
default 0
timeout 0

title=Gentoo Linux
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r5 root=/dev/ram0 init=linuxrc ramdisk=8192 video=vesafb:ywrap,mtrr,1024x768-32@70 splash=silent,theme:emergence real_root=/dev/hda3
initrd /initrd-2.6.11-gentoo-r5

As you see, I have added real_root=/dev/hda3 in (as a kernel option -- was this wrong?). But it didn't help... in fact, it made the error longer. Here's what my error says now:
Code:
mount: Mounting devfs on /dev failed: no such device
Error opening file ".devfsd" No such file or directory
Determining root device...
Block device /dev/hda3 is not a valid root device

:'( So I still can't boot up...any other suggestions?
_________________
"The simplest schoolboy is now familiar with facts for which Archimedes would have sacrificed his life."
--Ernest Renan
Back to top
View user's profile Send private message
popcan
n00b
n00b


Joined: 27 Nov 2004
Posts: 33
Location: bath, ny

PostPosted: Thu May 05, 2005 4:36 pm    Post subject: Reply with quote

are you using the gentoo wiki guide here for fbsplash: http://gentoo-wiki.com/HOWTO_fbsplash

it almost sounds like you replaced the initrd needed to boot the system with the initrd with just the picture in it
Back to top
View user's profile Send private message
Hikaru79
Tux's lil' helper
Tux's lil' helper


Joined: 07 Apr 2005
Posts: 120
Location: Windsor, Ontario (Canada)

PostPosted: Thu May 05, 2005 8:40 pm    Post subject: Reply with quote

popcan wrote:
are you using the gentoo wiki guide here for fbsplash: http://gentoo-wiki.com/HOWTO_fbsplash

it almost sounds like you replaced the initrd needed to boot the system with the initrd with just the picture in it


Ehh? All I did was emerge the package, run "genkernel --menuconfig --gensplash=emergence all", edit my grub.conf file to what I posted above (basically, just added the video: kernel option), and reboot... what have I done wrong? :'(
_________________
"The simplest schoolboy is now familiar with facts for which Archimedes would have sacrificed his life."
--Ernest Renan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum