I am running Windows guest on my Ubuntu host.
VirtualBox version 7.0.16 (I know this is an old version but my Ubuntu version is 24.04LTS and won't run the latest version of VB. and I don't want to deal with upgrading my whole system right now.)
Recently I have gotten the error message:
Something is not available or not working properly. (VERR_NOT_AVAILABLE).
Result Code:
NS_ERROR_FAILURE (0X80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
And the VM does not launch.
I tried uninstalling and reinstalling VirtualBox twice and am still getting the error.
I have attached a ZIP of the VirtualBox log.
NS_ERROR_FAILURE on launch
NS_ERROR_FAILURE on launch
- Attachments
-
windowsvm_.log- (129.95 KiB) Downloaded 23 times
-
- windowsvm.zip
- (21.34 KiB) Downloaded 22 times
Re: NS_ERROR_FAILURE on launch
The line in the log file pointing at the cause is
You could run a current version of VirtualBox by installing the Ubuntu 24.04 package from www.virtualbox.org (either using the repository on virtualbox.org or by downloading and installing the package manually), after removing the Ubuntu-provided VirtualBox package.
00:00:01.875232 HM: Failed to enable, error VERR_NOT_AVAILABLEThis hints that your kernel probably has the KVM modules loaded which prevent this version of VirtualBox from working. The Linux kernel 6.17 is too new for VirtualBox 7.0.16.
You could run a current version of VirtualBox by installing the Ubuntu 24.04 package from www.virtualbox.org (either using the repository on virtualbox.org or by downloading and installing the package manually), after removing the Ubuntu-provided VirtualBox package.