- 论坛徽章:
- 0
|
回复 2楼 raid_fifa 的帖子
先谢谢您的帮助!
根据您的提示,我在本站搜索了一下:
acpi=off
http://bbs.chinaunix.net/viewthread.php?tid=635947
试试启动时加参数noapic试试
一下是kernel parameters的解释:
CODE:[Copy to clipboard]noapic [SMP,APIC] Tells the kernel to not make use of
any
IOAPICs that may be present in the system
几个术语:
ACPI : Advanced Configuration Power Interface,高级电源配置接口
APIC: Advanced Programmable Interrupts Controller,高级可编程中断控制器。在Pentium以及后来
的Intel IA32CPU中,每一个CPU都集成了一个APIC。SMP中APIC是必备的。
/bin/login: error while loading shared libraries: libpam_misc.so.0: cannot open shared
object file: Input/output error
/etc/grub.conf
title Red Hat Enterprise Linux AS (2.6.9-11.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-11.EL ro root=LABEL=/ acpi=off console=ttys0
initrd /initrd-2.6.9-11.EL.img
* Red Hat Enterprise Linux 4 Gold:
- dual core systems not supported
* Red Hat Enterprise Linux 4 Update 1:
- numa=off
- acpi=off
* Red Hat Enterprise Linux 4 Update 2 and beyond:
- pci=noseg
- pci=nommconf
-=-=-=-=-=-
于是,我将系统默认的/etc/grub.conf文件中在SMP kernel行增加了以下两项:
noapic acpi=off
可以正常使用SMP内核,两个CPU上线运行。
如果仅增加 acpi=off 则不行。还没有测试仅noapic情况。 |
|