-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VM Guest instant crash #1314
Comments
Can you post your xen boot options, the VM config and the output of |
I'm using the config package from drakvuf bundle inside of drakvuf-sandbox. xl info:
VM config:
|
I don't see anything wrong with your config. Probably worth trying another machine. |
Yeah that's unfortunate. I tried a windows 10 as well for a guest VM and that crashes. Really weird... All the libvmi example works to. Just crashes on drakvuf only. I'll provide more info if I see anything... |
Yea, the question is why this happens:
At that point Xen just propagates some entries from one EPT to another, but if fails to set the entry in view 1. Probably worth digging into Xen and adding some printk's to see why it would fail to do that (and why only happens on this machine you have). |
Oh, one thing to try, increase the |
Oh wow this works perfectly! It's running great now :D. Thanks for the help @tklengyel. If you guys ever have time would be nice to have a guide on some of the explanation on xen settings related to alt2pm ^_^. Couldn't find much documentations on it. |
Shadow memory for hvm guests is used to store the actual EPTs. With more memory it requires more space since it requires more entries to map the memory. Not sure why 16 is set as the default in the sandbox setup, my recommended minimum is 32 on the website. |
Got it. Thanks for all the help :). closing issue now |
in reference with this tklengyel/drakvuf#1314 (comment)
In reference with tklengyel/drakvuf#1314 (comment)
Everytime I try to run a plugin, it will instantly crash the VM. I've tried to run with syscall only. Ubuntu 20.04 host and guest.
Logs:
The text was updated successfully, but these errors were encountered: