Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
21
rated 0 times [  21] [ 0]  / answers: 1 / hits: 46525  / 2 Years ago, tue, january 18, 2022, 4:40:43

When booting, I'd like to see the kernel output without having to edit the GRUB line on each boot. How can I do that?


More From » boot

 Answers
0

Open a terminal and type the following:



sudo  gedit /etc/default/grub


Then look for a line like this in the opened file:



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


It may have other options there as well, but just remove quiet splash and:



sudo update-grub

[#24767] Wednesday, January 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bathtusain

Total Points: 380
Total Questions: 124
Total Answers: 111

Location: Trinidad and Tobago
Member since Sat, Apr 9, 2022
2 Years ago
;