LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   VirtualBox alternative for slackware 15 (https://www.linuxquestions.org/questions/slackware-14/virtualbox-alternative-for-slackware-15-a-4175719831/)

Bad Voodoo 12-15-2022 06:21 PM

VirtualBox alternative for slackware 15
 
Are there any alternatives to Virtualbox for slackware 15?

Daedra 12-15-2022 06:23 PM

These two come to mind..

Qemu - https://www.slackbuilds.org/reposito...0/system/qemu/
VMware Workstation Pro (Pro version is not free and the free version is not very good IMO)

Bad Voodoo 12-15-2022 06:27 PM

Thanks
 
Quote:

Originally Posted by Daedra (Post 6398167)
These two come to mind..

Qemu - https://www.slackbuilds.org/reposito...0/system/qemu/
VMware Workstation Pro (Pro version is not free and the free version is not very good IMO)

Thanks.

ethelack 12-16-2022 12:24 AM

Nikos Giotis has produced an excellent bash script tool called 'vms' which configures qemu in the easiest way possible. Beats virsh by a mile way less complicated as it runs qemu barebones.

All that's required is vde2, qemu from sbopkg and tigervnc from /extra

vms at slackdocs

plop28 12-20-2022 11:39 AM

Hello, I used to work with qemu and virt-manager.
I tried quickemu too which provides a different/quick way to install VM/OS, dependencies are relatively easy to install on slackware (https://github.com/quickemu-project/quickemu)
Good luck :)

scuzzy_dog 12-20-2022 11:55 AM

I've had good results using VMware Player. I've been using it for years.

Although the quickemu and vms sounds very interesting. If I had more spare time I might play with it.

Other VM solutions I've tried would work but odd things like CPU spiking to 100% randomly or just running slow always led me back to vmware.

However I did have to do a bit of tweaking to vmware to make it behave. It too would max the cpu and I could never figure out why.

I did these two things to make it finally run nicely.

1. Add some settings to the .vmx config file:

mainMem.partialLazySave = "FALSE"
mainMem.partialLazyRestore = "FALSE"
priority.grabbed = "high"
priority.ungrabbed = "normal"

MemTrimRate=0
sched.mem.pshare.enable = "FALSE"
prefvmx.useRecommendedLockedMemSize = "TRUE"
mainmem.backing = "swap"
mainMem.useNamedFile = "FALSE"
prefvmx.minVmMemPct = "100"

2. add two lines to /etc/rc.d/rc.local

echo never > /sys/kernel/mm/transparent_hugepage/enabled
echo never > /sys/kernel/mm/transparent_hugepage/defrag


All times are GMT -5. The time now is 06:21 AM.