[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Virtual machine

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 44
Thread images: 4

File: IMG_1046.png (30KB, 140x180px) Image search: [Google]
IMG_1046.png
30KB, 140x180px
What's the best vm to run a windows guest on a Linux host? I'm currently using virtual box and the audio sounds horrid. That's after I tried ricing it out.
>>
Anything but virtualbox
>>
File: docker.jpg (375KB, 1600x1071px) Image search: [Google]
docker.jpg
375KB, 1600x1071px
>2017 - 10 days
>still using virtual machines
5mh 2bh f4m
>>
>>58116170
And what I'm I supposed to use then?
>>
>>58116182

A secondary machine. What are you, poor?
>>
>>58116182
google the filename of the post you replied to
>>
>>58116201
this

>>58116182
get a cheap thinkpad
>>
>>58115884
qemu+kvm
>>
>>58116392
this with -vga qxl and spice
>>
>>58116392
T H I S
H
I
S

Just read the wikibook and enjoy near native performance https://en.wikibooks.org/wiki/QEMU
>>
Side question: has win10 been cracked or do I need to go with win7 for my vms?
>>
>>58116514
You mean as in an "installation key"?

Anyway, you could probably search tpb, see if there is an iso with striped updates and never connect your vm to the network, or pass everything from the vm through a filter, if you know how.
>>
>>58116514
there's a kms authenticator like there was for w7
>>
>>58115884
buy a mac and buy windows parallels and then run mint in a .pvm
>>
#!/bin/bash
# Author: svchost
# Date: 08.27.2016
# Purpose: QEMU script to install from CD
# License: GPLv3

qemu-system-x86_64 -m 2G -hda "$1" -cdrom "$2" -boot d

and
#!/bin/bash
# Author: svchost
# Date: 08.27.2016
# Purpose: QEMU script for loading a virtual machine
# License: GPLv3

qemu-system-x86_64 -m 2G -hda "$1"


>inb4 the comments are longer than the script
yes they are ;^)
>>
File: 1480196152992.jpg (129KB, 452x680px) Image search: [Google]
1480196152992.jpg
129KB, 452x680px
>>58116392
Tack on some virt manager with qxl and you've got it going
>>
Qemu-kvm with vga passthrough. Works for OS X quests too.
>>
File: pizza-hat.jpg (99KB, 453x338px) Image search: [Google]
pizza-hat.jpg
99KB, 453x338px
>>58116644
>virt manager
thank you based red hat gods
>>
>>58116644
unnecessary when aqemu exists, then again unnecessary when you can just use the console

>>58116716
disgusting
>>
>>58115884
Virtualbox for general usage. KVM/QEMU for resource intensive tasks
>>
>>58115884
VMware player
it's free if you register an email
>>
>>58115884
Very interested in this.
I don't want to install VM on my OS and was thinking of using puppy to install it to, then use it to run Windows guest on top of puppy linux host.

The issue, is the RAM overhead.
Which would be better?
VMware? VirtualBox? QEMU?
>>
>>58116644
>virt-manager
>using awkward UI when you could just make a script to launch everything with one button
>>
>>58116410
I tried using spice because I wanted copy and paste.. copy and paste was broken.

Also why the fuck do I need a server between be and my vm?
This is the exact reason you autists hate X
>>
>>58116545
you might know,
Ive used a window 7 for years, the exact same disc since 2010 or 2009.
I was using the win7 on a vm (kvm+qemu) and they are now being detected as illegitimate.
What is going on here?
>>
>>58121705
The VM software updated, duh.
>>
>>58122117
I havnt checked this out with other vms, it is only an issue since switching to kvm.

Ill try other vms and bare metal later
Is it really possible the loader doesn't work in a vm while still working in other vms and on bare metal?
>>
>>58120788
Plain Qemu, run it from a terminal.

Can take a little prodding to figure out the ideal command line.

VMware workstation is broken, VirtualBox is deprecated.
>>
>>58122178
Check your network configuration on the QEMU wikibook page, kvm does a pci passthrough.
>>
>>58122249
Hmm, according to this
http://www.murga-linux.com/puppy/viewtopic.php?t=61321
it's not possible to run VM from a live session with puppy.
>>
>>58122250
What does that have to do with windows piracy protection
>>
>>58122615
I though it was clear you need to block windows network connection and see if there is a special configuration to block it with kvm
>>
>>58116514
do you need dx12 for you vms??
>>
>>58116211
What are you retarded? Containers run the host kernel. They're not hypervisors
>>
>>58122809
But I want it to have networking
>>
>>58123053
Then you need either to filter the vm network with a proxy, or preventing Windows itself from phoning home. I believe privoxy is what you want.
>>
QEMU/KVM with a GPU passthrough.

Having full 3D acceleration, even if it is just a Intel integrated card you pass or a full dedicated one, will help a lot with the experience.

QEMU/KVM is good regardless and free. Is often updated. Use virt-manager together with libvirt to make it easy. Remember to install the virtio drivers.
>>
>>58121231
Virt-manager and libvirt have CPU pinning which you need to patch to QEMU if you want to use it with a script.

CPU pinning helps immensely with fixing DPC latency issues causing garbled sound. So at least using libvirt (virsh commands or using virt-manager) with a XML to handle the VM. As you not only get CPU pinning, but also neat administration tools like virsh list and attach/detach commands like "virsh attach-device WindowsVM myUSBmouse.xml".
>>
How does one figure out how many cores, sockets, and threads to give to a VM in qemu?
>>
>>58116730
>unnecessary when aqemu exists

Care to elaborate?
>>
>>58123530
Do you mean how you do it, or how many you should give?

How to do it is in a script using
-smp sockets=1,cores=4,threads=1


In libvirt it'll be this XML:
<cpu mode='host-passthrough'>
<topology sockets='1' cores='8' threads='1'/>
</cpu>


Or look at "Topology" in the CPU tab in virt-manager.

How many should you give? Depends on your workload really. Two cores (four threads if using hyperthreading) should be more than enough for most usage. For gaming in GPU passthrough mode I'd recommend four cores if you have six to spare, or three if you have four cores. The important thing is to not starve your host, as it'll affect the VM more than giving the VM less cores/threads.

So there's not really a proper answer for that. Though two cores should be enough for most usage.
>>
use both vmware workstation player 12.1 and virtualbox 5.1.10 for browsing, work...both work fine...why the hate for these two?
>>
>>58123830
VMWare Player is fine, but proprietary. Workstation costs money unless you "acquire" it, but is very good. Not weird considering VMWare always has been pioneers with virtualization technology.

VirtualBox is deprecated Oracle shitware. It's barely worked on, drivers are half-assed, pretty bad performance compared to VMWare and QEMU. It works, but QEMU/kvm has basically taken VirtualBox' mantle as the free and open source virtualization choice.
>>
Why would you want to run a VM when you can just create a live USB and boot it?
Thread posts: 44
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.