Diferencias
Muestra las diferencias entre dos versiones de la página.
doc:tec:sis:vbox:bugs:inicio [2025/03/21 12:57] – creado euloxio | doc:tec:sis:vbox:bugs:inicio [Fecha desconocida] (actual) – editor externo (Fecha desconocida) 127.0.0.1 | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
+ | ====== [VBox Errores] Guest Additions 0x80070005 ====== | ||
+ | |||
+ | **Síntomas**. Al actualizar VirtualBox de 7.0 a 7.1, la máquina virtual de Windows 10 que funcionaba perfectamente da ahora un error al iniciarse semejante a este: < | ||
+ | |||
+ | Failed to change display parameter. | ||
+ | The console is not powered up (setVideoModeHint). | ||
+ | Result Code: | ||
+ | E_ACCESSDENIED (0x80070005) | ||
+ | Component: | ||
+ | DisplayWrap | ||
+ | Interface: | ||
+ | IDisplay {4680b2de-8690-11e9-b83d-5719e53cf1de} | ||
+ | |||
+ | </ | ||
+ | |||
+ | **Enlaces en búsqueda de soluciones** | ||
+ | |||
+ | - [[https:// | ||
+ | - [[https:// | ||
+ | - [[https:// | ||
+ | - ... | ||
+ | |||
+ | **Realización de pruebas: Enlace [2]** | ||
+ | |||
+ | < | ||
+ | |||
+ | It looks like the problem installing on Windows 8.1 is the signature on the VirtualBox drivers and driver signature enforcement. I was able to install the Guest Additions by disabling driver signature enforcement on Windows 8.1. What I did was | ||
+ | |||
+ | - Disable 3D Acceleration in the VirtualBox settings. (my VM Guest would crash when this was enabled and the drivers installing/ | ||
+ | |||
+ | - Hold " | ||
+ | |||
+ | - If the startup options screen does not appear on restart from the login screen click the power button icon in the lower right, hold " | ||
+ | |||
+ | - On the startup options screen Troubleshoot -> Advanced options -> Startup Settings | ||
+ | |||
+ | - Click the " | ||
+ | |||
+ | - On the new Startup Settings screen that appears after restart choose the option to " | ||
+ | |||
+ | - Login to the VM and choose the option to " | ||
+ | |||
+ | - Run the Guest Additions installer as an Administrator via command prompt or right click on the executable. | ||
+ | |||
+ | - When installing the Guest Additions and prompted by the OS choose to install the drivers regardless of the signatures issue. | ||
+ | |||
+ | - When it is finished reboot and the Guest Additions should be properly installed. | ||
+ | |||
+ | </ | ||
+ | * **Resultado**. Las GuestAdditions se instalan correctamente por este método, pero la máquina sigue dando el mismo error al volver a iniciarse. | ||
+ | |||