On most Linux techniques the boot course of sees the standard BIOS display screen, adopted by Grub. The Grand Unified Bootloader (Grub) takes over from our BIOS and gives the person a selection of OS choices and kernel decisions. Usually we simply press Enter or await Grub to vanish. Grub is utilitarian, it does the job and doesn’t care the way it seems. However what if we might add a little bit aptitude to our boot course of?
Grub Customizer, by Daniel Richter, is a GUI primarily based utility for simple configuration of Grub. Reasonably than manually modifying textual content information we are able to simply edit and preview our modifications earlier than committing them to the system.
On this learn how to, we will create a customized Grub background picture utilizing Grub Customizer and a PNG / JPEG picture.
Making any modifications to your Grub configuration is harmful, and will end in a non-booting system. Earlier than trying these steps, be sure that your system is backed up.
For this undertaking you’ll need
- A pc operating Ubuntu
Putting in Grub Customizer
1. Open a terminal and add the Grub Customizer PPA to your record of repositories. A Private Bundle Archive (PPA) is a software program repository created for Ubuntu customers to share pre-release software program. Most PPAs are reliable. If in any doubt don’t set up, and browse the supply code earlier than transferring forwards.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
2. Replace your record of repositories. That is all the time finest apply earlier than putting in new software program.
sudo apt replace
3. Set up Grub Customizer utilizing the apt packaging instrument.
sudo apt set up grub-customizer
Utilizing Grub Customizer
1. Click on on Present Functions (3 x 3 grid of squares) to open the primary menu.
2. Click on on Grub Optimizer. You’ll be prompted to enter your sudo password, that is required as we’re making modifications that shall be utilized system-wide.
3. Click on on Look settings. Underneath Checklist configuration, we are able to alter the record of obtainable OS decisions introduced on boot. Change their names, create sub-menus and so forth. Normal settings gives choices to routinely choose an OS, cross kernel parameters and delays to the boot. Solely alter these settings if you recognize what you’re doing.
4. Click on on Background picture.
5. Click on on + Different Areas and navigate to the listing along with your photographs. As a result of we opened Grub Customizer utilizing sudo / root powers, our “dwelling” folder is that of the foundation person. A PNG or JPEG picture at your monitor’s default decision is most popular.
6. With the background picture now set, click on on Save to write down the modifications.
7. Click on on Superior Settings. It will open a menu containing further Grub configuration steps.
8. Set GRUB_TIMEOUT_STYLE to “menu”, and set GRUB_TIMEOUT to “10”, click on Shut after which Save the modifications. This ensures that the Grub menu is displayed, and if we don’t contact the keyboard, the system will default boot in 10 seconds.
9. Reboot your pc, await the Grub menu to seem after which test that your background picture hundreds appropriately. If the picture fails to load, repeat the earlier steps and test the picture file format.