linux desktop 当点击重启或关机,或通过命令,都会卡在
restarting system
shutting down system
解决办法:
centos 7 为例
编辑
sudo vim /etc/grub2.cfg
在启动项一行最后添加 reboot=bios
inux16 /boot/vmlinuz-3.10.0-123.el7.x86_64 root=UUID=e27de799-ef92-4a09-99cf-dde69fe13e88 ro vconsole.keymap=us crashkernel=auto vconsole.font=latarcyrheb-sun16 rhgb quiet reboot=bios
参考:http://linux.koolsolutions.com/2009/08/04/howto-fix-linux-hangfreeze-during-reboots-and-restarts/
Leave a Reply