如何将UBUNTU开机和关机界面改为显示字符的那种?
发表于 : 2015-08-19 11:40
如题:如何将UBUNTU开机和关机界面改为显示字符的那种?
我的系统版本是14.04
我的系统版本是14.04
vickycq 写了:plymouth不方便直接卸载,直接卸载会带来一系列依赖问题。
我没有ubuntu 14.04,请楼主自己测试:
0) 确定没有安装 plymouth-theme-XXX-text 一类包;
1) 编辑 /etc/default/grub ,将 GRUB_CMDLINE_LINUX_DEFAULT 后面的 "splash" 字眼去掉,或把 "quiet" "splash" 都去掉。之后执行 sudo update-grub
3) 在(1)的基础上,sudo mv /etc/init/plymouth.conf /etc/init/plymouth.conf.disabled
此操作可能会被Plymouth的包更新覆盖
2) 使用 plymouth-disabler : sudo apt-get install plymouth-disabler
参考:
http://askubuntu.com/questions/98566/ho ... oot-screen
http://askubuntu.com/questions/33416/ho ... -text-inst
https://wiki.ubuntu.com/Plymouth#Toggli ... based_Boot
用grub-customizer配置grub,背景、图片、字体和文字颜色都在编辑范围之内,能搞出赏心悦目的满意效果。安装好以后,在程序菜单->系统工具里边能找到它。九天星 写了:vickycq 写了:plymouth不方便直接卸载,直接卸载会带来一系列依赖问题。
我没有ubuntu 14.04,请楼主自己测试:
0) 确定没有安装 plymouth-theme-XXX-text 一类包;
1) 编辑 /etc/default/grub ,将 GRUB_CMDLINE_LINUX_DEFAULT 后面的 "splash" 字眼去掉,或把 "quiet" "splash" 都去掉。之后执行 sudo update-grub
3) 在(1)的基础上,sudo mv /etc/init/plymouth.conf /etc/init/plymouth.conf.disabled
此操作可能会被Plymouth的包更新覆盖
2) 使用 plymouth-disabler : sudo apt-get install plymouth-disabler
参考:
http://askubuntu.com/questions/98566/ho ... oot-screen
http://askubuntu.com/questions/33416/ho ... -text-inst
https://wiki.ubuntu.com/Plymouth#Toggli ... based_Boot
可以了,谢谢你,另外再请教一下,如果想把开机和关机界面显示的字符改为蓝色应该怎么做?
代码: 全选
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
没仔细看,这个与grub无关。ReverseOnce 写了:用grub-customizer配置grub,背景、图片、字体和文字颜色都在编辑范围之内,能搞出赏心悦目的满意效果。安装好以后,在程序菜单->系统工具里边能找到它。九天星 写了:vickycq 写了:plymouth不方便直接卸载,直接卸载会带来一系列依赖问题。
我没有ubuntu 14.04,请楼主自己测试:
0) 确定没有安装 plymouth-theme-XXX-text 一类包;
1) 编辑 /etc/default/grub ,将 GRUB_CMDLINE_LINUX_DEFAULT 后面的 "splash" 字眼去掉,或把 "quiet" "splash" 都去掉。之后执行 sudo update-grub
3) 在(1)的基础上,sudo mv /etc/init/plymouth.conf /etc/init/plymouth.conf.disabled
此操作可能会被Plymouth的包更新覆盖
2) 使用 plymouth-disabler : sudo apt-get install plymouth-disabler
参考:
http://askubuntu.com/questions/98566/ho ... oot-screen
http://askubuntu.com/questions/33416/ho ... -text-inst
https://wiki.ubuntu.com/Plymouth#Toggli ... based_Boot
可以了,谢谢你,另外再请教一下,如果想把开机和关机界面显示的字符改为蓝色应该怎么做?代码: 全选
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
不是虚拟终端,是bash的意思?可以试试setterm:ReverseOnce 写了:没仔细看,这个与grub无关。ReverseOnce 写了:用grub-customizer配置grub,背景、图片、字体和文字颜色都在编辑范围之内,能搞出赏心悦目的满意效果。安装好以后,在程序菜单->系统工具里边能找到它。九天星 写了:vickycq 写了:plymouth不方便直接卸载,直接卸载会带来一系列依赖问题。
我没有ubuntu 14.04,请楼主自己测试:
0) 确定没有安装 plymouth-theme-XXX-text 一类包;
1) 编辑 /etc/default/grub ,将 GRUB_CMDLINE_LINUX_DEFAULT 后面的 "splash" 字眼去掉,或把 "quiet" "splash" 都去掉。之后执行 sudo update-grub
3) 在(1)的基础上,sudo mv /etc/init/plymouth.conf /etc/init/plymouth.conf.disabled
此操作可能会被Plymouth的包更新覆盖
2) 使用 plymouth-disabler : sudo apt-get install plymouth-disabler
参考:
http://askubuntu.com/questions/98566/ho ... oot-screen
http://askubuntu.com/questions/33416/ho ... -text-inst
https://wiki.ubuntu.com/Plymouth#Toggli ... based_Boot
可以了,谢谢你,另外再请教一下,如果想把开机和关机界面显示的字符改为蓝色应该怎么做?代码: 全选
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
代码: 全选
sudo setterm --foreground blue