Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5677  / 2 Years ago, wed, march 30, 2022, 11:37:21

I'm using Lubuntu 11.10, though a little different with Ubuntu, they may be alike to some extent IMO. now I want to disable the splash screen and output verbose information in text mode when I shutdown the system in GUI. Can anyone give a hand to me? any help appreciated!


More From » shutdown

 Answers
0

Have you tried just hitting escape when you shutdown? Perhaps even hitting it twice in some cases. Some distros use F2 or alt+F2 as well.



If that does nothing, either the key binding is different or that method will not work. Temporarily you can change the plymouths splash to off by restarting and hitting e to edit the grub command line, and then e again on the correct line, most likely the second line.
Here you would scroll all the way to the end with your right arrow key and remove all of these if they exist: silent splash quiet splash=silent and any variation of them. Editing from the grub command line this way is safest because it will reset itself after each reboot. To continue booting from here you would hit enter and then b, or enter or ctrl enter.



Another option is to shutdown manually fron terminal using one of the following:



a) to restart:



sudo shutdown -v -r now


b) to shutdown:



sudo shutdown -v -h now


c) to shutdown but stop the shutdown process allowing you to read the verbose output:



sudo shutdown -v now

[#40333] Thursday, March 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ovierman

Total Points: 445
Total Questions: 108
Total Answers: 111

Location: Libya
Member since Fri, Oct 30, 2020
4 Years ago
ovierman questions
;