> CentOS > CentOS故障 >

解决CentOS 6.7 ACPI:memory_hp:Memory online


在虚拟机Workstation 12 Pro 启动CentOS 6.7,每次都报如下错误

ACPI:memory_hp:Memory online failed for 0x10000000 - 0xc0000000
ACPI:memory_hp:Memory online failed for 0x100000000 - 0x140000000
回想原因可能是我在虚拟机启动状态的时候调整过内存。

解决办法

关闭虚拟机,修改 vmx 文件

vcpu.hotadd = "FALSE"
mem.hotadd = "FALSE"
  (责任编辑:IT)