+ -
当前位置:首页 → 问答吧 → SLK12内核加载慢的问题

SLK12内核加载慢的问题

时间:2007-11-07

来源:互联网

新装的SLK12,内核加载比原来慢了很多,有谁知道是什么原因吗???

作者: jren   发布时间: 2007-11-07

没用过以前版的,但仍然觉很慢,loading kernel要10秒多

作者: vvoody   发布时间: 2007-11-08

有没有在 /etc/lilo.conf 里面用 compact 命令?

作者: windrose   发布时间: 2007-11-08

同样的感觉,我用grub代替lilo。 不知道是不是sata的原因,11的时候我用普通IDE速度没问题。

作者: fredricktoy   发布时间: 2007-11-13

# man lilo.conf

作者: sxzzsf   发布时间: 2007-11-15

compact后快了

作者: vvoody   发布时间: 2007-11-15

引用:
作者: windrose
有没有在 /etc/lilo.conf 里面用 compact 命令?
windrose兄能不能说的详细点,这个命令是干什么用的!呵呵,我很喜欢你的头像喔!

作者: kingbeijixing   发布时间: 2007-12-26

man lilo.conf
引用:
compact
Tries to merge read requests for adjacent sectors into a single read request. This drastically reduces load time and keeps the map smaller. Using 'compact' is especially recommended when booting from a floppy disk.

作者: windrose   发布时间: 2007-12-26

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="usbhid.mousepoll=1 resume=file:/dev/hda1:0x11c0b60"
boot = /dev/hda
compact # faster, but won't work on all systems.
prompt
timeout = 20
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section

# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda1
addappend = "quiet"
label = slackware
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda1
label = verbose
read-only # Partitions should be mounted read-only for checking
image = /boot/vmlinuz-2.6.23.9
root = /dev/hda1
label = oldkern
read-only # Partitions should be mounted read-only for checking
image = /boot/vmlinuz.i
initrd = /boot/initrd.i
root = /dev/hda1
label = rescue
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends

作者: sxzzsf   发布时间: 2007-12-26