您可以增加或减少此超时设置。如果值为“0”,默认操作系统将立即启动。如果值为“5”,启动菜单将显示5秒,这样您就可以在系统启动时选择要加载哪个操作系统。
如果想显示倒计时为5秒
GRUB_TIMEOUT_STYLE=hidden 改为 GRUB_TIMEOUT_STYLE=ountdown
GRUB_TIMEOUT=10 改为 GRUB_TIMEOUT=5
3、更改GRUB背景图像
要更改GRUB背景图像,您需要将首选图像复制到/boot/grub/ 位置。
linuxidc@linuxidc:~/www.linuxidc.com$ sudo cp linuxidc.com.png /boot/grub/
用您自己的图像路径替换。您也可以使用JPG/JPEG格式图像。但GRUB仅支持256色JPG/JPEG图像格式。因此,最好使用PNG格式图像。
在GRUB文件中进行必要的更改后,保存并关闭它。
要应用更改,您必须运行以下命令:
linuxidc@linuxidc:~/www.linuxidc.com$ sudo update-grub
您应该看到以下输出:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found background image: linuxidc.com.png
Found linux image: /boot/vmlinuz-5.1.0-050100-generic
Found initrd image: /boot/initrd.img-5.1.0-050100-generic
Found linux image: /boot/vmlinuz-4.18.0-24-generic
Found initrd image: /boot/initrd.img-4.18.0-24-generic
Found linux image: /boot/vmlinuz-4.18.0-22-generic
Found initrd image: /boot/initrd.img-4.18.0-22-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
重新启动并检查更改是否有效。
请注意,您不应在关键任务或生产系统中编辑或修改GRUB2设置。我建议您先在任何虚拟机中测试这些设置,然后再应用于生产系统。
有空我将在这里再发表另一篇有趣的文章。如果您觉得本指南有帮助,请把本文分享在您的社交和专业网络上。