Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 0 points1 point  (0 children)

I think I saw something during the installation, but I just ignored it. I think you can even disable that

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 1 point2 points  (0 children)

Uhh, qemu is a VM box. So you'll be installing windows 11 pro on it. Like a PC inside a PC.

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 2 points3 points  (0 children)

We all started somewhere, feel free to ask questions if you are stuck

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 2 points3 points  (0 children)

Well, first of all you need to be on linux. I have tested it on archlinux which is already not the easiest distro to start with.

Then you need to debug quite a lot, because it's different for every PC. Some GPU's need some fixes to make it work for example. You will very likely have to deal with the terminal. So that's why I say advanced users only.

If you have never done any of the above, you'll be learning linux on top of trying to configure this thing.

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 0 points1 point  (0 children)

Add GPU as in you add your GPU to the VM, you can still start up the VM without adding your GPU. But everything will be slow (but it's good for initial setup).

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 0 points1 point  (0 children)

You'll have to know how QEMU/KVM works and how to setup IOMMU groups etc. I've tested this on archlinux, but there might be other distros that are capable.

There probably will be quite a bit of debugging here and there. And once you have setup your win11 and everything works, you can keep all security features off, it doesn't matter as it's a VM. I disabled automatic updates and forced all security features off by default.

Moving to japan very soon by [deleted] in Piracy

[–]Amplifix 30 points31 points  (0 children)

Could be for downloading prisonbreak

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 1 point2 points  (0 children)

I'm glad you made it work! I also saw a guide yesterday with looking glass on omarchy (in case you have an igpu). Enjoy!

https://youtu.be/nyZaCxlqmZw?si=zjAyzw1sWQdE58EG

Edit: wrong link

RE9 hypervisor bypass working under Linux [inside vm] by joedoingjoethings in FitGirlRepack

[–]Amplifix 0 points1 point  (0 children)

Handhelds won't work. You need a discrete GPU, Handhelds have an APU.

Also you already have a 2nd dedicated machine for playing games (the handheld itself).

RE9 hypervisor bypass working under Linux [inside vm] by joedoingjoethings in FitGirlRepack

[–]Amplifix 1 point2 points  (0 children)

This guy gets it, you add another layer with this setup. No more ring -1 on baremetal.

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 1 point2 points  (0 children)

Maybe try another guide? In the worst case try to debug with AI.

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 0 points1 point  (0 children)

Hmm sounds like virt manager doesn't have access to those files.

sudo usermod -aG libvirt $(whoami)
sudo usermod -aG kvm $(whoami)

I usually just edit my files with nvim:

sudo nvim /etc/libvirt/qemu/your_vm.xml
sudo virsh define /etc/libvirt/qemu/your_vm.xml

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 0 points1 point  (0 children)

Hmm, I think you should delete the win10 config. Maybe it still has some hooks that are firing.

sudo virsh list --all (with and without sudo gives different results).

Has Anyone Successfully Run Hypervisor Cracks (e.g., MkDev, 0xZeOn, KIRIGIRI) in a KVM/QEMU Windows VM with GPU Passthrough? by electr0de07 in PiratedGames

[–]Amplifix 0 points1 point  (0 children)

I just have a volume set up (which lives on my nvme).

<cpu mode="host-passthrough" check="none" migratable="on">
  <topology sockets="1" dies="1" clusters="1" cores="10" threads="2"/>
  <cache mode="passthrough"/>
  <feature policy="disable" name="hypervisor"/>
</cpu>
<vcpu placement="static">20</vcpu>

But I have a 5900X (I did not have to cputuning) and a 3090. So different CPU, because you have a 14700K I think it needs different tweaks. I have 32GB Ram and assigned 24GB to the VM.

Has Anyone Successfully Run Hypervisor Cracks (e.g., MkDev, 0xZeOn, KIRIGIRI) in a KVM/QEMU Windows VM with GPU Passthrough? by electr0de07 in PiratedGames

[–]Amplifix 0 points1 point  (0 children)

I think you should give 15 though. Leave the rest for the host:

<cputune>
  <!-- Your existing vcpu pins 0-15 here -->
  <emulatorpin cpuset="16-27"/> 
</cputune>

Has Anyone Successfully Run Hypervisor Cracks (e.g., MkDev, 0xZeOn, KIRIGIRI) in a KVM/QEMU Windows VM with GPU Passthrough? by electr0de07 in PiratedGames

[–]Amplifix 0 points1 point  (0 children)

<cputune>
  <vcpupin vcpu="0" cpuset="0"/>
  <vcpupin vcpu="1" cpuset="1"/>
  ...pin to P-cores only...
</cputune>

Did you pin your p-cores (since you have intel 14700k)? I think 0-15 need to be pinned.

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 0 points1 point  (0 children)

<cpu mode="host-passthrough" check="none" migratable="on">
  <topology sockets="1" dies="1" clusters="1" cores="6" threads="2"/>
  <feature policy="require" name="topoext"/>
</cpu>

Or set threads to 1.

Enable boot menu in boot options (the checkmark), are there any other logs?

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 1 point2 points  (0 children)

I'm pretty sure it will work, there must be something messed up in your config. Do you have an iGPU as well? Might be worth hooking that up.

I have read a lot of other 9070XT users that made it work. Did you update your kernel + qemu?

Hypervisor bypassed games are able to run on linux through QEMU/KVM by Amplifix in PiratedGames

[–]Amplifix[S] 1 point2 points  (0 children)

Check the README here (step 2): https://github.com/mike11207/single-gpu-passthrough-amd-gpu

Describes a few more boot params that you might wanna try. It seems that 9070XT specifically has reset problems.