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.

fmstrat ,

Replied to others with this but realized you won’t get those notifications. I finally got around to releasing this, which is Debian in your browser via Docker: nowsci.com/webbian

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.

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.

Presi300 ,
@Presi300@lemmy.world avatar

Virtmanager and qemu/kvm

yogurtwrong ,
@yogurtwrong@lemmy.world avatar

Virt manager for qemu. I use docker and distrobox for Linux distros

I recently managed to use my windows partition (for dual boot) as a disk for a qemu. I don’t use it but really cool trick anyways. Tutorial here

Also it’s not very healthy for windows since it is not designed for constant hardware changes. But idc all my apps are installed on D: so I can just reinstall it without thinking about it much

Mwa OP ,
@Mwa@thelemmy.club avatar

I tried doing tbe same thing as you on my separate windows ssd gives me a error on bootup and qemu/kvm won’t let me boot from my vendor usb I tried only putting the isos and windows cannot find the ssd and hiren just gets a error

yogurtwrong ,
@yogurtwrong@lemmy.world avatar

Did you read the article I linked? They use RAID to create a virtual disk (similar to a loop device in this context)

Mwa OP ,
@Mwa@thelemmy.club avatar

ohh i seen some parts of the article

crmsnbleyd ,
@crmsnbleyd@sopuli.xyz avatar

Virtualbox

ouch ,

Owned by Oracle. Stay away from Oracle.

gnuplusmatt ,

It also taints the kernel with a useless module and doesn’t really offer much in the way of features over plain old qemu

BaumGeist ,

Currently virt-manager on top of qemu/kvm on Debian 12. It was the easiest to get to emulate a TPM on my ancient hardware (9ish years old, but still powerful).

I’m learning enough about the backend that I’m hoping to get off the Redhat maintained software and only use the qemu cli, maybe write my own monitor with rust-vmm when I learn enough rust to do so.

Rick_C137 ,
@Rick_C137@programming.dev avatar

Proxmox seem powerfull

It’s a Type1, not Type2
en.wikipedia.org/wiki/Hypervisor#Classification

hperrin ,

I use Proxmox for the machine that I use to download all of the Linux ISOs I want. You know, with a VPN, through BitTorrent. Linux ISOs.

sfera ,

Thanks for the pointer. But since Proxmox supports both KVM and LXC virtualization, wouldn’t that make it both type 1 and type 2?

possiblylinux127 ,

Proxmox isn’t really its own hypervisor. It combines a few common projects to make a OS. It is pretty much KVM with corosync for clustering.

With that being said it is a solid platform. Just keep in mind it is just standard Linux virtualization and for single nodes you can get the exact same setup easily on any Linux system.

princessnorah ,
@princessnorah@lemmy.blahaj.zone avatar

Well, the exact same except for the frontend. It’s arguably better than virt-manager imo. I wonder how hard it would be to get pve-manager running outside the OS.

possiblylinux127 ,

You absolutely can. People have done Proxmox installs on Debian and unsupported architectures by building from source.

Redderthanmisty ,

KVM, QEMU, Looking Glass

nyan ,

Raw qemu at the command line for the one I use on a daily basis (not recommended for the average user). VirtualBox if I need to spin something up quickly but don’t expect to need to keep it past the current testing cycle.

possiblylinux127 ,

Virtualbox is slow and the licensing for guest addons is nasty. It is proprietary of course and if a person in a company uses it unlicensed they will send the company a massive invoice.

nyan ,

I only need it for the very occasional testing of open-source software on Windows, using the precanned VM images provided by Microsoft (last I checked, they had none for qemu, or I would be using that instead). And if you’re using software commercially, you’d better be damned sure you understand the licensing before setting up. A company of any size will have lawyers vetting that anyway.

In other words, I don’t disagree with you, but those issues don’t matter for my use case.

ssm ,
@ssm@lemmy.sdf.org avatar

Linux: qemu

OpenBSD: vmm, qemu when vmm isn’t good enough

azvasKvklenko ,

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

nickb333 ,
@nickb333@fedia.io avatar

If I'm running another Linux distro that will be happy under the host kernel then I use LXD (or Incus) containers. Otherwise it's QEMU+KVM or occasionally Virtual Box.

QuazarOmega ,

I use LXD (or Incus) containers

I’ve been curious about those for a while, what are they about, are they somehow better than the usual Docker/Podman conatiners?

nickb333 ,
@nickb333@fedia.io avatar

They run a full distro rather than the minimalist that Docker containers use. You can also use them to run gui apps but that needs a bit more work to configure. I run Google Chrome sandboxed this way.

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.

VinesNFluff ,
@VinesNFluff@pawb.social avatar

I tried using virt-manager+kvm to try some stuff out the other day but I failed to set-up some crucial things. Probably me being incompetent.

Not like virtualization is a big part of my life anyway. I just wanted to try some other distros and such without rebooting.

If I were to get serious about virtualization I’d need to build a new PC with a second GPU. Then I could stop dual-booting and do everything with VMs. But it’d only be worth it to get serious about learning how to virtualize stuff if I were to do that.

Mwa OP ,
@Mwa@thelemmy.club avatar

You can single pass through but it feels more like your using one os but if that’s the case wouldn’t dual booting be better

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