No SVM flag to run virtual machines
I have a machine where i've installed an Ubuntu-studio distro. There i've tried to install the Xen kernel, the XAPI toolstack, and the OpenXenManager; by then i used to have the following results.
$ egrep '(vmx|svm)' /proc/cpuinfo
6c rdrand lahf_lm cmp_legacy **svm** extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca
Where we see that the SVM flag is present at the cpu instructions set. By now, after changing to Debian, because of these and other issues, i no longer see the SVM instructions at /proc/cpuinfo
root@debian /# uname -a
Linux debian 4.19.0-4-amd64 #1 SMP Debian 4.19.28-2 (2019-03-15) x86_64 GNU/Linux
root@debian /proc# cat cpuinfo
flags : fpu de tsc msr pae mce cx8 apic mca cmov pat clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy abm sse4a misalignsse 3dnowprefetch bpext cpb ssbd ibpb vmmcall fsgsbase bmi1 avx2 bmi2 rdseed adx clflushopt sha_ni xsaveopt xsavec xgetbv1 clzero arat
Probably i've made some mistakes while installing the Xen kernel and i believe that my grub does not load these instructions when i boot to my Debian with Xen hypervisor.
Other virtualization services also don't work. KVM and Virtual Box.
No hardware where changed when i've moved from Ubuntu to Debian.
My motherboard has both the SVM and the IOMMU options enabled, and my grub boots to a Debian with a Xen Hypervisor kernel.
Can i recompile my kernel or change my grub to activate this instructions? I say that because i see some SVM stuff installed:
root@debian /# find . -name "*svm*"
find: ‘./run/user/1001/gvfs’: Permissão negada
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/uapi/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/include/linux/intel-svm.h
./usr/src/virtualbox-6.0.4/include/VBox/vmm/hm_svm.h
./usr/src/linux-headers-4.19.0-4-amd64/include/config/intel/iommu/svm.h
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.pyc
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.py
./usr/include/x86_64-linux-gnu/asm/svm.h
My grub:
root@debian /e/grub.d# grub-install --version
grub-install (GRUB) 2.02+dfsg1-13
debian grub2 xen svm
New contributor
add a comment |
I have a machine where i've installed an Ubuntu-studio distro. There i've tried to install the Xen kernel, the XAPI toolstack, and the OpenXenManager; by then i used to have the following results.
$ egrep '(vmx|svm)' /proc/cpuinfo
6c rdrand lahf_lm cmp_legacy **svm** extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca
Where we see that the SVM flag is present at the cpu instructions set. By now, after changing to Debian, because of these and other issues, i no longer see the SVM instructions at /proc/cpuinfo
root@debian /# uname -a
Linux debian 4.19.0-4-amd64 #1 SMP Debian 4.19.28-2 (2019-03-15) x86_64 GNU/Linux
root@debian /proc# cat cpuinfo
flags : fpu de tsc msr pae mce cx8 apic mca cmov pat clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy abm sse4a misalignsse 3dnowprefetch bpext cpb ssbd ibpb vmmcall fsgsbase bmi1 avx2 bmi2 rdseed adx clflushopt sha_ni xsaveopt xsavec xgetbv1 clzero arat
Probably i've made some mistakes while installing the Xen kernel and i believe that my grub does not load these instructions when i boot to my Debian with Xen hypervisor.
Other virtualization services also don't work. KVM and Virtual Box.
No hardware where changed when i've moved from Ubuntu to Debian.
My motherboard has both the SVM and the IOMMU options enabled, and my grub boots to a Debian with a Xen Hypervisor kernel.
Can i recompile my kernel or change my grub to activate this instructions? I say that because i see some SVM stuff installed:
root@debian /# find . -name "*svm*"
find: ‘./run/user/1001/gvfs’: Permissão negada
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/uapi/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/include/linux/intel-svm.h
./usr/src/virtualbox-6.0.4/include/VBox/vmm/hm_svm.h
./usr/src/linux-headers-4.19.0-4-amd64/include/config/intel/iommu/svm.h
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.pyc
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.py
./usr/include/x86_64-linux-gnu/asm/svm.h
My grub:
root@debian /e/grub.d# grub-install --version
grub-install (GRUB) 2.02+dfsg1-13
debian grub2 xen svm
New contributor
add a comment |
I have a machine where i've installed an Ubuntu-studio distro. There i've tried to install the Xen kernel, the XAPI toolstack, and the OpenXenManager; by then i used to have the following results.
$ egrep '(vmx|svm)' /proc/cpuinfo
6c rdrand lahf_lm cmp_legacy **svm** extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca
Where we see that the SVM flag is present at the cpu instructions set. By now, after changing to Debian, because of these and other issues, i no longer see the SVM instructions at /proc/cpuinfo
root@debian /# uname -a
Linux debian 4.19.0-4-amd64 #1 SMP Debian 4.19.28-2 (2019-03-15) x86_64 GNU/Linux
root@debian /proc# cat cpuinfo
flags : fpu de tsc msr pae mce cx8 apic mca cmov pat clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy abm sse4a misalignsse 3dnowprefetch bpext cpb ssbd ibpb vmmcall fsgsbase bmi1 avx2 bmi2 rdseed adx clflushopt sha_ni xsaveopt xsavec xgetbv1 clzero arat
Probably i've made some mistakes while installing the Xen kernel and i believe that my grub does not load these instructions when i boot to my Debian with Xen hypervisor.
Other virtualization services also don't work. KVM and Virtual Box.
No hardware where changed when i've moved from Ubuntu to Debian.
My motherboard has both the SVM and the IOMMU options enabled, and my grub boots to a Debian with a Xen Hypervisor kernel.
Can i recompile my kernel or change my grub to activate this instructions? I say that because i see some SVM stuff installed:
root@debian /# find . -name "*svm*"
find: ‘./run/user/1001/gvfs’: Permissão negada
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/uapi/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/include/linux/intel-svm.h
./usr/src/virtualbox-6.0.4/include/VBox/vmm/hm_svm.h
./usr/src/linux-headers-4.19.0-4-amd64/include/config/intel/iommu/svm.h
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.pyc
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.py
./usr/include/x86_64-linux-gnu/asm/svm.h
My grub:
root@debian /e/grub.d# grub-install --version
grub-install (GRUB) 2.02+dfsg1-13
debian grub2 xen svm
New contributor
I have a machine where i've installed an Ubuntu-studio distro. There i've tried to install the Xen kernel, the XAPI toolstack, and the OpenXenManager; by then i used to have the following results.
$ egrep '(vmx|svm)' /proc/cpuinfo
6c rdrand lahf_lm cmp_legacy **svm** extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca
Where we see that the SVM flag is present at the cpu instructions set. By now, after changing to Debian, because of these and other issues, i no longer see the SVM instructions at /proc/cpuinfo
root@debian /# uname -a
Linux debian 4.19.0-4-amd64 #1 SMP Debian 4.19.28-2 (2019-03-15) x86_64 GNU/Linux
root@debian /proc# cat cpuinfo
flags : fpu de tsc msr pae mce cx8 apic mca cmov pat clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy abm sse4a misalignsse 3dnowprefetch bpext cpb ssbd ibpb vmmcall fsgsbase bmi1 avx2 bmi2 rdseed adx clflushopt sha_ni xsaveopt xsavec xgetbv1 clzero arat
Probably i've made some mistakes while installing the Xen kernel and i believe that my grub does not load these instructions when i boot to my Debian with Xen hypervisor.
Other virtualization services also don't work. KVM and Virtual Box.
No hardware where changed when i've moved from Ubuntu to Debian.
My motherboard has both the SVM and the IOMMU options enabled, and my grub boots to a Debian with a Xen Hypervisor kernel.
Can i recompile my kernel or change my grub to activate this instructions? I say that because i see some SVM stuff installed:
root@debian /# find . -name "*svm*"
find: ‘./run/user/1001/gvfs’: Permissão negada
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/uapi/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/arch/x86/include/asm/svm.h
./usr/src/linux-headers-4.19.0-4-common/include/linux/intel-svm.h
./usr/src/virtualbox-6.0.4/include/VBox/vmm/hm_svm.h
./usr/src/linux-headers-4.19.0-4-amd64/include/config/intel/iommu/svm.h
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.pyc
./usr/local/lib/python2.7/dist-packages/nltk/classify/svm.py
./usr/include/x86_64-linux-gnu/asm/svm.h
My grub:
root@debian /e/grub.d# grub-install --version
grub-install (GRUB) 2.02+dfsg1-13
debian grub2 xen svm
debian grub2 xen svm
New contributor
New contributor
edited 48 mins ago
Rui F Ribeiro
41.7k1483142
41.7k1483142
New contributor
asked 1 hour ago
Joao Henrique da SilvaJoao Henrique da Silva
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Joao Henrique da Silva is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f508639%2fno-svm-flag-to-run-virtual-machines%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Joao Henrique da Silva is a new contributor. Be nice, and check out our Code of Conduct.
Joao Henrique da Silva is a new contributor. Be nice, and check out our Code of Conduct.
Joao Henrique da Silva is a new contributor. Be nice, and check out our Code of Conduct.
Joao Henrique da Silva is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f508639%2fno-svm-flag-to-run-virtual-machines%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