- Symptom and Cause:If you use an old server as your compute node, you may fail to create a VM instance or cannot log in to the console of the VM instance due to the earlier CPU model. The following figure shows this symptom and cause.
- Solution:If this situation reproduces, try the following:
- Add
ept=0
to the first line in kvm-nested.conf. For example,options kvm_intel nested=1 ept=0 #vim /etc/modprobe.d/kvm-nested.conf
- Stop the VM instance that is in the running state, and remove kvm_intel:
#rmmod kvm_intel
- Reattach kvm_intel:
#modprobe kvm-intel ept=0 unrestricted_guest=0
- Add
What happens to Guest has not initialized the display (yet). displayed in the console of a VM instance? Print
Created by: ZStack Support
Modified on: Mon, 28 Mar, 2022 at 10:59 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.