Ubuntu7.10 非正常关机后,启动出现如下问题
.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参数,回车退出。
3 按“b”,启动,现在可以正常进入系统。
4 进入系统后,在编辑/boot/grub/menu.lst 文件,在kernel后添加 noapic,保存退出。
5 重启。
OK!!
阅读(5107) | 评论(1) | 转发(0) |