Intel VT-x or AMD not showing on Linuxmint client

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
wyattbiker
Posts: 17
Joined: 30. Aug 2010, 16:58
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Windows XP

Intel VT-x or AMD not showing on Linuxmint client

Post by wyattbiker »

So I can enable the VT-X/AMD-V on the Mac OS X High Sierra Virtualbox Host (see attachment), but when I start Linux Mint it is not showing in the /proc/cpuinfo

Code: Select all

cat /proc/cpuinfo | grep -E "vmx|svm"
Also see attached log file.
Screen Shot 2019-03-17 at 9.45.18 PM.png
Screen Shot 2019-03-17 at 9.45.18 PM.png (24.93 KiB) Viewed 3472 times
Any ideas how to get this to work?
  • VirtualBox Graphical User Interface
    Version 6.0.4 r128413 (Qt5.6.3)
    Mac OS X High Sierra

    Code: Select all

    ~$ sysctl -a | grep -o VMX
    VMX
    Linux Mint 19.1
Attachments
Linux Mint Cinnamon-2019-03-18-11-46-57.log.zip
(31.15 KiB) Downloaded 27 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Intel VT-x or AMD not showing on Linuxmint client

Post by mpack »

VT-x/AMD-v is used by VirtualBox, not presented to the guest.
wyattbiker
Posts: 17
Joined: 30. Aug 2010, 16:58
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Windows XP

Re: Intel VT-x or AMD not showing on Linuxmint client

Post by wyattbiker »

EDIT: Seems this is a 10 year old request still in the works. https://www.virtualbox.org/ticket/4032

As per virtualbox docs.

https://www.virtualbox.org/manual/ch10.html
10.4. Paravirtualization Providers
KVM: Presents a Linux KVM hypervisor interface which is recognized by Linux kernels version 2.6.25 or later. Oracle VM VirtualBox's implementation currently supports paravirtualized clocks and SMP spinlocks. This provider is recommended for Linux guests.

Am I not reading it correctly?

Android Studio will not run virtual emulators without it.
Screenshot from 2019-03-18 15-00-47.png
Screenshot from 2019-03-18 15-00-47.png (45.21 KiB) Viewed 3449 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Intel VT-x or AMD not showing on Linuxmint client

Post by socratis »

wyattbiker wrote:Oracle VM VirtualBox's implementation currently supports paravirtualized clocks and SMP spinlocks.
This has nothing with VT-x being presented to the guest. What's you're looking for is the "Nested Virtualization", and it can be found in the VM Settings » System » Processor. From ch. 3.5.2 Processor Tab:
• Enable Nested VT-x/AMD-V: Enables nested virtualization, with passthrough of hardware virtualization functions to the guest VM.

This feature is available on host systems that use an AMD CPU. For Intel CPUs, the option is grayed out.
If an emulator has a requirement for VT-x to be present, it can't currently run on a VM. As of this writing, you can only run VirtualBox (not Android emulator), inside a VirtualBox VM, with an AMD processor. The rest options are a gambling...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
wyattbiker
Posts: 17
Joined: 30. Aug 2010, 16:58
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Windows XP

Re: Intel VT-x or AMD not showing on Linuxmint client

Post by wyattbiker »

ok, thanks!
Post Reply