在虚拟机上运行Linux内核版本为4.7或以上的系统都在安装过程中或在启动时会因为加载intel_powerclamp驱动而导致崩溃。
解决办法:
1.在启动Ubuntu的时候按住左Shift键;
2.Ubuntu开机时将显示GRUB启动选项;
3.接下来选择Ubuntu的高级选项(Advanced options for Ubuntu);
4.然后进入Ubuntu的恢复模式(Ubuntu, with Linux 4.7.x.x-generic (recovery mode));
5.在Recovery Menu中选择root进入root shell;
6.输入如下命令:
1、mount -o remount,rw /
2、vi /etc/modprobe.d/blacklist.conf 在文件最后添加一行
blacklist intel_powerclamp
3、reboot 重启
本文转自 lirulei90 51CTO博客,原文链接:http://blog.51cto.com/lee90/1949882,如需转载请自行联系原作者