Hi, I have a droplet with 2CPU/2GBRAM. I installed VirtulBox 5.1 (before that I installed GUI and VNC server) there based on this tutorial: https://www.if-not-true-then-false.com/2010/install-virtualbox-with-yum-on-fedora-centos-red-hat-rhel/
But still not able to start VM. I Immediately got “Guru Meditation” status on her.
Is it even still possible to run VirtualBox on DigitalOcean Droplets
Here is the log:
00:00:00.758813 Console: Machine state changed to ‘GuruMeditation’ 00:00:00.760272 !!! 00:00:00.760273 !! 00:00:00.760273 !! VCPU0: Guru Meditation -4017 (VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_TYPE) 00:00:00.760301 !! 00:00:00.760331 !! 00:00:00.760332 !! {mappings, <NULL>} 00:00:00.760333 !! 00:00:00.760349 00:00:00.760350 The mappings are DISABLED. 00:00:00.760353 00000000ff400000 - 00000000ffbfffff Hypervisor Memory Area 00:00:00.760360 !! 00:00:00.760361 !! {hma, <NULL>} 00:00:00.760361 !!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
We strongly recommend against running virtualization software within your droplets. As droplets themselves are KVM virtual machines you are likely to see issues and extremely poor performance from attempting nested virtualization. That being said, without having encountered these exact error messages before myself, based on the language, my first troubleshooting step would be to reduce the memory allocation for the VM to the bare minimum to see if this resolves the memory error reported.