Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with fbsplash
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Cryptix
Guru
Guru


Joined: 06 Mar 2005
Posts: 315

PostPosted: Mon Jun 06, 2005 1:23 am    Post subject: Problem with fbsplash Reply with quote

i followed the gentoo wiki for installing fbsplash and everthing went fine except after i restarted the screen was brought up with all the nice theme and everything but stopped loading with a message that said.
Code:
Block device /dev/hda3 is not a valid root device...
The root block device is unspecified or not detected.
Please specify a device to boot, or "shell" for a shell...

/dev/hda3 is my root and has worked fine for booting my system before... PLEASE HELP!

btw i dont know how to turn my computer off from the "shell" thing because it wont accept reboot or shutdown.....
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Mon Jun 06, 2005 4:59 am    Post subject: Reply with quote

Looks like it could just be a typo in your grub.conf. Post it.
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
Slingshot
n00b
n00b


Joined: 23 May 2005
Posts: 19

PostPosted: Mon Jun 06, 2005 5:03 am    Post subject: Reply with quote

Have a close look at your lilo/grub .conf file for errors. If that fails try posting your kernel config files regarding the frame buffer and initrd (if you went with dynamic loading) details and lilo/grub .conf files so others can help you resovle your problem.
Back to top
View user's profile Send private message
Cryptix
Guru
Guru


Joined: 06 Mar 2005
Posts: 315

PostPosted: Mon Jun 06, 2005 12:04 pm    Post subject: Reply with quote

i think i remember not replacing the /boot/initrd-2.6.11-gentoo-r9 with /boot/whateverthethemewas in the guide because it said it couldnt find it.... how do i get back to my lilo.conf from this place? i dont have access to nano or any programs i have emerged on my system just a little shell prompt
Back to top
View user's profile Send private message
Raftysworld
Apprentice
Apprentice


Joined: 27 Feb 2005
Posts: 236
Location: Snohomish, WA

PostPosted: Mon Jun 06, 2005 12:48 pm    Post subject: Reply with quote

Use the Gentoo livecd, or a simliar livecd. Just mount the partition, edit the file and you're good to go.
Back to top
View user's profile Send private message
Cryptix
Guru
Guru


Joined: 06 Mar 2005
Posts: 315

PostPosted: Mon Jun 06, 2005 7:03 pm    Post subject: Reply with quote

thanks man
Back to top
View user's profile Send private message
Cryptix
Guru
Guru


Joined: 06 Mar 2005
Posts: 315

PostPosted: Mon Jun 06, 2005 7:17 pm    Post subject: Reply with quote

btw do u know how do you turn the computer off from this minimal shell prompt?and do i have to redo the whole config process to change the theme of fbsplash? and how do i mount the hard drive from the gentoo live cd i just tried mount /dev/hda3 and it didnt work
Back to top
View user's profile Send private message
Cryptix
Guru
Guru


Joined: 06 Mar 2005
Posts: 315

PostPosted: Mon Jun 06, 2005 10:14 pm    Post subject: Reply with quote

here's my lilo.conf:
Code:
boot=/dev/hda
prompt
timeout=10
default=gentoo

image=/boot/kernel-2.6.11-gentoo-r9
label=gentoo
read-only
root=/dev/ram0
append="init=/linuxrc ramdisk=8192 real_root /dev/hda3 udev video=vesafb:ywrap,mtrr,1024x768-32@85 splash=silent,theme:emergence"
initrd=/boot/initrd-2.6.11-gentoo-r9


now the guide i read here http://gentoo-wiki.com/HOWTO_fbsplash said to put: initrd = /boot/fbsplash-newtheme-1280x1024 in to my lilo.conf but i tried that then ran "lilo -v" and it says i have an error and there is no fbsplash-emergence in /boot.
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Mon Jun 06, 2005 10:32 pm    Post subject: Reply with quote

Cryptix wrote:
here's my lilo.conf:
Code:
boot=/dev/hda
prompt
timeout=10
default=gentoo

image=/boot/kernel-2.6.11-gentoo-r9
label=gentoo
read-only
root=/dev/ram0
append="init=/linuxrc ramdisk=8192 real_root /dev/hda3 udev video=vesafb:ywrap,mtrr,1024x768-32@85 splash=silent,theme:emergence"
initrd=/boot/initrd-2.6.11-gentoo-r9


now the guide i read here http://gentoo-wiki.com/HOWTO_fbsplash said to put: initrd = /boot/fbsplash-newtheme-1280x1024 in to my lilo.conf but i tried that then ran "lilo -v" and it says i have an error and there is no fbsplash-emergence in /boot.

This is probably just me, but lilo has always given me problems. If you don't already have a working system you might consider switching to grub. Also, you should go back to gentoo-wiki.com and look for the howto on gensplash. It will show you how to place the newtheme files. Come to think of it I need to follow my own advice and do that myself.
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
Cryptix
Guru
Guru


Joined: 06 Mar 2005
Posts: 315

PostPosted: Mon Jun 06, 2005 11:20 pm    Post subject: Reply with quote

i was at the gensplash wiki thats the link i gave u....
Back to top
View user's profile Send private message
Slingshot
n00b
n00b


Joined: 23 May 2005
Posts: 19

PostPosted: Mon Jun 06, 2005 11:47 pm    Post subject: Reply with quote

Quote:
now the guide i read here http://gentoo-wiki.com/HOWTO_fbsplash said to put: initrd = /boot/fbsplash-newtheme-1280x1024 in to my lilo.conf but i tried that then ran "lilo -v" and it says i have an error and there is no fbsplash-emergence in /boot.


did splash_geninitramfs work without error? check if you have the initramfs image in /boot.

this is the config I used in my lilo.conf for the emergence theme (though I dont use genkernel).

Code:
initrd = /boot/fbsplash-emergence-1024x768   # Lilo
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Tue Jun 07, 2005 2:42 am    Post subject: Reply with quote

Cryptix wrote:
i was at the gensplash wiki thats the link i gave u....
I was actually referring to here but I misread the title. Whoops!:oops:
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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