[TOC]

概述

下载系统镜像系统安装

文章参考:https://zhuanlan.zhihu.com/p/401763253

去这个网站上选一个自己喜欢的主题。

https://www.gnome-look.org/browse?cat=109&ord=latest

github地址:https://github.com/13atm01/GRUB-Theme

找到你喜欢的地址

1
sudo ./install.sh

修改系统的Ubuntu系统的启动顺序

文章参考:https://www.cnblogs.com/hb91/p/5809710.html

1
sudo gedit /etc/default/grub

修改文件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
# GRUB_DEFAULT=0 # 默认为0,默认为ubuntu启动顺序
GRUB_DEFAULT=2 # 修改成2,默认为windows10启动顺序
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=5 # 等待时间,5秒钟
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_THEME="/usr/share/grub/themes/Sakura-Maid-Version/theme.txt"
1
sudo update-grub

评分较高的几个开机主题:

动漫人物:https://www.gnome-look.org/p/1760905