Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to customize the boot menu of Ubuntu system

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly shows you "how to customize the boot menu of the Ubuntu system", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "how to customize the boot menu of the Ubuntu system" this article.

Grub2 is the default boot tool for Ubuntu, but it is not the most beautiful boot tool. We know that Ubuntu is highly customizable, and this time we're going to teach you how to make your boot tool more beautiful.

We need to take advantage of an additional tool called BURG, an innovative general-purpose grub-based boot tool made by Bean. It has a lot of beautiful but GUI, supporting themes and customization.

Install BURG:

First add the PPA source. Open the terminal and enter the following command:

Sudo add-apt-repository ppa:bean123ch/burg & & sudo apt-get update

When you are done, open the Synaptic package manager, search for burg, and mark it for installation.

Note that it is recommended to use Synaptic to install burg to avoid errors when using the terminal installation

During the installation process, you will encounter the settings window. When the first window appears, don't do anything. Go straight to the next step:

In the second window, you need to tell burg where to install, select the root drive of your Ubuntu, and select the / boot directory if you have a / boot directory:

The last thing to do is to make sure that burg starts properly, open the terminal and enter the following command:

Sudo update-burg

This completes the installation and setup, and the boot tool will be replaced by burg after rebooting the machine. When booting the menu screen, press F1 for help and other menus, press F2 to view the list of topics, and press F3 to change the screen resolution.

Installation theme:

This is one of the best features of burg, and you can install themes at any time. Just download a file and copy it to / boot/burg/themes. First, after downloading the theme, copy it to / boot/burg/themes:

Sudo cp * PathToFile*/Fortune-BURG-v03.tar.gz / boot/burg/themes

Just adjust the command according to your installation location and download file. When you are done, execute the following command:

Sudo update-burg

The new theme has been installed, you can restart and press F2 to select. Now your boot menu has a beautiful theme!

The above is all the contents of the article "how to customize the boot menu of the Ubuntu system". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report