分页: 1 / 1

开机哪个时候有这个东西?

发表于 : 2009-05-05 17:12
live.cn
看图

Re: 开机哪个时候有这个东西?

发表于 : 2009-05-05 17:42
weive
哪个东西?整张图吗?去掉Usplash的启动就行。

Re: 开机哪个时候有这个东西?

发表于 : 2009-05-05 19:44
live.cn
Usplash 是什么东西?
怎么去掉?

Re: 开机哪个时候有这个东西?

发表于 : 2009-05-05 19:45
wangdu2002
live.cn 写了:Usplash 是什么东西?
怎么去掉?
启动时的图形化闪屏哟!应该是在内核参数前加nosplash参数吧!

Re: 开机哪个时候有这个东西?

发表于 : 2009-05-05 19:58
kelen
live.cn 写了:Usplash 是什么东西?
怎么去掉?
修改/boot/grub/menu.lst. (请先备份)中, kernel那一行最后面的"splash", 如需要开机时显示滚动条, 则加上"splash", 否则去掉.
可对参考下面的menu.lst. 对比一下内核 2.6.29.1-custom-3.4与内核2.6.24-23-generic的不同之处就明白了.

代码: 全选

## ## End Default Options ##

title           Ubuntu 8.04.2, kernel 2.6.29.1-custom-3.4
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.29.1-custom-3.4 root=UUID=ab8561b4-2396-4447-a8ec-b773d6135a52 ro quiet
initrd          /boot/initrd.img-2.6.29.1-custom-3.4
quiet

title           Ubuntu 8.04.2, kernel 2.6.29.1-custom-3.4 (recovery mode)
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.29.1-custom-3.4 root=UUID=ab8561b4-2396-4447-a8ec-b773d6135a52 ro single
initrd          /boot/initrd.img-2.6.29.1-custom-3.4

title           Ubuntu 8.04.2, kernel 2.6.24-23-generic
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.24-23-generic root=UUID=ab8561b4-2396-4447-a8ec-b773d6135a52 ro quiet splash
initrd          /boot/initrd.img-2.6.24-23-generic
quiet

title           Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.24-23-generic root=UUID=ab8561b4-2396-4447-a8ec-b773d6135a52 ro single
initrd          /boot/initrd.img-2.6.24-23-generic