Views:
8,318
Votes: 3
Tags:
boot
18.04
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1029534
Title:
Long boot times on 18.04
ID:
/2018/04/29/Long-boot-times-on-18.04
Created:
April 29, 2018
Edited: July 7, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
I just did a test conversion from 16.04 to 18.04 and did not have this problem. But you can suppress Plymouth by using sudo
powers to edit the file /etc/default/grub
.
sudo -H gedit /etc/default/grub
Look for the line containing:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and remove the word splash
(which causes Plymouth to load).
Then save your file and run
sudo update-grub
Now Plymouth will no longer run on boot. This is a band-aid fix and you should keep searching for a real fix.