Mainos / Advertisement:

Ero sivun ”Qemu-kvm/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: -cdrom = bootable .iso file location)
(Ak: Uusi sivu: -boot d = starts CD first, then hard drive (if you uncomment the -cdrom line, the hard drive starts first))
Rivi 28: Rivi 28:
 
  -cdrom = bootable .iso file location
 
  -cdrom = bootable .iso file location
  
  -boot d = käynnistää ensin cd:n, sitten kovalevyn (jos uncommenttaat
+
  -boot d = starts CD first, then hard drive (if you uncomment the -cdrom line, the hard drive starts first)
-cdrom kohdan, kovalevyimage lähtee käyntiin heti)
 
  
 
  -device = valitsemasi emouloidut laitteistokomponentit (e1000 on intelin Gigabitin verkkokortti)
 
  -device = valitsemasi emouloidut laitteistokomponentit (e1000 on intelin Gigabitin verkkokortti)
  
 
120G tarkoittaa, että kuinka suureksi mitoitat virtuaalikovalevyn. G tarkoitaa gigatavua.
 
120G tarkoittaa, että kuinka suureksi mitoitat virtuaalikovalevyn. G tarkoitaa gigatavua.

Versio 11. elokuuta 2015 kello 08.56

Muut kielet:
English • ‎suomi

qemu-kvm is one of the best virtual machine hosts for Linux.

Installation

aptitude install qemu-kvm

You have now installed qemu-kvm.

Examples

All commands are written in the terminal.

qemu(or "kvm")-img create -f qcow2 image_name.img 120G 
kvm --name 2012r2 -m 2048 -hda some.img -cdrom /home/riku/Desktop/2012r3.iso -boot d -device e1000

parameters:

--name = name of virtual machine
-m = memory for virtual machine (megabytes)
-balloon = dynamic memory usage
-hda = virtual hard drive in the form some.img
-cdrom = bootable .iso file location
-boot d = starts CD first, then hard drive (if you uncomment the -cdrom line, the hard drive starts first)
-device = valitsemasi emouloidut laitteistokomponentit (e1000 on intelin Gigabitin verkkokortti)

120G tarkoittaa, että kuinka suureksi mitoitat virtuaalikovalevyn. G tarkoitaa gigatavua.

Mainos / Advertisement: