Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no progress bar in bootsplash :(
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ivan300
n00b
n00b


Joined: 03 May 2003
Posts: 42
Location: New Westminster BC

PostPosted: Wed Dec 24, 2003 12:55 am    Post subject: no progress bar in bootsplash :( Reply with quote

thnx for the help guys i have the silent splash working. now i just need to get the progress bar to work ;)

Last edited by ivan300 on Wed Dec 24, 2003 2:16 am; edited 1 time in total
Back to top
View user's profile Send private message
FreeFly42
l33t
l33t


Joined: 03 Nov 2003
Posts: 848
Location: Houston, TX

PostPosted: Wed Dec 24, 2003 1:13 am    Post subject: Reply with quote

Don't add bootsplash to default until you have it working in the kernel, or it could hang you.! :x

In your Grub.conf you have
Quote:
kernel=(hd0,3)/boot/kernel-2.4.20-gentoo-r9 root=/dev/hda3
video=vesa:ywrap,mtrr vga=792
initrd=(hd0,3)/boot/initrd-2.4.20-gentoo-r9

the video=vesa:ywrap,mtrr needs to be on the same line as the kernel command (they are options passed to the kernel, not a separate grub command), the vga mode may need to be in hex, and you are trying 64M colors (which probably isn't what the initrd was generated with, so it won't work) Is that really the name of your initrd file? Do a ls /boot and make sure it's right (I haven't seen anyone using that particular naming convention yet, but you could be the first!) Also, I've seen a lot of people using '=' after the initrd line, but it is actually a grub command and should be followed by a space.

Based on this, I would think your grub.conf should look more like:
Quote:
kernel=(hd0,3)/boot/kernel-2.4.20-gentoo-r9 root=/dev/hda3 video=vesa:ywrap,mtrr vga=0x317
initrd (hd0,3)/boot/initrd-2.4.20-gentoo-r9


Also check this thread for a description of how you can test your initrd and bootsplash quickly using the grub command prompt.
_________________
Kent

Planes are dangerous, get out of 'em quick
Back to top
View user's profile Send private message
ivan300
n00b
n00b


Joined: 03 May 2003
Posts: 42
Location: New Westminster BC

PostPosted: Wed Dec 24, 2003 1:18 am    Post subject: Reply with quote

everythin is on the same line. and i made the initrd thats why it has a wierd name :)
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Wed Dec 24, 2003 1:19 am    Post subject: Reply with quote

Did you enable framebuffer console support as well?

device drivers -> graphics support -> console display driver support -> framebuffer console support
_________________
Hello.
Back to top
View user's profile Send private message
ivan300
n00b
n00b


Joined: 03 May 2003
Posts: 42
Location: New Westminster BC

PostPosted: Wed Dec 24, 2003 1:34 am    Post subject: Reply with quote

it was all beacuse of that one = in the initrd line. well now i have framebuffer working now all i need to do is get the bootsplash to work



EDIT: silent bootsplash is working and look sweet but the progress bar doesnt work :'(
Back to top
View user's profile Send private message
FreeFly42
l33t
l33t


Joined: 03 Nov 2003
Posts: 848
Location: Houston, TX

PostPosted: Wed Dec 24, 2003 1:47 am    Post subject: Reply with quote

If framebuffer is working but bootsplash isn't, you will get an "invalid initrd" error immediately after booting. This almost certainly means the option you chose for the vga=0x*** doesn't correspond exactly to the resolution and color depth of the initrd. If you follow my instructions (in that previous link) you'll see how you can figure out how to get them to match.

Edit: Just 'cuz I'm a n00b doesn't mean I don't know anything.

Oh wait, yes it does.

Oh wait, I'm not a n00b anymore!
_________________
Kent

Planes are dangerous, get out of 'em quick
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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