View previous topic :: View next topic |
Author |
Message |
peka l33t
Joined: 16 Mar 2005 Posts: 773 Location: Płońsk, Poland
|
Posted: Sun Jun 22, 2008 9:13 am Post subject: Gentoo 2008.0 beta2 install on VMWare :: splash/udev problem |
|
|
I have installed Gentoo on VMWare machine created with VMWare Workstation 5.5.
I can't get gensplash working.
I get this error on boot.
Code: | Can't open /dev/fb0 or /dev/fb/0
failed to configure resolution and icon positioning
Failed to load theme 'livecd-2007.0'. |
/dev/fb nodes are not there but I don't know why. _________________ p3k4
Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Jun 22, 2008 2:27 pm Post subject: Re: Gentoo 2008.0 beta2 install on VMWare :: splash/udev pro |
|
|
peka wrote: | /dev/fb nodes are not there but I don't know why. | Because you have not enabled frame buffer in your kernel?
// SteveB |
|
Back to top |
|
|
cthonus n00b
Joined: 16 Sep 2003 Posts: 12 Location: Edinburgh
|
Posted: Fri Jul 04, 2008 3:40 pm Post subject: Re: Gentoo 2008.0 beta2 install on VMWare :: splash/udev pro |
|
|
peka wrote: |
Code: | Can't open /dev/fb0 or /dev/fb/0
failed to configure resolution and icon positioning
Failed to load theme 'livecd-2007.0'. |
/dev/fb nodes are not there but I don't know why. |
Try appending:
vga=791
to your kernel line in grub.conf (assuming that is you use grub)
I had the same problem for ages but this little bit of code fixed it for me. |
|
Back to top |
|
|
|