一定要选自定义。

Ubuntu 16.10 虚拟机安装记录

这里一定要选 稍后安装操作系统  都是坑!

Ubuntu 16.10 虚拟机安装记录

 


 

 

启动时出现'SMBus Host Controller not enabled'错误提示,进不到图形界面。

解决办法:
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.输入如下命令:

mount -o remount,rw /

7.打开blacklist.conf

vi /etc/modprobe.d/blacklist.conf

8.在文件最后添加一行

blacklist intel_powerclamp

9.重启

 

reboot

 

相关文章:

  • 2021-09-29
  • 2021-04-23
  • 2022-02-08
  • 2021-11-12
猜你喜欢
  • 2022-01-18
  • 2021-06-27
  • 2022-12-23
  • 2022-01-02
  • 2021-04-07
  • 2021-05-16
相关资源
相似解决方案