If you happen to’ve adopted our theme information for Ambiance Crunchy, you could be to know that the creator of that theme additionally has a Grub2 bootloader theme. It follows the similar design type, and it’s a fantastic addition for those who’re making an attempt to full the Ambiance Crunchy look.

Putting in the Ambiance Crunchy Grub2 theme is an concerned course of, and also you’ll want to modify how your Linux PC boots. So, earlier than we go over how to modify something, please again up your Grub settings, and your PC as effectively!

Obtain Ambiance Crunchy

The Ambiance Crunchy Grub2 theme is on Gnome-look.org, so sadly, it’s not attainable to name the wget command in to obtain it. As an alternative, head over to the theme’s web page here, and search for the “Files” tab.

Within the “Files” tab, you’ll see two obtain hyperlinks. Find the one that’s labeled “Crunchy-GRUB2-themes.tar.gz,” and click on the blue obtain icon on the proper.

Let the file obtain to your Linux PC. It’s solely about 4.27 MB, so it gained’t take lengthy. As soon as the Ambiance Crunchy Grub2 theme pack is finished downloading, launch a terminal window with Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. From there, use the CD command to transfer into the “Downloads” folder.

cd ~/Downloads

Extract the Ambiance Crunchy TarGZ archive bundle utilizing the tar command.

tar xvf Crunchy-GRUB2-themes.tar.gz

After the recordsdata are performed extracting, all of the recordsdata can be saved within the “themes” folder in the “Downloads” listing. From right here, transfer into the extracted folder with the CD command.

cd themes/

Install the themes

Putting in the Ambiance Crunchy themes for Grub is finest performed with the command-line. This set up technique is the means to go due to the developer of the theme explicitly suggesting it’s performed this manner in the directions.

To begin the set up, open up a terminal window with Ctrl + Alt + T or Ctrl + Shift + T. Then, use the CD command to transfer into the Grub theme folder.

cd /boot/grub/themes/

Within the folder, use the sudo -s command to increase your terminal’s permission degree from an ordinary consumer to root. Then, transfer the contents of the “theme” folder into the Grub theme folder.

sudo -s

Observe: you need to modify the instructions beneath in order that “username” is changed with the username on your Linux PC.

mkdir -p /boot/grub/themes/
mv /residence/username/Downloads/themes/* /boot/grub/themes/

If the above command doesn’t work, attempt putting in with the one beneath as a substitute.

mkdir -p /boot/grub2/themes/
mv /residence/username/Downloads/themes/* /boot/grub2/themes/

Run the ls command to confirm that every one of the Ambiance Crunchy theme recordsdata are in the Grub theme folder.

ls

Assuming all recordsdata are in the appropriate place, transfer on to the subsequent part of the information.

Apply themes

Very like putting in Grub themes on Linux, you’ll have to dig into the command-line. To get began, open up a terminal window and open up the default Grub configuration file in the Nano textual content editor with the command beneath.

2TNoDooCgSWqCgsk0SOYNinuBEKkzcNTJv+J3IDgTsAYIPE9fqiC1hoRwUN+fX7W88urjuOg9862bez7zrZtXK9XpjsnjfoF1dZK7JpPcSkAAAAASUVORK5CYII=

sudo nano -w /and so forth/default/grub

Within the Nano textual content editor, go to the backside of the textual content file utilizing the Down Arrow. When you’ve made it to the backside of the file, search for the line that claims "GRUB_THEME" and erase the code after the “=” signal. Alternatively, if there isn’t any "GRUB_THEME" line, paste the code beneath into Nano.

GRUB_THEME"

With the code in the config file, observe the directions beneath to allow considered one of the Ambiance Crunchy themes in the theme pack.

Crunchy-1024

Need to use the Crunchy-1024 theme on your Linux PC? Add the line beneath to the Grub configuration file in Nano.

GRUB_THEME="/boot/grub/themes/Crunchy-1024/theme-potatoes.txt"

Fedora, OpenSUSE:

GRUB_THEME="/boot/grub/themes/Crunchy-1024/theme-potatoes.txt"

Crunchy-distro-ish

Determine you need to try the Crunchy-distro-ish theme on Linux? Add the following code to the Grub configuration file open within Nano.

GRUB_THEME="/boot/grub/themes/Crunchy-distro-ish/theme-mint.txt"

Fedora, OpenSUSE:

GRUB_THEME="/boot/grub2/themes/Crunchy-distro-ish/theme-mint.txt"

Crunchy-retro

Really feel like making an attempt out Crunchy-retro from the Ambiance Crunchy Grub2 theme pack? Paste the code beneath into the Nano textual content editor.

GRUB_THEME="/boot/grub/themes/Crunchy-retro/theme-Oregon.txt"

Fedora, OpenSUSE:

GRUB_THEME="/boot/grub2/themes/Crunchy-retro/theme-Oregon.txt"

Crunchy-simple

Want one thing easy to use within Grub? Check out Crunchy-simple with the Grub2 theme by pasting the code beneath into Nano.

GRUB_THEME="/boot/grub/themes/Crunchy-simple/theme-bridge.txt"

Fedora, OpenSUSE:

GRUB_THEME="/boot/grub2/themes/Crunchy-simple/theme-bridge.txt"

Crunchy-ubuntu

Are you an Ubuntu consumer and need to take the Crunchy-ubuntu Grub2 theme for a spin? Allow it with the code beneath in Nano.

GRUB_THEME="/boot/grub/themes/Crunchy-ubuntu/theme-orange.txt"

Fedora, OpenSUSE:

GRUB_THEME="/boot/grub2/themes/Crunchy-ubuntu/theme-orange.txt"

Crunchy-zen

Feeling Zen? Check out the Crunchy-zen Grub2 theme on your Linux PC by pasting the following code into Nano.

GRUB_THEME="/boot/grub/themes/Crunchy-zen/theme-stones.txt"

Fedora, OpenSUSE:

GRUB_THEME="/boot/grub2/themes/Crunchy-zen/theme-stones.txt"

When you’re performed modifying, save with Ctrl + O, exit with Ctrl + X, and replace Grub with the instructions beneath.

Ubuntu/Debian

sudo update-grub

Fedora/OpenSUSE

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Arch Linux

sudo grub-mkconfig -o /boot/grub/grub.cfg/

Reboot your PC after updating Grub. Upon reboot, it is best to see the Ambiance Crunchy Grub2 theme you utilized!



Source link

Share.
Leave A Reply

Exit mobile version