Qemu virtualization

Qemu Live CD Configurations:

 $qemu -cdrom /dev/cdrom -boot d
 $qemu -cdrom xxx.iso -boot d
 $dd if=/dev/zero of=my_hdd.img bs=1024 count=2048000
 $qemu -cdrom /dev/cdrom -hda my_hdd.img -boot d

Comments

Popular posts from this blog

How to configure proxy for common linux apps

How to add a disk to LVM

How to migrate MediaWiki?