当我使用vagrant up启动VM时,我发现以下错误ox80004005(请注意我使用Oracle VM Virtualbox进行虚拟化)
kayan@kayan-VirtualBox:~/vagrant/rpm$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'jhcook/fedora27' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "769fc6c1-ea8d-46d8-8a7b-16989540d530", "--type", "g

在尝试使用Vagrant和VirtualBox启动VM时,遇到错误0x80004005,由于VT-x不可用。在Windows 10系统上,发现并未安装Hyper-V。尝试通过命令禁用Hyper-V以解决问题,但遇到了0x800f080c错误,提示Hyper-V未知。这可能是因为在当前系统中找不到该功能。
最低0.47元/天 解锁文章
7869

被折叠的 条评论
为什么被折叠?



