装了红帽企业版Linux4的IBM eServer x366服务器,在重启的时候为什么会挂起?
解决方法:
相关版本: 红帽企业版Linux 4 GA, Update 1, Update 2, Update 3
限制: 仅针对装了红帽企业版Linux 4 GA,Update1,Update2和Update3的IBM eServer x366服务器.
症状: IBM x366在重启的时候,系统提示"Restarting system"以后就一直挂在那里.
解决方法:
添加 'reboot=k' 到kernel命令行来阻止这类问题的出现. 如下:
1. Edit the /etc/grub.conf file as root.
2. On the kernel line, add reboot=k:
title Red Hat Enterprise Linux AS (2.6.9-5.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/ rhgb quiet reboot=k
initrd /initrd-2.6.9-5.EL.img