LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Plymouth Screen Booting Trouble (https://www.linuxquestions.org/questions/linux-newbie-8/plymouth-screen-booting-trouble-828426/)

Sumguy 08-25-2010 12:33 PM

Plymouth Screen Booting Trouble
 
Me, Again.....

O-K, Trying to tweak my boot-up time. I changed the FRAMEBUFFER (/etc/initramfs-tools/conf.d/splash) from "n" to "y". But it actually increased my boot time- as I now get TWO plymouth splash screens (one, followed by a brief black screen, then another Plymouth splash)

Changing the FRAMEBUFFER back to "n" results in NO splash screen.

How do I get back to just having one splash screen (as opposed to two or none)????

linuxlover.chaitanya 08-26-2010 05:01 AM

I have the same configuration but I do not see anything like that. Can you say what do you mean by two splash screens? I fail to understand that.

Sumguy 08-26-2010 11:56 PM

Quote:

Originally Posted by linuxlover.chaitanya (Post 4078221)
I have the same configuration but I do not see anything like that. Can you say what do you mean by two splash screens? I fail to understand that.

I mean, after the grub menu, where there used to bhe just black space and a flashing cursor for a few secs, there is now a splash screen- then that goes away and there is just a split-second black space, then the splash screen appears again (this is the place where it belongs) just before the desktop appears.

The extra splash screen (1st one) for some reason, stays on screen longer than when it was just a black space with a flashing cursor- thus increasing my boot time.

No biggie....but it would be cool to know why it's doing this and how to correct it.

Maybe I'll make a video of my boot-up and put it on Youtube when I get a chance. 40+ seconds for boot-up seems a little long for Ubuntu (and I've done most of the tweaks, like creating a profile, etc.)- But hey, it still beats Win-D'ohs by a mile!

linuxlover.chaitanya 08-27-2010 12:11 AM

I have no idea now or why this is happening. Or may be I am still not getting your point. I will revert back my configuration to boot without splash screen and then will try to see if I also notice what you do.

jay73 08-27-2010 01:01 AM

/etc/default/grub should have:
Quote:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Sumguy 08-27-2010 02:25 AM

Quote:

Originally Posted by jay73 (Post 4079143)
/etc/default/grub should have:

Got that. But the line right under it looks fishy:

Code:

GRUB_CMDLINE_LINUX=""
Ideas?

Thanks.

jay73 08-27-2010 06:42 AM

That line should be OK.

What I have just noticed is that I haven't got any splash file in /etc/initramfs-tools/conf.d??? Are you sure that is where the file resides. The nearest thing I can find would be the plymouth-splash.conf in /etc/init, which is actually a link to /etc/init/plymouth-splash.conf.

linuxlover.chaitanya 08-27-2010 06:49 AM

There is an issue with Plymouth. The splash screen does not appear and it directly takes login screen and before it is a blinking cursor. To see the splash conf.d has to be edited with
FRAMEBUFFER=y
option. This bug has been filed.
I tried commenting this option GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" but it did not make any difference at my end at all.

Sumguy 08-27-2010 11:43 AM

Quote:

Originally Posted by jay73 (Post 4079467)
That line should be OK.

What I have just noticed is that I haven't got any splash file in /etc/initramfs-tools/conf.d??? Are you sure that is where the file resides. The nearest thing I can find would be the plymouth-splash.conf in /etc/init, which is actually a link to /etc/init/plymouth-splash.conf.

I removed the splash file from initramfs-tools/conf-d; ran update initramfs-tools -u; rebooted....and was back to having no splash screen at all.

I then did
Code:

sudo dpkg-reconfigure plymouth
and rebooted again, and now it is working properly! (i.e. just the normal boot-up routine, with just the one splash screen)!!!

Yes! Thank you! (See below, for how that splash file got in initramfs-tools....)


Quote:

Originally Posted by linuxlover.chaitanya (Post 4079470)
There is an issue with Plymouth. The splash screen does not appear and it directly takes login screen and before it is a blinking cursor. To see the splash conf.d has to be edited with
FRAMEBUFFER=y
option. This bug has been filed.
I tried commenting this option GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" but it did not make any difference at my end at all.

I don't think my problem had anything to do with the bug- as it worked normally untill I followed some tutorial for tweaking the boot process-

Quote:

To fix the delayed loading of the splash:

Code:

sudo -s
echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
update-initramfs -u


Which apparently put that splash file in initramfs=tools. As stated above, removing that file and then reconfiguring plymouth returned me to normal. Thanks for your help.

(((I'm learning!)))

linuxlover.chaitanya 08-28-2010 01:42 AM

Thanks for the information. I am trying the same that got you home. But I am not hoping the same results. I had issues before as well.

linuxlover.chaitanya 08-28-2010 01:50 AM

As expected, no splash screen after removing the splash file from conf.d directory. Will keep this now for a while. And it surely boots faster without splash.

Sumguy 08-28-2010 11:34 AM

Quote:

Originally Posted by linuxlover.chaitanya (Post 4080376)
As expected, no splash screen after removing the splash file from conf.d directory. Will keep this now for a while. And it surely boots faster without splash.

Did you do both the
Code:

update initrafs-tools -u
and the
Code:

dpkg-reconfigure plymouth
after removing the splash file?

There are lots of references on the net, if you Google "no plymouth splash screen"- maybe now with that splash file gone, if you follow the standard procedure for restoring the splash screen, it will work?

Also, did you physically look in etc/initramfs-tools/config.d to make sure that the splash folder and all is gone? (as opposed top it just being empty)? If the folder is there- even if there is nothing in it, it seems to foul things up.

Good luck!

linuxlover.chaitanya 08-30-2010 12:14 AM

Yes, both the steps. I had the issue since I installed Lucid. All the other versions were fine. I thing is Plymouth issue. The bug has been filed if I am not mistaken.
Another issue that has gone with splash is of some GID=0 mismatch or something. I am happy without splash if Lucid is working.

Sumguy 08-30-2010 01:41 AM

Quote:

Originally Posted by linuxlover.chaitanya (Post 4081956)
Yes, both the steps. I had the issue since I installed Lucid. All the other versions were fine. I thing is Plymouth issue. The bug has been filed if I am not mistaken.
Another issue that has gone with splash is of some GID=0 mismatch or something. I am happy without splash if Lucid is working.

Yes, if it boots fast....who cares if we don't see the purple screen?

linuxlover.chaitanya 08-30-2010 01:52 AM

Yup, I dont. I have other ways to make windows jealous.


All times are GMT -5. The time now is 09:56 PM.