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

To change the boot background using grub for Linux

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Concept

Linux, whose full name is GNU/Linux, is a set of Unix-like operating system that is free to use and spread freely. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and Unix. With the development of the Internet, Linux has received support from software enthusiasts, organizations and companies all over the world. In addition to maintaining a strong momentum of development in servers, it has made great progress in personal computers and embedded systems. Users can not only intuitively obtain the implementation mechanism of the operating system, but also modify and improve Linux according to their own needs to maximize meet the needs of users.

GNU GRUB (GRand Unified Bootloader referred to as "GRUB") is a multi-operating system startup program from the GNU project. GRUB is an implementation of the multi-boot specification, which allows users to have multiple operating systems in the computer at the same time and choose which operating system they want to run when the computer starts. GRUB can be used to select different kernels on operating system partitions or to pass boot parameters to those kernels.

Required tools: grub-customizer

System environment: LinuxMint 19 (for Ubuntu operating systems)

Step 1. Download the grub-customizer tool

Root@zhangdaifu# wget http://archive.ubuntu.com/ubuntu/pool/universe/g/grub-customizer/grub-customizer_5.1.0-1_amd64.deb

If you need other versions, you can download them from the official website: https://pkgs.org/download/grub-customizer

II. Installation

Root@zhangdaifu# sudo dpkg-- install grub-customizer_5.1.0-1_amd64.deb

If there is a lack of dependencies, you can use "sudo apt-get install-f" to automatically resolve dependencies.

III. Start

Can be started using the command line tool: grub-customizer

IV. Configuration

After opening grub-customizer, click "appearance Settings", select an image as the background (the format is not fixed), and save it.

Restart the system to see if the grub background exists

Configuration successful!

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