在Debian上设置开机画面

修改grub的配置文件 /boot/grub/menu.lst

## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/sda1 vga=791 ro splash=verbose

设置为splash=verbose 或者 splash=silent

更新GRUB配置以保存其新的bootsplash选项。

update-grub
日期:2020-07-07 20:56:55 来源:oir作者:oir