New comment by Calandracas606 on void-packages repository https://github.com/void-linux/void-packages/pull/52736#issuecomment-2450377687 Comment: @dkwo could you please try testing this again? Make sure your user is in the kvm group. eg: `muvm -- sh` I get stuck on: ``` Error: Failed to set up user, bailing out Caused by: 0: Failed to read directory `/dev/dri` 1: No such file or directory (os error 2) ``` I think that this is possibly because eudev doesn't setup /dev/dri in the vm, but I could be wrong. When I patch out the check to open `/dev/dri`, i'm able to successfully launch sh in the vm As aforementioned, it works on my install with systemd, although I'm not confident that its because of systemd that it works, its very possible that some other configuration difference between the systems is at play.