The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 5,420     Votes:  3 
Tags: boot   plymouth   boot-time  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/1076190
Title: Plymouth taking a lot of time during boot
ID: /2018/09/18/Plymouth-taking-a-lot-of-time-during-boot
Created: September 18, 2018
Upload: March 26, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


You can remove plymouth during your boot up process and display progress messages by using:

sudo -H gedit /etc/default/grub

Find the line containing:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

and remove quiet splash between the double quotes. If you have additional parameters leave them as is.

Save the file and run:

sudo update-grub

Then reboot and watch the messages that appear for any clues on what is causing delays.

After boot completes run:

systemd-analze blame

once more and report back with the results.

⇧ Laptop automatically suspending after lid closed and reopened How to auto execute command when starting second monitor?  ⇩