分页: 1 / 2
[讨论]如何加快开机速度?
发表于 : 2007-05-11 16:40
由 error5566
我开机在STARING UP...这里要用20秒以上,能不能设快点?
发表于 : 2007-05-11 19:28
由 wkt
关闭所有服务
不过不知道你有胆量否?
发表于 : 2007-05-12 16:21
由 shuhill
wkt 写了:关闭所有服务
不过不知道你有胆量否?
这样处理怕是有点问题哟.
楼主是新装的系统就是这样吗?
发表于 : 2007-05-13 21:59
由 rem1x
我的一闪而过……
发表于 : 2007-05-14 17:37
由 asan

ls怎么一闪而过?
发表于 : 2007-05-14 17:42
由 xiehuoli
论坛以前发过如何加快开机速度的帖子
找找看怎么样
LZ机器配置怎么样?
要是老爷机那就...
发表于 : 2007-05-14 19:33
由 cn小兵
你的问题可能是grub配置文件设置的问题,我的start up那里只3秒。
发表于 : 2007-05-14 19:36
由 cn小兵
sudo vim /boot/grub/menu.lst
里面看看这里:
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
timeout 3就是3秒。
发表于 : 2007-05-15 17:30
由 error5566
cn小兵 写了:sudo vim /boot/grub/menu.lst
里面看看这里:
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
timeout 3就是3秒。
我的是10秒,看看改了后重启会不会快点
还有谢谢大家的回答~~
发表于 : 2007-05-15 17:43
由 error5566
改了后没改善,我的机器是945GM CORE 2 T5500 1G DDRII 667,应该不是我机器问题吧~
发表于 : 2007-05-23 9:12
由 tintin365
贴一下启动log。
发表于 : 2007-05-23 12:46
由 error5566
怎样查看详细的启动LOG?
发表于 : 2007-05-29 19:12
由 wmh1208
cn小兵 写了:sudo vim /boot/grub/menu.lst
里面看看这里:
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
timeout 3就是3秒。
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
这个应该是在grub 选择进入那个系统选择时间吧???
compile your kernel
发表于 : 2007-05-29 19:19
由 fire3
去掉一切无用驱动,一些核心驱动编译进内核,关闭没用的服务,肯定开机速度快了:)
发表于 : 2007-06-03 0:21
由 casm
把GDM卸载掉,用文本模式进入系统,然后用startx启动图形界面,这样能快很多。