VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 16363)

Ticket Resolution Summary Owner Reporter
#21263 wontfix VERR_NEM_INIT_FAILED when powering VM up dbhinz
Description

Installed VirtualBox 7.0.2 on macOS 10.15.7 and tried to launch Debian 11. Got the following errors:

hv_vm_create() failed: 0xfae94001 (VERR_NEM_INIT_FAILED). Driverless mode (VERR_SUP_DRIVERLESS). Result Code: NS_ERROR_FAILURE (0X80004005) Component: ConsoleWrap Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}

The same Debian guest had been working on 6.1.38. There were no changes to the guest between running on 6.1.38 and trying to run on 7.0.2.

Attached are logs from 6.1.38 and 7.0.2

#21259 invalid System crashes when using almost any feature gwatson74
Description

A critical error has occurred while running the virtual machine and the machine execution has been stopped.

#21258 fixed Cannot install Guest additions 7.0 on Centos9 Stream kernel 5.14.0 andy_pagin
Description

vboxadd-setup.log reports:

/tmp/vbox.0/regops.c:3866:6: error: ‘struct address_space_operations’ has no member named ‘set_page_dirty’

3866 | .set_page_dirty = set_page_dirty_buffers,

| ~

/tmp/vbox.0/regops.c:3866:23: error: ‘set_page_dirty_buffers’ undeclared here (not in a function); did you mean ‘set_page_dirty_nobuffers’?

3866 | .set_page_dirty = set_page_dirty_buffers,

| ~ | set_page_dirty_nobuffers

The preprocessor in regops.c tests for kernel version 5.18.0 or later, near line 3866:

#if RTLNX_VER_MIN(5,18,0)

For the Centos9 kernel I am using, 5.14.0, this needs to be changed to:

#if RTLNX_VER_MIN(5,14,0)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy