Difference between revisions of "Kvm"

From Bashlinux
Jump to: navigation, search
 
(Redirected page to KVM)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
#REDIRECT [[KVM]]
__NOTOC__
 
= KVM =
 
 
== Fast launch ==
 
Create and empty disk of 1Gb and launch a VM as:
 
 
<pre><nowiki>
 
# dd if=/dev/zero of=disk.img bs=1M count=1024
 
# qemu -boot d -hda disk.img -cdrom /dev/cdrom
 
</nowiki></pre>
 
 
 
Where
 
* `-boot` [order=drives][,once=drives][,menu=on|off]
 
'drives': floppy (a), hard disk (c), CD-ROM (d), network (n)
 
* `-hda/-hdb` file use 'file' as IDE hard disk 0/1 image
 
* `-cdrom` file use 'file' as IDE cdrom image (cdrom is ide1 master)
 

Latest revision as of 22:52, 6 June 2015

Redirect to: