7月20

Linux关机提示:shutdown:hda System halted.

| |
00:03Linux  
Linux输入
# init 0

# shutdown -h now

在各进程及服务停止以后,系统最后却停止在
Shutdown:hda
System halted.

解决:
修改grub.conf文件,在使用中的grub(在升级内核后,grub.conf文件能可能有两项或多项grub启动菜单)后面加入以下行:
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ apm=on apm=power-off rhgb quiet
即:加入 apm=on apm=power-off rhgb quiet内容即可(注意:第一个apm前面有一空格)。

阅读(824) | 评论(0) | 引用(0)