Most ubuntu users come looking for a way to change or modify the Plymouth splash theme, but this time we will actually deliver on Ubuntu plymouth shutdown safely, not by meremove plymouthnya packages. The way is to turn off plymouth grub configuration.
To turn off plymouth via grub, please run a terminal and type the following command:
sudo gedit / etc / default / grub
In the gedit window that opens, locate the line that said the following:
GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
Remove the "quiet splash" and hanyanya left alone quotes (""), so that line to be as follows:
GRUB_CMDLINE_LINUX_DEFAULT = ""
Save the changes and close the gedit window.
Still in the terminal, type the following command to update grub:
Still in the terminal, type the following command to update grub:
sudo update-grub2 or sudo update-grub
Please restart your computer, now plymouth will not be displayed again and you can observe the process when the system is running.
To restore plymouth if you want, just repeat the above and return the rows that have been deleted as the original state and update grub again.
Good luck ...
Good luck ...