Re: how to set up VM, or is there a freeware equivalent to Deep Freeze Software

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Antonio Olivares wrote:

This is more or less what we are looking for.  Is there a howto on setting up quemu with -snapshot option?

Too easy.

Assuming F7:

# yum install kvm qemu

# modprobe kvm-intel (or kvm-amd)

check for errors on the command line and in dmesg.

No errors? The you have a system that is capable of hardware accelerated virtual systems.

# mkdir /data
# cd /data
# qemu-img create -f qcow vdisk.img 10G

Put your copy of XPSP2 in the CDROM drive.
# dd if=/dev/scd0 of=XPSP2.iso

# qemu-kvm -hda winxp.img -cdrom XPSP2.iso -boot d -m 1000

This will start the install.

The -m argument is Megabytes RAM, and I have a 4GB system to test. :) Drop it as low as 256 for smaller systems.

To run normally (after the install):

$ qemu-kvm -hda winxp.img -cdrom /dev/null -m 1000 -net user -net nic -snapshot

There are lots of suggestions here:

http://kvm.qumranet.com/kvmwiki

Good luck!

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux