View previous topic :: View next topic |
Author |
Message |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Wed Jun 08, 2005 7:32 pm Post subject: Gensplash troubles |
|
|
i followed the guide here: http://gentoo-wiki.com/HOWTO_fbsplash#Configuring_Your_Bootloader with one exception that i emerged grub after i reconfigured my kernel. but when i boot up, the graphics show and everything but i get this message:
Code: | >> Determining root device
>> Block device /dev/hda3 is not a valid root device...
>> The root blick device is unspecified or not detected.
Please specify a device to boot, or "shell" for a shell... |
my root partition is on /dev/hda3 and my /boot is on /dev/hda1.
has anyone experienced this before or knows how to fix it? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
amzuk Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/210733697942907e391c99b.png)
Joined: 30 Apr 2005 Posts: 79 Location: RF/Krasnodar
|
Posted: Wed Jun 08, 2005 7:36 pm Post subject: |
|
|
hi!
show ur grub.conf
and try root=/dev/hda3 _________________ When your problem is resolved, put [SOLVED] in the topic. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Wed Jun 08, 2005 7:54 pm Post subject: |
|
|
i tried "/dev/hda3" and it said it wasnt a vaild root. im using genkernel btw
Code: |
default 0
timeout 10
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.11-gentoo-r9
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.6.11-gentoo-r9 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 splash=verbose,theme:gentoo video=vesafb:ywrap,mtrr,1024x768-32@85 udev
initrd (hd0,0)/boot/initrd-2.6.11-gentoo-r9 |
Last edited by Cryptix on Wed Jun 08, 2005 9:29 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
plut0 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 21 Dec 2004 Posts: 272
|
Posted: Wed Jun 08, 2005 8:32 pm Post subject: |
|
|
Change this:
Code: | root (hd0,0)
kernel (hd0,0)/boot/kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 splash=verbose,theme:gentoo video=vesafb:ywrap,mtrr,1024x768-32@85 udev
initrd (hd0,0)/boot/initrd-2.6.11-gentoo-r3 |
to this:
Code: | root (hd0,0)
kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 splash=verbose,theme:gentoo video=vesafb:ywrap,mtrr,1024x768-32@85 udev
initrd /initrd-2.6.11-gentoo-r3 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Wed Jun 08, 2005 9:27 pm Post subject: |
|
|
still wont work... same error. is the supposed to point to were my / is /dev/hda3? or were my boot partition is /dev/hda1? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
timmy334 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Southpark/South_Park_-_Timmy.jpg)
Joined: 24 Sep 2003 Posts: 69 Location: Montgomery, AL
|
Posted: Wed Jun 08, 2005 10:05 pm Post subject: |
|
|
it's supposed to point to your boot partition. For example: my boot partition is /dev/hda1, so mine would read: root (hd0,0) and my kernel would be: kernel (hd0,0)/bzImage and since my / is on /dev/hda3 it would be root=/dev/hda3. HTH _________________ It is by caffeine alone I set my mind in motion,
It is by the beans of Java my thoughts acquire speed,
My hands acquire shaking, the shaking becomes a warning,
It is by caffeine alone I set my mind in motion |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Wed Jun 08, 2005 10:21 pm Post subject: |
|
|
so no idea how to fix it? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Thu Jun 09, 2005 1:02 am Post subject: |
|
|
bumpskie |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
plut0 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 21 Dec 2004 Posts: 272
|
Posted: Thu Jun 09, 2005 3:24 am Post subject: |
|
|
That error can mean a number of things. Do you have support for your IDE chipset compiled in the kernel? Do you have support for your filesystem in the kernel (ext2/3 possibly)? Can you post the output of `fdisk -l`
When you get this error on bootup, can you login the rescue mode type `df` and post it here. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Thu Jun 09, 2005 7:20 pm Post subject: |
|
|
i could boot my kernel before i added a splash to my kernel. its a problem with gensplash, the kernel recognizes the partitions without it compiling. i have /boot as ext2 and the rest as ext3 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
amzuk Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/210733697942907e391c99b.png)
Joined: 30 Apr 2005 Posts: 79 Location: RF/Krasnodar
|
Posted: Fri Jun 10, 2005 10:29 am Post subject: |
|
|
its not a gensplash fault, i think its just kernel misconfiguration. or do u mean u can boot this kernel without splash option in grub.conf? _________________ When your problem is resolved, put [SOLVED] in the topic. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Fri Jun 10, 2005 7:07 pm Post subject: |
|
|
i can boot the kernel fine without gensplash |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Fri Jun 10, 2005 10:33 pm Post subject: |
|
|
im going to try gensplash with vesafb instead of vesafb-tng and see if i get the same error |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cryptix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/127851570642f655c5131e6.gif)
Joined: 06 Mar 2005 Posts: 315
|
Posted: Sat Jun 11, 2005 3:57 am Post subject: |
|
|
yup, even when i take gensplash off i get the error now.... looks like i gots to reinstall, this time im not doing genkernel and ill c how it works out |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
plut0 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 21 Dec 2004 Posts: 272
|
Posted: Sun Jun 12, 2005 12:36 am Post subject: |
|
|
No need to reinstall, just fix the kernel. Look at my earlier post to see what is missing. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IgnitusBoyone n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_morbo.gif)
Joined: 13 Jun 2005 Posts: 24
|
Posted: Mon Jun 13, 2005 11:44 pm Post subject: Well, I am glad at least one other person has this problem. |
|
|
Alright, I am attempting to run this on an inspiron 8100 pentium
specs
Pentium 3
512 133mhz
30gb Hard drive
---hda1 ext2
---hda2 swap
---hda3 ext3
Ethernet card intel onboard
max rez 1400x1050
(If you ned more information I can attempt to give it upon requires)
On the first install I used the 2.6.11-r9 gentoo kernel and the genkernel configuration utility to build my kernel the system booted find except for some reason it did not properly activate my network card. While looking around for a solution I decided to attempt and install gensplash using the same guide. Know I have noticed that the genkernel command that I blindly followed in the guide dose not have the udev flag and I am wondering if this could be the problem. I am about to recompile my kernel in a while and will repost.
At any rate I am almost sure that the genkernel was and still is configured to use hard drives, but if you think I may be wrong please just tell me what options I need to check. I am some what dreadful of kernel configurations thats why I use the gen kernel in the first place, but I have to get my system to work so any help will be attempted.
Thanks for your time |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|