红联Linux门户
Linux帮助

fedora10&ubuntu启动错误:8254 timer not connexted to IO-APIC

发布时间:2009-05-28 20:44:24来源:红联作者:gostop
.MP-BIOS bug:8254 timer not connexted to IO-APIC
[24.862420]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 重启
文章评论

共有 1 条评论

  1. Aogu 于 2009-05-28 21:36:37发表:

    受教了