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: 3,063β€…    Votes:  4β€…    βœ… Solution
Tags: grub2   plymouth   initramfs  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/864247
Title: Plymouth Error Logging
ID: /2016/12/24/Plymouth-Error-Logging
Created: December 24, 2016
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


You need to edit your grub configuration file using:

gksu gedit /etc/default/grub

look for the line containing β€œquiet splash” and change it like so:

GRUB_CMDLINE_LINUX_DEFAULT="splash plymouth:debug"

You might have other options there like kslar or vt.handoff=7 leave them in place. The important thing is to remove quiet and add plymouth:debug.

Save the file and then use:

sudo update-grub

Now when you reboot error messages appear on the boot screen plus a full plymouth log is located at:

/var/log/plymouth-debug.log

Good luck tracing down you errors!

⇧ Desktop Facebook application for Ubuntu Is initrd.img (grub's "Loading initial ramdisk ...") slowing down my boot?  β‡©