Chỉnh sửa màu sắc chữ menu boot trong GRUB 2

brownfish316

New member
** Cách thay đổi màu của menu khởi động Ubuntu 14.04 **

Menu khởi động mặc định trong Ubuntu 14.04 có màu xám với nền màu tím.Nếu bạn muốn thay đổi màu sắc, đây là cách:

1. Mở thiết bị ** **.
2. Nhập lệnh sau:

`` `
gettings set org.gnome.logind.ui color-scheme <color>
`` `

Thay thế `<crolor>` bằng mã thập lục phân cho màu bạn muốn.Ví dụ: để thay đổi màu thành màu xanh, bạn sẽ sử dụng lệnh sau:

`` `
Gettings Set org.gnome.logind.ui Color-Scheme #0000ff
`` `

3. Khởi động lại máy tính của bạn.

Màu của menu khởi động bây giờ sẽ được thay đổi thành màu bạn đã chỉ định.
=======================================
**How to Change the Color of the Ubuntu 14.04 Boot Menu**

The default boot menu in Ubuntu 14.04 is gray with a purple background. If you'd like to change the color, here's how:

1. Open the **Terminal**.
2. Type the following command:

```
gsettings set org.gnome.logind.ui color-scheme <color>
```

Replace `<color>` with the hexadecimal code for the color you want. For example, to change the color to blue, you would use the following command:

```
gsettings set org.gnome.logind.ui color-scheme #0000ff
```

3. Restart your computer.

The color of the boot menu will now be changed to the color you specified.
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top