ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent=

Discussions related to using VirtualBox on Linux hosts.
Post Reply
jonaski
Posts: 3
Joined: 13. Jul 2021, 06:17
Primary OS: openSUSE
VBox Version: OSE other
Guest OSses: Linux and macOS
Contact:

ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent=

Post by jonaski »

I'm using Virtualbox on openSUSE tumbleweed and I'm getting the following error when starting a virtual machine:
ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={The console is not powered up}, preserve=false aResultDetail=0
This occurs with old and new virtual machines.

Virtualization is activated in the BIOS.
I have no KVM or XEN virtualization installed.

I did install some Sega/Nintendo ROM emulators a while ago, but I see nothing running on the system that should block VB.
Attachments
vboxlog.zip
(51.29 KiB) Downloaded 59 times
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aCompon

Post by mpack »

00:00:00.914820 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:00.914820 !!
00:00:00.914821 !! VCPU0: Guru Meditation -79 (VERR_INVALID_STATE)
Something else is using VT-x/AMD-v. I suspect that you do in fact have KVM running.
fth0
Volunteer
Posts: 5668
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aCompon

Post by fth0 »

You're encountering a known issue with Linux kernel 5.13, which is not supported by VirtualBox 6.1.22.
fth0
Volunteer
Posts: 5668
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aCompon

Post by fth0 »

Can you please try Linux kernel 5.13 with and without the no5lvl and nohugevmalloc parameters and report back? If it doesn't help, please also try if the following command makes any difference (don't forget to replace "VM name" ;)):

Code: Select all

VBoxManage setextradata "VM name" "VBoxInternal/RamPreAlloc" 1
You can revert it later by using

Code: Select all

VBoxManage setextradata "VM name" "VBoxInternal/RamPreAlloc"
jonaski
Posts: 3
Joined: 13. Jul 2021, 06:17
Primary OS: openSUSE
VBox Version: OSE other
Guest OSses: Linux and macOS
Contact:

Re: ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aCompon

Post by jonaski »

Code: Select all

VBoxManage setextradata "VM name" "VBoxInternal/RamPreAlloc" 1
This works. Thanks alot!
Last edited by jonaski on 14. Jul 2021, 09:57, edited 1 time in total.
fth0
Volunteer
Posts: 5668
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aCompon

Post by fth0 »

jonaski wrote:This works.
You've quoted all three of my suggestions.

What did work, and what not? If the kernel parameters worked, which one was the decisive one?

It is important for us to better understand the cause of the issue. Additionally, please post a zipped VBox.log file of the working VM run. Thanks in advance.
jonaski
Posts: 3
Joined: 13. Jul 2021, 06:17
Primary OS: openSUSE
VBox Version: OSE other
Guest OSses: Linux and macOS
Contact:

Re: ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aCompon

Post by jonaski »

Setting VBoxInternal/RamPreAlloc to 1 works.
I didn't try the other options suggested. I'm using default kernel with no specific configuration.
fth0
Volunteer
Posts: 5668
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aCompon

Post by fth0 »

Please try the VirtualBox test builds 6.1.23r145697 (or newer) that are supposed to fix VirtualBox issues on hosts with Linux kernel 5.13.
Post Reply