-
Notifications
You must be signed in to change notification settings - Fork 52
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 KVM file #5
Comments
Either your processor doesn’t support virtualization, or it’s disabled in
BIOS.
Show `cat /proc/cpuid` please?
…On Fri, Oct 19, 2018 at 01:38 Victor Contreras ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOOiSv5RRofnjeCA2qIxLlQ0olODJ_fhks5umWVugaJpZM4Xvs_0>
.
|
I am using VMware with "Kali Linux 64 bit VMware VM", probably this is why it can't run this kind of file. |
Just use ubuntu
…On Fri, Oct 19, 2018 at 01:49 Victor Contreras ***@***.***> wrote:
cat: /proc/cpuid: No such file or directory this the output that I got.
I am using VMware with "Kali Linux 64 bit VMware VM", probably this is why
it can't run this kind of file.
I'm going to install a full version of Kali and then I come back with the cat
/proc/cpuid output.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOOiSllIllMDUtyzjtQ3kwQmuZHBeltlks5umWfZgaJpZM4Xvs_0>
.
|
My ubuntu is loading I'll send the output when it'll be ready beacuse I had a similar issue trying to running the file |
My ubuntu outputs the same |
It’s /proc/cpuinfo, my bad.
…On Fri, Oct 19, 2018 at 01:59 Victor Contreras ***@***.***> wrote:
My ubuntu outputs the same cat: /proc/cpuid: No such file or director
using cat /proc/cpuid
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOOiSoAYHYpEN0rB0qyYmephCF_HLOBBks5umWpSgaJpZM4Xvs_0>
.
|
This is what I got: processor : 0 |
Your cpu should support virtualization
Ensure kvm is installed and configured properly. Check the instructions here
https://www.linux-kvm.org/page/FAQ
…On Fri, Oct 19, 2018 at 02:02 Victor Contreras ***@***.***> wrote:
This is what I got:
``processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 61
model name : Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
stepping : 4
microcode : 0x2a
cpu MHz : 2394.455
cache size : 4096 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm
constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc
cpuid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic
movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor
lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti fsgsbase
tsc_adjust bmi1 avx2 smep bmi2 invpcid rdseed adx smap xsaveopt dtherm ida
arat pln pts
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips : 4788.91
clflush size : 64
cache_alignment : 64
address sizes : 42 bits physical, 48 bits virtual
power management:
``
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOOiSj8CDzAZJbudXq-xJiq_988G5I1tks5umWrlgaJpZM4Xvs_0>
.
|
Thanks I'll do that and then I come back thanks. |
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: