-
Notifications
You must be signed in to change notification settings - Fork 143
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
How to run this proyect? #8
Comments
Hi, I'd guess it is one of three things: First, this project requires hardware virtualization support. Intel calls this VT-x AMD calls it something different. Not all processor models support this. To check this, do
The if you search Google for that model name, one of the first few links in the results will be to a page at ark.intel.com that list all the details of your processor model. For example, at https://ark.intel.com/products/97466/Intel-Core-i7-7600U-Processor-4M-Cache-up-to-3-90-GHz- there is a row in a table saying "Intel Virtualization Technology (VT-x) : Yes". I expect you can find similar information for AMD processors. If your machine does have hardware virtualization support, the second potential problem is that you might have virtualization disabled in the BIOS. This is the default for many machines. So reboot your machine, go into the BIOS settings, find a setting about virtualization, and make sure it is enabled. If you have hardware virtualization enabled, it should be visible in your CPU flags. Do
If you see the vmx flag, then maybe
I hope this helps! |
This is what I got from
|
Hello, sorry for this issue but I have a problem with the kvm file.
The problem that I have is that I don't know how to run the file. When I try to run it my Kali says that
"open /dev/kvm: No such file or directory" and I don't know what to do, I followed many tutorials about how to run this kind of binaries but none of these work for me.
Can you help me please?
The text was updated successfully, but these errors were encountered: