Difference between revisions of "Virtual Machine on Fedora"

From Klaus' wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
<source lang="bash">
 
<source lang="bash">
]# systemctl start libvirtd
+
]$ systemctl start libvirtd
 
</source>
 
</source>
  
Line 10: Line 10:
  
 
<source lang="bash">
 
<source lang="bash">
]# systenctl enable libvirtd.service
+
]$ systenctl enable libvirtd.service
 
</source>
 
</source>
  

Revision as of 09:25, 30 August 2014

Be sure to have installed libvirt - yum install @virtualization should get the most necessary item installed.

Next ensure that the virtualisation is started

]$ systemctl start libvirtd

If needed enable the libvirtd if you want it to be started at every boot

]$ systenctl enable libvirtd.service

When installing a new virtual machine do ensure that it runs on the kvm virtualisation, not the qemu - qemu is an emulator and run very slow.

Virtual-running-kvm.png

Notice the Hypervisor