Hello,
I would like to hide the Manjaro logo during startup. I would also like, if possible, to hide the logo of my PC build. Thank you in advance for your help.
Edit your /etc/default/grub
file and remove the word “splash
” from the line starting with “GRUB_CMDLINE_LINUX_DEFAULT
”. Save the file and run…
sudo update-grub
Upon your next boot, you will see nothing but a black screen from the moment the system starts loading the operating system until the login screen appears.
If instead you want to see the verbose boot-up messages, then you must also remove the word “quiet
” from that line.
Not displaying the motherboard logo on the other hand is — if available — a setting in your UEFI firmware. The operating system has nothing to do with that.
As further cleanup later, if you are satisfied with the new setup, you can uninstall the plymouth
package, which is what provides the graphical boot-up splash screen.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.