红联Linux门户
Linux帮助

fedora10中noapic错误解决方法

发布时间:2009-07-26 21:31:43来源:红联作者:gostop
启动系统时报错:
.MP-BIOS bug:8254 timer not connexted to IO-APIC
kernel panic-not syncing:IO-APIC+timer does't work!boot
with apic=debug and send a report.then try booting with the
'noapic'option
解决方法:
1 .启动时,按“Esc”,取消自动启动,进入grub启动选项
2 .按“e”,编辑启动项目,选择kernel一行,添加noapic参数,回车退出,按“b”,启动,现在可以正常进入系统。
3.进入系统后,在编辑/boot/grub/menu.lst 文件,在kernel后添加 noapic,保存退出。
4.reboot 重启
文章评论

共有 2 条评论

  1. 死皮赖狗 于 2009-07-26 22:12:02发表:

    路过收藏,有空试一下

  2. weleoon 于 2009-07-26 21:39:33发表:

    路过学习