0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CentOS系で"VirtualBox can't enable the AMD-V extension."が出たとき

Last updated at Posted at 2025-07-05

VirtualBoxが起動できない!なんで・・

なんかとなんかがぶつかってるらしい

AMD系

VirtualBox can't enable the AMD-V extension. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_SVM_IN_USE).

みたいなのが出る。

対処

$ sudo modprobe -r kvm_amd kvm

Intel系

VD: Backend 'VBoxIsoMaker' does not support async I/O (VERR_NOT_SUPPORTED).
VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_VMX_IN_VMX_ROOT_MODE).

みたいなのが出る。

対処

$ sudo modprobe -r kvm_intel kvm
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?