User:Madz/Draft/How To Make A File Uploads VM: Difference between revisions

Jump to navigation Jump to search
This is put on hold until I compile a the agent client
(Added some more stuff)
(This is put on hold until I compile a the agent client)
 
== Setting Up ==
Make the image<pre>
qemu-img create -o preallocation=off -f qcow2 vm.qcow2 60G
</pre>If your doing Windows XP you can follow [[How to install Windows XP in QEMU|this guide]]<pre>
qemu-system-i386 -m 512M -hda vm.qcow2 -device VGA,vgamem_mb=64 -cpu host -accel kvm -M pc -netdev user,id=lan -device rtl8139,netdev=lan -usb -device usb-tablet -rtc base=localtime -monitor stdio -vnc :1 -cdrom image.iso -boot d
 
== Installing the Agent ==
Next you will need to go to Device Manager (you can access this by right clicking on my computer). Now right click on PCI Simple Communication Controller. Make sure your virtio driver cd is inserted and press update drive when the window pops up if it ask for windows update to search for a driver press "No, not this time" choose to search for the driver in the cd drive then press next. Windows will now search for the driver for my case I will be picking the XP driver but you should pick whatever operating system your chose.
 
=== Downloading the agent ===
Now you will need a usable browser to download the agent for me I will be using an older version of firefox (52.0esr). You will need to get the agent, you can do this either by compiling it yourself from [https://git.computernewb.com/Elijah/CollabVM-Agent-Windows here]
81

edits

Navigation menu