Views:
5,494
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:
September 15, 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.