|
|

楼主 |
发表于 2005-4-15 10:10:42
|
显示全部楼层
我的SUSE 版本是8.2的。内核是2.4.20,启动文件:menu.lst
title linux-auto_power_support
kernel (hd0,0)/vmlinuz-2.4.20-power root/=dev/hda3 vga=0x303
initrd (hd0,0)/initrd
title linux
kernel (hd0,0)/vmlinuz root=/dev/hda3 vga=0x303 ide=nodma apm=on acpi=on splash=silent showopts apm=on acpi=off apm=off
initrd (hd0,0)/initrd
title floppy
root (fd0)
chainloader +1
title failsafe
kernel (hd0,0)/vmlinuz.shipped root=/dev/hda3 showopts ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3
initrd (hd0,0)/initrd.shipped
我是用的第一个。即linux-auto_power_support,这个内核重新编过,使机器在shutdown时能够自动关闭电源。
如上面看到的,确实没有你说的那个 acpi=off noapic,难道就是这个原因造成系统不稳定而死机
吗?。谢谢。 |
|