首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

Debian启动时出现有关问题

2012-07-29 
Debian启动时出现问题kernel panic-not syncing:IO-APIC+timer doesnt work! Boot with apicdebug and s

Debian启动时出现问题
kernel panic-not syncing:IO-APIC+timer doesn't work! Boot with apic=debug and send a report. Then try booting with the 'noapic' option.

解决方法是,对GRUB进行修改。在GRUB启动菜单处按E键,进入命令编辑模式,在kernel /vmlinuz-2.6.9-78.0.1.ELsmp ro root=/dev/VolGroup00/LogVol00 后加上noapic acpi=off参数,即修改完后应是这样的:kernel /vmlinuz-2.6.9-78.0.1.ELsmp ro root=/dev/VolGroup00/LogVol00   noapic acpi=off,然后回车,按B键继续启动,就能顺利启动centos了,启动系统后,在root权限在/boot/grub/menu.lst中做同样的修改,保存,就可以了。

热点排行