News:

The Latest electronic and computer Tips that work!

Main Menu

Show Boot text on bootup

Started by branx86, December 14, 2018, 08:01:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

branx86

Just edit the /boot/cmdline.txt file, and remove the quiet directive.

# cat /boot/cmdline.txt
#dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=xxxxxxxx-yy rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles

cp /boot/cmdline.txt ~/boot_cmdline_bak.txt
sudo nano /boot/cmdline.txt