virtual-machine - Virtualbox Raw 模式因 Hyper-V Windows 10 不可用

标签 virtual-machine virtualbox

问题:

Failed to open a session for the virtual machine ubuntu.

Raw-mode is unavailable courtesy of Hyper-V. (VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT).

Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

更新: 下面给出解决方案。

最佳答案

您可能需要禁用虚拟机管理程序。

因此,请按照以下步骤操作:

1)以管理员身份打开命令提示符

2) 运行 bcdedit 以检查虚拟机管理程序状态:

bcdedit

3) 检查虚拟机管理程序启动类型:

image showing command output with 'hypervisorlaunchtype Auto' marked

4) 如果设置为自动,则禁用它:

bcdedit /set hypervisorlaunchtype off

5) 重新启动主机并再次启动 VirtualBox

关于virtual-machine - Virtualbox Raw 模式因 Hyper-V Windows 10 不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50053255/

相关文章:

ubuntu - 将 vm 转换为 native /双启动

macos -/dev/kvm 在 mac 上找不到

debugging - 如何在 Virtualbox GUI 工具中启动 Debug模式?

linux - 如何创建从 Redhat virtualbox vm 到 Ubuntu 12.04 guest 操作系统的共享目录?

windows - Minikube启动 panic :运行时错误:无效的内存地址或nil指针取消引用[信号0xc0000005代码= 0x0 addr = 0x10 pc = 0x8812cf]

azure - 无法访问 Azure 虚拟机

google-cloud-platform - 为 Compute Engine 虚拟机设置环境变量

powershell - 无法通过 powershell 和门户在 Azure 上创建自定义镜像 VM

intellij-idea - 退格键不是删除选择而是将其扩展到左侧(Linux 上的 IntelliJ)

gdb - 从 VirtualBox VM 中的 gdb 记录中提取执行日志