老师,如何VirtualBox虚拟机内存0x00000000不能为written问题
来源:2-5 虚拟机安装CentOS
慕用4208062
2020-04-15
写回答
2回答
-
Oscar
2021-05-16
一般是因为 Windows 里面的 hyper-V 没关闭,Virtualbox 与 hyper-V 是冲突的,所以出现了异常。
多谢 慕粉3959400 提醒。我在网上看了,也有提到 hyper-V 的。
在 Windows 中打开 cmd 命令提示符,在其中输入以下命令来关闭 hyper-V
bcdedit /set hypervisorlaunchtype off
然后重启电脑,即可。
如果以后要重新打开 hyper-V ,可以用以下命令
bcdedit /set hypervisorlaunchtype auto
------------------
如果还是不行,可以在安装 virtualbox 之前,先安装一下它的 VirtualBox Extension Pack:https://www.virtualbox.org/wiki/Downloads 里面 VirtualBox x.x.x Oracle VM VirtualBox Extension Pack(这里的 x.x.x 是对应你下载的 VirtualBox 的版本)。
10 -
Oscar
2020-04-16
查看一下往期回答我记得有人碰到一样的问题。好像Windows中可能会有这问题。你百度看看。
122021-05-16
相似问题