在 Windows 上安装 Docker 后无法启动我的虚拟 Box 机器
Can't start my virtual Box machine after installing Docker on Windows
为了学习 ArchLinux,我在 VirtualBox 机器上安装并使用了 ArchLinux。它 运行 非常完美。现在我在我的电脑上安装了 Docker(Windows 环境)。在安装 Docker 的过程中,我收到一条警告,如果我在 Windows 上安装 Docker,VirtualBox 将无法启动我的机器,因为...
我卸载了 Docker 并希望我仍然可以使用我的 ArchLinux。但是我不能!
有谁知道怎样做才能运行 VirtualBox 和里面的机器重新正常吗?
VirtualBox 不能再运行 因为 Docker for Windows 在安装过程中激活了 Hyper-V(在您的许可下)。所以你必须再次禁用这个功能。您必须取消选中 Control Panel -> Programs -> Programs and Features -> Turn Windows features on or off
中的 Hyper-V
。重新启动后,VirtualBox 应该可以再次 运行。
我也遇到了同样的问题。但是关闭hyper-V后,我仍然无法打开我的虚拟机。
然后我将 virtualbox 升级到最新版本,然后 virtual box 再次工作。
我遇到了同样的问题。
我只是因为使用 BCDEDIT 更改了 Hyper-V 启动类型。
您可以尝试通过运行以下命令将启动类型设置为关闭:
bcdedit /set hypervisorlaunchtype off
请看这个post => How to Disable Hyper-V Completely in Windows 10
您必须在控制面板 -> 程序 -> 程序和功能 -> 打开或关闭 Windows 功能中取消选中 Hyper-V 和虚拟机平台(如果选中)。重启后,VirtualBox 应该可以再次 运行。
现在 VirtualBox 和 Hyper-V 可以一起工作了!
https://www.how2shout.com/how-to/use-virtualbox-and-hyper-v-together-on-windows-10.html
为了学习 ArchLinux,我在 VirtualBox 机器上安装并使用了 ArchLinux。它 运行 非常完美。现在我在我的电脑上安装了 Docker(Windows 环境)。在安装 Docker 的过程中,我收到一条警告,如果我在 Windows 上安装 Docker,VirtualBox 将无法启动我的机器,因为...
我卸载了 Docker 并希望我仍然可以使用我的 ArchLinux。但是我不能!
有谁知道怎样做才能运行 VirtualBox 和里面的机器重新正常吗?
VirtualBox 不能再运行 因为 Docker for Windows 在安装过程中激活了 Hyper-V(在您的许可下)。所以你必须再次禁用这个功能。您必须取消选中 Control Panel -> Programs -> Programs and Features -> Turn Windows features on or off
中的 Hyper-V
。重新启动后,VirtualBox 应该可以再次 运行。
我也遇到了同样的问题。但是关闭hyper-V后,我仍然无法打开我的虚拟机。 然后我将 virtualbox 升级到最新版本,然后 virtual box 再次工作。
我遇到了同样的问题。
我只是因为使用 BCDEDIT 更改了 Hyper-V 启动类型。
您可以尝试通过运行以下命令将启动类型设置为关闭:
bcdedit /set hypervisorlaunchtype off
请看这个post => How to Disable Hyper-V Completely in Windows 10
您必须在控制面板 -> 程序 -> 程序和功能 -> 打开或关闭 Windows 功能中取消选中 Hyper-V 和虚拟机平台(如果选中)。重启后,VirtualBox 应该可以再次 运行。
现在 VirtualBox 和 Hyper-V 可以一起工作了!
https://www.how2shout.com/how-to/use-virtualbox-and-hyper-v-together-on-windows-10.html