Page 2 of 2

Re: Virtual machine not work

Posted: 9. Feb 2022, 09:32
by PaoloZ
About teh post of "ow to Disable Hyper-V Completely in Windows 10"

the command
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V result;

Strumento Gestione e manutenzione immagini distribuzione
Versione: 10.0.19041.844

Versione immagine: 10.0.19044.1503


Errore: 0x800f080c

Il nome di funzionalità Microsoft-Hyper-V è sconosciuto.
Nome di funzionalità di Windows non riconosciuto.
Utilizzare l'opzione /Get-Features per trovare il nome della funzionalità
nell'immagine e ripetere il comando.

Result error 0x800f080c I suppose that is not available in windows Home edition.



This is my systeminfo, in the last line Hyper-V is Enable:

Nome host: ASUS7I
Nome SO: Microsoft Windows 10 Home
Versione SO: 10.0.19044 N/D build 19044
Produttore SO: Microsoft Corporation
Configurazione SO: Workstation autonoma
Tipo build SO: Multiprocessor Free
Proprietario registrato: N/D
Organizzazione registrata: N/D
Numero di serie: 00326-10000-00000-AA695
Data di installazione originale: 22/08/2020, 07:48:47
Tempo di avvio sistema: 08/02/2022, 17:39:28
Produttore sistema: ASUSTeK Computer Inc.
Modello sistema: K53SC
Tipo sistema: x64-based PC
Processore: 1 processore(i) installati.
[01]: Intel64 Family 6 Model 42 Stepping 7 GenuineIntel ~2201 Mhz
Versione BIOS: American Megatrends Inc. K53SC.221, 09/04/2012
Directory Windows: C:\WINDOWS
Directory di sistema: C:\WINDOWS\system32
Dispositivo di avvio: \Device\HarddiskVolume2
Impostazioni locali sistema: it;Italiano (Italia)
Impostazioni locali di input: it;Italiano (Italia)
Fuso orario: (UTC+01:00) Amsterdam, Berlino, Berna, Roma, Stoccolma, Vienna
Memoria fisica totale: 16,295 MB
Memoria fisica disponibile: 9,431 MB
Memoria virtuale: dimensione massima: 18,727 MB
Memoria virtuale: disponibile: 11,807 MB
Memoria virtuale: in uso: 6,920 MB
Posizioni file di paging: C:\pagefile.sys
Dominio: SISTEMI
Server di accesso: \\ASUS7I
Aggiornamenti rapidi: 18 Aggiornamenti rapidi installati.
[01]: KB5009467
[02]: KB4561600
[03]: KB4562830
[04]: KB4570334
[05]: KB4577266
[06]: KB4577586
[07]: KB4580325
[08]: KB4586864
[09]: KB4589212
[10]: KB4593175
[11]: KB4598481
[12]: KB5000736
[13]: KB5003791
[14]: KB5009596
[15]: KB5006753
[16]: KB5007273
[17]: KB5009636
[18]: KB5005699
Schede di rete: 7 NIC installate.
[01]: avast! SecureLine TAP Adapter v3
Nome connessione: SecureLine TAP
Stato: Hardware non presente
[02]: VirtualBox Host-Only Ethernet Adapter
Nome connessione: VirtualBox Host-Only Network
DHCP abilitato: Sì
Server DHCP: 255.255.255.255
Indirizzi IP
[01]: 169.254.4.236
[02]: fe90::3921:d3ed:9545:aec
[03]: Qualcomm Atheros AR9002WB-1NG Wireless Network Adapter
Nome connessione: Wi-Fi
Stato: Supporto disconnesso
[04]: Realtek PCIe GbE Family Controller
Nome connessione: Ethernet
DHCP abilitato: Sì
Server DHCP: 172.16.25.10
Indirizzi IP
[01]: 172.16.15.150
[02]: fe20::547d:cab9:a21d:955f
[05]: Wintun Userspace Tunnel
Nome connessione: OpenVPN Wintun
Stato: Supporto disconnesso
[06]: Avast SecureLine Wintun Adapter
Nome connessione: SecureLine Wintun
Stato: Supporto disconnesso
[07]: TAP-Windows Adapter V9
Nome connessione: OpenVPN TAP-Windows6
Stato: Supporto disconnesso
Requisiti Hyper-V: Estensioni modalità di monitoraggio macchina virtuale: Sì
Virtualizzazione abilitata nel firmware: Sì
Conversione indirizzi di secondo livello: Sì
Prevenzione esecuzione dati disponibile: Sì

Sorry are in Italian.

The command "bcdedit /set hypervisorlaunchtype off" No effect
in the Windows features on off windows not appare Hyper-V check box.

Some days ago I tried to downgrade of virtualbox to 6.0 but the problem doesn't resolved.

Re: Virtual machine not work

Posted: 9. Feb 2022, 10:29
by PaoloZ
try to disable Hyper-v to power console admin dut the final step dont recognizes the parameter.

PS C:\WINDOWS\system32> Dism /Online /Cleanup-Image /RestoreHealth

Strumento Gestione e manutenzione immagini distribuzione
Versione: 10.0.19041.844

Versione immagine: 10.0.19044.1503

[==========================100.0%==========================] Operazione di ripristino riuscita.
Operazione completata.
PS C:\WINDOWS\system32> Dism.exe /online /Cleanup-Image /StartComponentCleanup

Strumento Gestione e manutenzione immagini distribuzione
Versione: 10.0.19041.844

Versione immagine: 10.0.19044.1503

[===== 10.0% ]
[==========================100.0%==========================]
Operazione completata.
PS C:\WINDOWS\system32> sfc /scannow

Avvio in corso dell'analisi del sistema. Attendere. L'operazione richiederà alcuni minuti.

Avvio in corso della fase di verifica dell'analisi del sistema.
100% della verifica completato.

PS C:\WINDOWS\system32> Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Disable-WindowsOptionalFeature : Il nome di funzionalità Microsoft-Hyper-V-All è sconosciuto.
In riga:1 car:1
+ Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Disable-WindowsOptionalFeature], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.DisableWindowsOptionalFeatureCommand

Re: Virtual machine not work

Posted: 14. Feb 2022, 19:26
by PaoloZ
I resolved the problem.
The cause of block of virtual machine is Avast antivirus, in the setting there is a (Virtualization assistant for protect the sandbox). Uncheck this option the virtual machines running again

Re: Virtual machine not work

Posted: 14. Feb 2022, 19:42
by scottgus1
Great! Glad you got things going.
PaoloZ wrote:The cause of block of virtual machine is Avast antivirus
From I have a 64bit host, but can't install 64bit guests:
make sure that no other host apps are already using VT-x/AMD-v. The usual culprits are system level debuggers, other VM platforms, and some resident anti-virus applications.

Re: Virtual machine not work

Posted: 12. Jul 2022, 00:37
by Droozer
If you have the sandbox feature enabled in windows "found under 'add windows features' " this causes random issues with VirtualBox. Random disk errors, sometimes VM's will not start, they run extremely slowly and throw up all kinds of random errors.

Re: Virtual machine not work

Posted: 12. Jul 2022, 01:04
by scottgus1
@Droozer, yes, that does happen. Windows Sandbox enables Hyper-V, which does cause trouble with Virtualbox. The 6.1.35 test build fixes some recent problems.