Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
That depends entirely on what distro you're using! There may be a configuration option available, otherwise you need to reconfigure Grub, which controls the boot process (unless you're using something else...) See section 7D of this tutorial: http://www.dedoimedo.com/computers/g...mozTocId930378
It depends upon what distribution and also which version of Grub you are using. If it is Grub2, you might be able to simply put an image file in the /boot/grub directory and run grub-mkconfig or update-grub. Details on it for Ubuntu are at the link below and should be similar for any other distro using Grub2.
lilo.conf:
verbose=2 # increase information displayed when lilo runs
#*******''' Installation Target Options '''******#
boot=/dev/hda # the target drive or partition
map=/mnt/hda3/boot/map # sector address map file to be created by lilo (mount dependent)
lba32 # allows addressing the disk above the 1024th cylinder
if verbose=2 shows more then MAYBE verbose=0 will show none.
How can I hide boot messages? maybe replace with a picture?
What type of hardware, standard laptop/desktop, or custom hardware?
What exactly are your goals?
I ask because you can follow the advice's of DavidMcCann and yancek for standard systems and grub2.
If you are doing a pure custom project, such as a kiosk system, wish to have rapid boot times and a boot splash, you still can do this customizing grub2, however sometimes depending on the boot criteria you may need to do a custom bootloader. Once again though, this depends if you merely wish to customize your personal system versus configure a system for use by a clientele where they should not be able to defeat the boot intentions and main application of the system.
I'm all for the easy way (grub2 customization) over the more difficult direction, by the way.
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,647
Rep:
On another level, I quite like boot messages, I've got them enabled on one desktop by going into the BIOS and disabling the Splash screen. No idea if this would help you, can't remember if you have the option to substitute something for the Splash screen but it may be worth a look!
On another level, I quite like boot messages, I've got them enabled on one desktop by going into the BIOS and disabling the Splash screen.
I do the same. Years ago, I noticed a new version of Fedora taking a long time to boot; when I enabled the messages, I saw where it was dithering and was able to search for a solution.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.