No Plymouth on Ubuntu 10.04 Netbook Edition ?

Asked by Joachim R.

Fresh new install of Ubuntu 10.04 Netbook Edition on Asus eeepc 901 ref 051 (one 16Go SSD), I don't see Ubuntu loading logo at startup but only at shutdown.
At startup I see only a blinking cursor then a few lines starting with * and ending with [OK], then the "desktop" is here.
It is not a big concern as the time from boot to available desktop is very short, but I wonder : was Plymouth removed from Netbook Edition because it won't have the time to show up, or is this a bug (btw, blinking cursor and startup text line are just ugly) ?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu unr-meta Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-get install v86d; sudo hwinfo --framebuffer

This will generate a range of resolutions that are supported for boot

Next run:
gksu gedit /etc/default/grub

This is the line you have to find and REPLACE
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with this
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1024x768-24,mtrr=3,scroll=ywrap"

NOTE: I used 1024x768 because it's the maximum resolution my laptop can afford in bootup stage. You can use what's suitable for you. 24 is the colour depth.

In the same file, look for the following line
#GRUB_GFXMODE=640x480
and replace it with
GRUB_GFXMODE=1024x768 (again, use the resolution that's best for you)

Next run:
gksu gedit /etc/initramfs-tools/modules
This will open up modules in gedit for you to edit.
At the end of the file, paste the following line
uvesafb mode_option=1024x768-24 mtrr=3 scroll=ywrap (mind the resolution)

Next run:
gksu gedit /etc/initramfs-tools/conf.d/splash
Will load a blank file add this line:
FRAMEBUFFER=y

Save the new file and close gedit Then run:

sudo update-grub2; sudo update-initramfs -u

This will make your system use the framebuffer driver for bootup but it will switch once the OS gets booted.

Revision history for this message
Joachim R. (jro) said :
#2

Thank you for your answer, but I don't want to replace Plymouth with a fbo splash (i did it for mydestop due to nvidia propietary drivers poorly supported by kms).
I want to know if not seeing any splash is a bug for Eeepc 901 ?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Its not replacing plymouth, its changing the driver used to load plymouth with. If you get no splash at boot then the video driver hasn't loaded. The splash shows at logoff because the driver has loaded so can be used. This is a common bug with lots of video drivers and especially affects nvidia and ati but can affect some intel chips which eeepcs use as they are cheap and low powered.

Can you help with this problem?

Provide an answer of your own, or ask Joachim R. for more information if necessary.

To post a message you must log in.