There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

bruce965 , (edited )
@bruce965@lemmy.ml avatar

None, I use Docker for Linux, and Proton (Heroic) for Windows.

But if I had to pick a virtual machine: libvirt with virt-manager as a frontend, which uses KVM for virtualization.

Mwa OP ,
@Mwa@thelemmy.club avatar

But if I had to pick a virtual machine: libvirt with virt-manager as a frontend, which uses KVM for virtualization.

Its fair bcs vmware workstation does not support gpu passthrough libvirt with virt-manager is the only way

Nomecks ,

OpenShift Virtualization

mitrosus ,

Can virt-manager boot windows boxes?

med ,

Yeah, though there’s some commandline shenanigans to get a tpm shim set up if you want it for windows 11

mitrosus ,

I am planning for XP.

QuazarOmega ,

Absolutely, it’s also made way easier with quickemu, allows you to spin up a properly configured Windows VM with pretty much no effort

krash ,

Correct me I’d I’m wrong, but with docker you’re limited to the filesyatems and the image of the OS you’re installing. If you need to experiment with the pre-OS boot events, can that even be accomplished with docker? E.g., trying out different GRUB settings, setting up LUKS with dropbear etc. I think those things require a VM.

bruce965 ,
@bruce965@lemmy.ml avatar

Yeah, you are correct. Docker shares the kernel with the host operating system, it doesn’t use hardware virtualization. That’s why it’s so fast and simple, but it also means it’s not a traditional VM and thus comes with some limitations.

fmstrat ,

From my other comment:

Then I created a Docker image with Linux, Gnome, and novnc so I can spin one up instantly with little resource overhead and control it from any web browser.

Maybe I should release my Dockerfile.

Telorand ,

I’m just now learning about Docker and Containerfiles, so I wouldn’t be opposed to a real world example…

fmstrat ,

And the example finally exists: nowsci.com/webbian/

Telorand ,

Neat! Gonna look over that!

bruce965 ,
@bruce965@lemmy.ml avatar

I might actually be interested. It’s like a lightweight alternative to Proxmox?

fmstrat ,

Sort of, Proxmox does use noVNC I think, but it’s a lot of overhead. This is just a docker command. I’ve finally put a page up for it: nowsci.com/webbian/

bruce965 ,
@bruce965@lemmy.ml avatar

I didn’t understand that you ran it without hardware virtualization. This is really convenient, thanks a lot for making it!

umbrella ,
@umbrella@lemmy.ml avatar

i’m listening.

fmstrat ,

Finally got around to it: nowsci.com/webbian/

umbrella ,
@umbrella@lemmy.ml avatar

i will be trying that one out for sure. this looks awesome for a headless desktop.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

GNOME Boxes because it doesn’t require 5 academic degrees to set up and I’m a GNOME user.

I_Miss_Daniel ,

Same.

The lack of graphics acceleration is a bit painful though.

VirtualBox won’t work on Fedora 40 AFAICT, and once installed it can’t be uninstalled.

TheGrandNagus ,

It has graphics acceleration.

I_Miss_Daniel ,

I’ll have another look. Didn’t seem to be an option to have it on a Windows guest when I installed it.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Yes afaik it should have it.

possiblylinux127 ,

It also isn’t entirely foss

nzmaa ,

I’m a GNOME user. Gross

Mwa OP ,
@Mwa@thelemmy.club avatar

Real for me it was problematic it was barely customizable and tracker3 randomly broke most of my apps

TheGrandNagus ,

Grow up. People use different software to you. It’s not the end of the world.

Besides, Gnome is great.

data1701d ,
@data1701d@startrek.website avatar

Qemu/KVM and Virt Manager. I have three VMs that I pass my GPU to: a Hackintosh, a Windows 10, and and Windows 7.

teawrecks ,

Do you have two GPUs or do you fully switch to the VM while passed through?

data1701d ,
@data1701d@startrek.website avatar

I have two GPUs - an RX 550 hooked to the monitors and 580 for VMs. Until recently, once the VM shut down, the 580 was able to return to Linux and be used again via PRIME - no reset bug. It randomly stopped working and I’ve tried to debug it to fix the problem to little avail.

teawrecks ,

I actually may have seen the same issue recently. Have you tried adding initcall_blacklist=simpledrm_platform_driver_init to your kernel launch params?

data1701d ,
@data1701d@startrek.website avatar

I’ll have to try that. What I have tried so far is running a different kernel version and making sure my driver blacklists are correct (I found that the GPU shouldn’t ever connect to snd_hda_intel. It briefly eas again, but after fixing it, I still had the problem.).

teawrecks ,

For me, I have intel integrated + amd discrete. When I tried to set DRI_PRIME to 0 it complained that 0 was invalid, when I set it to 2 it said it had to be less than the number of GPUs detected (2). After digging in I noticed my cards in /dev/dri/by-path were card1 card2 rather than 0 and 1 like everyone online said they should be. Searching for that I found a few threads like this one that mentioned simpledrm was enabled by default in 6.4.8, which apparently broke some kind of enumeration with amd GPUs. I don’t really understand why, but setting that param made my cards number correctly, and prime selection works again.

data1701d ,
@data1701d@startrek.website avatar

Huh. My issue seems different, but I’ll still test that flag to see if it changes anything. My problem looks like the device doesn’t return to host after VM shutdown, possibly because of the reset bug (based on my observation of dmesg), which I hadn’t encountered after about a year of GPU passthrough VM usage.

teawrecks ,

Ahh, yeah if it’s specifically when coming back from a VM, that sounds different. Maybe the vfio_pci driver isn’t getting swapped back to the real one? I barely know how it works, I’m sure you’ve checked everything.

possiblylinux127 ,

I hope you air gap that Windows 7 VM

eugenia ,
@eugenia@lemmy.ml avatar

I never found a way to share a Public folder with VirtManager though, I need to move files between host and guest. How would you go about it?

wildbus8979 ,

Install the quemu guest agent in the VM. For Linux and Windows you’ll even be able to drag and drop.

data1701d ,
@data1701d@startrek.website avatar

I go to the host folder I want to transfer files from and run ‘’’python3 -m http.server’’’. Then (I can’t remove if I use ‘’’ip a’’’ to find the IP address of the host or if I used mDNS), I use the guest web browser to download files.

D_Air1 ,
@D_Air1@lemmy.ml avatar

And here I have just been using samba.

bjoern_tantau ,
@bjoern_tantau@swg-empire.de avatar

Usually VirtualBox. It’s easy and free.

Mwa OP , (edited )
@Mwa@thelemmy.club avatar

I agree ngl i prefer vmware more

Diplomjodler3 ,

Me three.

frankenswine ,

a rather odd choice given the alternatives

bjoern_tantau ,
@bjoern_tantau@swg-empire.de avatar

Besides VMWare it always seemed the easiest for me to quickly make a Windows VM or so. Everything else usually had more configuration steps. But that’s been a while ago. There could very well have been easier tools available in the mean time. I never bothered to look.

I only ever used “permanent” virtualization once on my server. I think with Xen. But it didn’t give me any benefits for my use case so I dropped it later on. Also probably at least ten years ago.

possiblylinux127 ,

KVM

(VMware is proprietary software)

unn ,

virtmanager as frontend for qemu/kvm. I tried the commandline but it’s too annoying

azvasKvklenko ,

KVM + Qemu + libvirt + virt-manager = ❤️

fmstrat ,

I used KVM with virt-manager for a long time. Even ran a gaming VM with GPU pass-through.

Then I created a Docker image with Linux, Gnome, and novnc so I can spin one up instantly with little resource overhead and control it from any web browser.

frankenswine ,

control it from any whuAT!?

CrabAndBroom ,

I use qemu, but with Quickemu 'cause I’m lazy lol.

IsoSpandy ,

Virtmanger-kvm-qemu

TheGrandNagus , (edited )

Gnome boxes.

Based on QEMU+KVM so it’s quite robust. It works pretty well, plus it has various little features working out of the box that in some other software is a pain in the arse to configure.

Sticks out a bit on my system due to still being GTK3, but there is a GTK4 prototype out that usually works well.

E: downvoting anybody who says Gnome Boxes because you use a different virtual machine frontend is laughably pathetic lmao. Some people in the Linux community are such losers lol

nickb333 ,
@nickb333@fedia.io avatar

Does it matter what front end it uses if the underlying environment is QEMU+KVM.
Upvote for tha above.

possiblylinux127 ,

It doesn’t work for all cases and it is annoying that you have to wait until creation to change CPU count.

MrCamel999 ,
@MrCamel999@programming.dev avatar

I use virt-manager, aka Virtual Machine Manager. Using this specifically because of the winapps for Linux repo has instructions on how to get Windows apps to run through the VM to be integrated in a Linux environment.

Mwa OP ,
@Mwa@thelemmy.club avatar

might try that tbh am gonna run razer software or apps that dont work on linux at all and for games am gonna use my windows ssd

CosmicTurtle0 ,

How “scriptable” is virt-manager?

My biggest issue with VirtualBox is that I have to install OSes as if I’m actually installing them. There aren’t any images (at least that I’m aware of) that can run with a command, like deploying an EC2.

skullgiver ,
@skullgiver@popplesburger.hilciferous.nl avatar

virt-manager is a frontend for a bunch of virtualisation systems, but usually it’s configured for qemu+kvm+libvirt.

Libvirt is a dedicated API to managing virtual machines. It’s probably most versatile when launching new VMs on it by using the libvirt XML definitions, but there’s an API you can use if you want more low level access, and optional command line tooling as well.

Something like virt-install --name=lemmyvm --vcpus=1 --memory=2048 --cdrom=/tmp/debian-netinst.iso --disk size=50 --os-variant=debian12 should automatically install a Debian 12 VM (from a downloaded ISO) through the automated setup process. It’s been a while since I used that, though, so you may need an extra step or two to get the setup to autocomplete today. I think cloudinit is how you auto setup Linux distros these days?

stsquad ,

Virt-manager isn’t super scriptable but the underlying libvirt can be controlled by virsh which is a shell interface to libvirt. You can use both at the same time, e.g. start and stop via virsh and access to gui container via virt-manager/virt-viewer.

possiblylinux127 ,

Virtual manager isn’t scriptable at all as it is just a GUI for libvirt. You are probably looking for qemu or virsh (libvirt)

thingsiplay ,

Qemu+Kvm with virt-manager is my boy nowadays. But I’m not a heavy user of Vms, just experimented with this to build some Flatpak. But plan on trying out other distributions, just for science. It wasn’t easy to figure out how to share a folder, and I could not get drag and drop or clipboard share to work. Still though, its faster than any other solution. I used VirtualBox in the past, which was easy to work with.

muhyb ,

I’m kinda lazy so when I need one, I just use Gnome Boxes and it’s pretty easy to setup.

featured ,

I use libvirt to do all my kvm/qemu stuff on my server. Using cockpit-machines web UI as a frontend. On my workstation if I ever need a VM I usually turn to Gnome Boxes for simplicity

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines