How to enable virtualization in Ubuntu 16.04 LTS on HP notebook
up vote
2
down vote
favorite
I am creating a cross platform mobile application using cordova. i am running the command
cordova run android
and getting below error. The screen just hangs also.
CPU acceleration status: /dev/kvm is not found: VT disabled in BIOS or KVM kernel module not loaded
I entered below command to see if kvm is supported and it does as per below output but the below output is also suggesting to enable Virtualization from BIOS.
$ sudo /usr/sbin/kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
INFO: KVM (vmx) is disabled by your BIOS
HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
and then hard poweroff/poweron your system
KVM acceleration can NOT be used
I tried entering the BIOS using F2 command but got below screen where I can't see an option to enable virtualization.
Then I tried with ESC key and got below screens. Here also I didn't see any option to enable virtualization.
Below is my CPU information
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Stepping: 3
CPU MHz: 2610.359
CPU max MHz: 3600.0000
CPU min MHz: 800.0000
BogoMIPS: 6385.18
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
Can someone tell me where I can find the option to enable virtualization in Ubuntu 16.04 LTS?
16.04 virtualization hp bios kvm
|
show 1 more comment
up vote
2
down vote
favorite
I am creating a cross platform mobile application using cordova. i am running the command
cordova run android
and getting below error. The screen just hangs also.
CPU acceleration status: /dev/kvm is not found: VT disabled in BIOS or KVM kernel module not loaded
I entered below command to see if kvm is supported and it does as per below output but the below output is also suggesting to enable Virtualization from BIOS.
$ sudo /usr/sbin/kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
INFO: KVM (vmx) is disabled by your BIOS
HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
and then hard poweroff/poweron your system
KVM acceleration can NOT be used
I tried entering the BIOS using F2 command but got below screen where I can't see an option to enable virtualization.
Then I tried with ESC key and got below screens. Here also I didn't see any option to enable virtualization.
Below is my CPU information
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Stepping: 3
CPU MHz: 2610.359
CPU max MHz: 3600.0000
CPU min MHz: 800.0000
BogoMIPS: 6385.18
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
Can someone tell me where I can find the option to enable virtualization in Ubuntu 16.04 LTS?
16.04 virtualization hp bios kvm
Please update your question by posting some specs about your PC ( information about CPU). And did you check the Advanced section in the BIOS settings?
– singrium
Nov 28 at 12:53
1
yes, i checked Advanced setting but didn't see any useful option. updated my question to include CPU info for your information.
– Sanjay Salunkhe
Nov 28 at 13:50
1
I am not sure, but I think the virtualization options are in security section. Check this video it is in French, but you only need to watch the steps.
– singrium
Nov 28 at 14:00
@singrium thanks... its in security .. you are right... worked for me
– Sanjay Salunkhe
Nov 28 at 14:22
Glad it helped. I will post an answer detailing the steps of enabling the virtualization so that others with the same problem can find it.
– singrium
Nov 28 at 14:24
|
show 1 more comment
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am creating a cross platform mobile application using cordova. i am running the command
cordova run android
and getting below error. The screen just hangs also.
CPU acceleration status: /dev/kvm is not found: VT disabled in BIOS or KVM kernel module not loaded
I entered below command to see if kvm is supported and it does as per below output but the below output is also suggesting to enable Virtualization from BIOS.
$ sudo /usr/sbin/kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
INFO: KVM (vmx) is disabled by your BIOS
HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
and then hard poweroff/poweron your system
KVM acceleration can NOT be used
I tried entering the BIOS using F2 command but got below screen where I can't see an option to enable virtualization.
Then I tried with ESC key and got below screens. Here also I didn't see any option to enable virtualization.
Below is my CPU information
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Stepping: 3
CPU MHz: 2610.359
CPU max MHz: 3600.0000
CPU min MHz: 800.0000
BogoMIPS: 6385.18
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
Can someone tell me where I can find the option to enable virtualization in Ubuntu 16.04 LTS?
16.04 virtualization hp bios kvm
I am creating a cross platform mobile application using cordova. i am running the command
cordova run android
and getting below error. The screen just hangs also.
CPU acceleration status: /dev/kvm is not found: VT disabled in BIOS or KVM kernel module not loaded
I entered below command to see if kvm is supported and it does as per below output but the below output is also suggesting to enable Virtualization from BIOS.
$ sudo /usr/sbin/kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
INFO: KVM (vmx) is disabled by your BIOS
HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
and then hard poweroff/poweron your system
KVM acceleration can NOT be used
I tried entering the BIOS using F2 command but got below screen where I can't see an option to enable virtualization.
Then I tried with ESC key and got below screens. Here also I didn't see any option to enable virtualization.
Below is my CPU information
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Stepping: 3
CPU MHz: 2610.359
CPU max MHz: 3600.0000
CPU min MHz: 800.0000
BogoMIPS: 6385.18
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts flush_l1d
Can someone tell me where I can find the option to enable virtualization in Ubuntu 16.04 LTS?
16.04 virtualization hp bios kvm
16.04 virtualization hp bios kvm
edited Nov 30 at 17:17
abu_bua
3,15081023
3,15081023
asked Nov 28 at 12:44
Sanjay Salunkhe
1112
1112
Please update your question by posting some specs about your PC ( information about CPU). And did you check the Advanced section in the BIOS settings?
– singrium
Nov 28 at 12:53
1
yes, i checked Advanced setting but didn't see any useful option. updated my question to include CPU info for your information.
– Sanjay Salunkhe
Nov 28 at 13:50
1
I am not sure, but I think the virtualization options are in security section. Check this video it is in French, but you only need to watch the steps.
– singrium
Nov 28 at 14:00
@singrium thanks... its in security .. you are right... worked for me
– Sanjay Salunkhe
Nov 28 at 14:22
Glad it helped. I will post an answer detailing the steps of enabling the virtualization so that others with the same problem can find it.
– singrium
Nov 28 at 14:24
|
show 1 more comment
Please update your question by posting some specs about your PC ( information about CPU). And did you check the Advanced section in the BIOS settings?
– singrium
Nov 28 at 12:53
1
yes, i checked Advanced setting but didn't see any useful option. updated my question to include CPU info for your information.
– Sanjay Salunkhe
Nov 28 at 13:50
1
I am not sure, but I think the virtualization options are in security section. Check this video it is in French, but you only need to watch the steps.
– singrium
Nov 28 at 14:00
@singrium thanks... its in security .. you are right... worked for me
– Sanjay Salunkhe
Nov 28 at 14:22
Glad it helped. I will post an answer detailing the steps of enabling the virtualization so that others with the same problem can find it.
– singrium
Nov 28 at 14:24
Please update your question by posting some specs about your PC ( information about CPU). And did you check the Advanced section in the BIOS settings?
– singrium
Nov 28 at 12:53
Please update your question by posting some specs about your PC ( information about CPU). And did you check the Advanced section in the BIOS settings?
– singrium
Nov 28 at 12:53
1
1
yes, i checked Advanced setting but didn't see any useful option. updated my question to include CPU info for your information.
– Sanjay Salunkhe
Nov 28 at 13:50
yes, i checked Advanced setting but didn't see any useful option. updated my question to include CPU info for your information.
– Sanjay Salunkhe
Nov 28 at 13:50
1
1
I am not sure, but I think the virtualization options are in security section. Check this video it is in French, but you only need to watch the steps.
– singrium
Nov 28 at 14:00
I am not sure, but I think the virtualization options are in security section. Check this video it is in French, but you only need to watch the steps.
– singrium
Nov 28 at 14:00
@singrium thanks... its in security .. you are right... worked for me
– Sanjay Salunkhe
Nov 28 at 14:22
@singrium thanks... its in security .. you are right... worked for me
– Sanjay Salunkhe
Nov 28 at 14:22
Glad it helped. I will post an answer detailing the steps of enabling the virtualization so that others with the same problem can find it.
– singrium
Nov 28 at 14:24
Glad it helped. I will post an answer detailing the steps of enabling the virtualization so that others with the same problem can find it.
– singrium
Nov 28 at 14:24
|
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
4
down vote
As we discussed in the comments, the Virtualization option is in the security section of the BIOS menu.
After you open the BIOS, scroll to the security options and enable the virtualization technology.
Then save and exit. After restarting your PC, the virtualization should be enabled.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
As we discussed in the comments, the Virtualization option is in the security section of the BIOS menu.
After you open the BIOS, scroll to the security options and enable the virtualization technology.
Then save and exit. After restarting your PC, the virtualization should be enabled.
add a comment |
up vote
4
down vote
As we discussed in the comments, the Virtualization option is in the security section of the BIOS menu.
After you open the BIOS, scroll to the security options and enable the virtualization technology.
Then save and exit. After restarting your PC, the virtualization should be enabled.
add a comment |
up vote
4
down vote
up vote
4
down vote
As we discussed in the comments, the Virtualization option is in the security section of the BIOS menu.
After you open the BIOS, scroll to the security options and enable the virtualization technology.
Then save and exit. After restarting your PC, the virtualization should be enabled.
As we discussed in the comments, the Virtualization option is in the security section of the BIOS menu.
After you open the BIOS, scroll to the security options and enable the virtualization technology.
Then save and exit. After restarting your PC, the virtualization should be enabled.
answered Nov 28 at 14:28
singrium
929319
929319
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096795%2fhow-to-enable-virtualization-in-ubuntu-16-04-lts-on-hp-notebook%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please update your question by posting some specs about your PC ( information about CPU). And did you check the Advanced section in the BIOS settings?
– singrium
Nov 28 at 12:53
1
yes, i checked Advanced setting but didn't see any useful option. updated my question to include CPU info for your information.
– Sanjay Salunkhe
Nov 28 at 13:50
1
I am not sure, but I think the virtualization options are in security section. Check this video it is in French, but you only need to watch the steps.
– singrium
Nov 28 at 14:00
@singrium thanks... its in security .. you are right... worked for me
– Sanjay Salunkhe
Nov 28 at 14:22
Glad it helped. I will post an answer detailing the steps of enabling the virtualization so that others with the same problem can find it.
– singrium
Nov 28 at 14:24