Hi
I have installed Virtualbox-4.3.34 on my opensuse 13.2 machine. When I try to install a guest I get this message
Failed to open a session for the virtual machine
VT-x is disabled in the BOIS
(VERR_VMX_MSR_VMXON_DISABLED)
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
I have enabled VT-x in the bois but i still get this message
Any help would be appreciated
Thank you
Your output of “/etc/procinfo” does include the flag “vmx” so you do have Intel CPU VT support enabled.
Where did you get your Virtualbox install from?
And, is there a reason why you aren’t installing VBox 5.16 (currently latest) instead of the older architecture 4.34?
Currently, VBox 5 should be in your OSS (or optionally the Virtualization repo).
You can install the virtualization repo for 13.2 as follows
zypper in -f http://download.opensuse.org/repositories/Virtualization/openSUSE_13.2/ Virtualization_13.2
You can download a pre-packaged VBox 5.16 or add the Oracle Virtualbox repo as described on the following page(instructions for adding the rpm repo) https://www.virtualbox.org/wiki/Linux_Downloads
If you’re unable to figure out how to add the repo and want to do it that way so you can auto-update without downloading new packages periodically, ask.
I was just looking at this the last day or so…
This is one of the rare times that the VBox Extensions won’t have the same version number as the VBox install itself…
Although VBox itself is still currently 5.16,
Some issues were found in the originally released Extensions.
So, a new version of Extensions was released, but instead of assigning it a subversion consistent with the VBox main install, for some reason they released it as 5.17 which will lead to some confusion.
zypper ar [http://download.opensuse.org/reposit...openSUSE_13.2/](http://download.opensuse.org/repositories/Virtualization/openSUSE_13.2/) Virtualization_13.2
> hendersj;2773047 Wrote:
>> On Sat, 02 Apr 2016 18:56:02 +0000, tsu2 wrote:
>>
>> > And, is there a reason why you aren’t installing VBox 5.16
>>
>> Actually, 5.17 just came down for me from the Virtualization repository
>> today.
>>
>> Jim
>>
>>
>>
>> –
>> Jim Henderson openSUSE Forums Administrator Forum Use Terms &
>> Conditions at http://tinyurl.com/openSUSE-T-C
>
> I was just looking at this the last day or so…
> This is one of the rare times that the VBox Extensions won’t have the
> same version number as the VBox install itself…
>
> Although VBox itself is still currently 5.16,
> Some issues were found in the originally released Extensions.
> So, a new version of Extensions was released, but instead of assigning
> it a subversion consistent with the VBox main install, for some reason
> they released it as 5.17 which will lead to some confusion.
Interesting, I usually don’t even notice - I just suspend my VMs,
upgrade, and resume them - very rarely, it complains the extension
version doesn’t match the VBox version, and one VM (usually my SLES VM)
won’t start until I upgrade the extensions.
But the build in the Virtualization repo is 5.17:
[jhenderson@artifactovol ~]$ rpm -qi virtualbox
Name : virtualbox
Version : 5.0.17
Release : 206.1
Architecture: x86_64
Install Date: Sat Apr 2 09:57:50 2016
Group : System/Emulators/PC
Size : 31459095
License : GPL-2.0+
Signature : RSA/SHA1, Thu Mar 31 14:14:51 2016, Key ID a193fbb572174fc2
Source RPM : virtualbox-5.0.17-206.1.src.rpm
Build Date : Thu Mar 31 14:12:59 2016
Build Host : lamb10
Relocations : (not relocatable)
Vendor : obs://build.opensuse.org/Virtualization
URL : http://www.virtualbox.org/
Summary : VirtualBox is an Emulator
Description :
VirtualBox is an extremely feature rich, high performance product
for enterprise customers, it is also the only professional solution
that is freely available as Open Source Software under the terms of the
GNU Public License (GPL).
Distribution: Virtualization / openSUSE_Leap_42.1
That will mean that the package maintainers themselves have perpetuated the naming mistake.
See the Oracle Virtualbox Downloads page, it will (and likely will remain so until the next major release) still say 5.16 https://www.virtualbox.org/wiki/Linux_Downloads
But, when you install the VBox extensions, if you’re downloading from Oracle they will be 5.17.
BTW - it seems that the re-released Linux Guest Additions have also been named 5.17 as well.