LoginSignup
2
2

More than 5 years have passed since last update.

Ubuntu15.04でNested KVM

Last updated at Posted at 2015-10-04

1.自分のPCでHW仮想化が使えるかを確認する

root@Mary:~# egrep '(vmx|svm)' /proc/cpuinfo

結果にVMXが入っていればOK

2.Nestedにするためにkvmのパラメータを変更

root@Mary:~# bash -c 'echo "options kvm-intel nested=1" >/etc/modprobe.d/kvm-intel.conf'

3. 再起動

4.Nestedが可能かを確認する

root@Mary:~# cat /sys/module/kvm_intel/parameters/nested 
Y

5. KVMのインストール

onodes@Mary:~$ sudo apt install kvm libvirt-bin
onodes@Mary:~$ sudo apt-get install virt-manager
2
2
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
2
2