jonomango / hv

Lightweight Intel VT-x Hypervisor.
MIT License
406 stars 86 forks source link

No response from hv #47

Open movrax opened 6 months ago

movrax commented 6 months ago

Just trying to get it up and running to play around but something is weird, I'm on windows 11 trying to manual map. everything is fine until I try to ping the hv.

here is a list of what I am doing: Virtualization is enabled. Hyper-V is enabled. Driver signature enforcement is off. Manual mapped with KDMapper. (success code gave) CPU is 13th gen Intel.

I've tried the ept pd count fix with no success.

jonomango commented 6 months ago

Disable hyperv. I believe there is a bug with 13th gens though.

movrax commented 6 months ago

Got it semi working. When it goes to hide itself the system just locks. this does not seem to happen on VMs for whatever reason. 😕

jonomango commented 1 month ago

Disable CET in the host as well. I have most issues fixed on my local branch, I just never got around to pushing them (tested with up to 14th gen).

movrax commented 1 month ago

CET? I do not know what that acronym means.