VMare12.0.1安装Ubuntu16.04.2遇到的一个问题

前端之家收集整理的这篇文章主要介绍了VMare12.0.1安装Ubuntu16.04.2遇到的一个问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在安装时遇到这样的问题,黑屏,提示

[    0.641455] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 0 (-19)

[    0.641734] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 1 (-19)

[    0.641873] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 2 (-19)

[    0.641956] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 3 (-19)

[    0.642048] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 4 (-19)

[    0.642048] cpufreq: cpufreq_online: Failed to initialize policy for cpu: 5 (-19)

[    0.984906] sd 0:0:0:0: [sda] Assuming drive cache: write through

偶尔能进图形安装界面,但是安装程序崩溃。

国内搜了一搜,没有找到合适的答案。

问答社区找到了原因

Are you using virtual machines or a hypervisor? If yes so,you should update your hypervisor host to the latest version so it can support the kernel version.

cpuFreq stands for cpu frequency scaling which enables the operating
system to scale the cpu frequency up or down in order to save power.
I’m not sure why you’re getting this error since there may be many
possible reasons,but if you’re using a hypervisor host - such as ESXi
- and your OSes are working fine after the boot and you’re only getting this error whilst the boot time,you need to update your
Hypervisor host since it does not fully support the newly upgraded
kernel version.

If you’re getting the same error on the latest version of hypervisors,
or if you’re not using virtual machines and it’s happening on your
primary OS,you need to check if your hardware is working fine or not.
But this is not CentOS or RHEL problem.

看来,虚拟机管理程序不支持最新的内核,版本太旧了,是时候更新VMare12.0.1到12.5.5了。

原文链接:https://www.f2er.com/ubuntu/353403.html

猜你在找的Ubuntu相关文章