Vbox Windows 11 Pro Host - VM stuck on booth
-
dedshaw1612
- Posts: 2
- Joined: 14. Feb 2022, 19:31
Vbox Windows 11 Pro Host - VM stuck on booth
I've already browsed around on some other topics and tried to implement those solutions already. I have:
+ Enabled Hyper V
+ Disabled 3D Hardware Acceleration on the VM Settings
+ Uninstalled my instance of VBOX, and ran the installer "As Administrator"
It only fixed my issues of getting an initial error and the VM not even running. But now it gets stuck on boot and does nothing. Screenshot below
Thanks in advance
+ Enabled Hyper V
+ Disabled 3D Hardware Acceleration on the VM Settings
+ Uninstalled my instance of VBOX, and ran the installer "As Administrator"
It only fixed my issues of getting an initial error and the VM not even running. But now it gets stuck on boot and does nothing. Screenshot below
Thanks in advance
- Attachments
-
- Screenshot 2022-02-14 123047.png (15.84 KiB) Viewed 2841 times
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Vbox Windows 11 Pro Host - VM stuck on booth
That screenshot is from a theoretically running VM with messages from some sort of OS inside the VM.
Start the VM from full normal shutdown, not save-state. Run until you see the problem happen, then shut down the VM from within the VM's OS if possible. If not possible, close the Virtualbox window for the VM with the Power Off option set.
Right-click the VM in the main Virtualbox window's VM list, choose Show Log. Save the far left tab's log, zip it, and post the zip file, using the forum's Upload Attachment tab.
What OS do you have running in the VM?
Start the VM from full normal shutdown, not save-state. Run until you see the problem happen, then shut down the VM from within the VM's OS if possible. If not possible, close the Virtualbox window for the VM with the Power Off option set.
Right-click the VM in the main Virtualbox window's VM list, choose Show Log. Save the far left tab's log, zip it, and post the zip file, using the forum's Upload Attachment tab.
This one is possibly going to make things worse. But the log will show if there are actual issues running the Virtualbox 'hardware' or if the problem might be inside the VM's OS. Frankly, I have never seen a Windows boot program say it is going to start three different windows OS's. So we already have something unusual about the OS inside the VM. And that something unusual might be the cause of the problem.dedshaw1612 wrote:Enabled Hyper V
What OS do you have running in the VM?
-
dedshaw1612
- Posts: 2
- Joined: 14. Feb 2022, 19:31
Re: Vbox Windows 11 Pro Host - VM stuck on booth
Thank you for your response. My coworker gave me a different VM that was proven to have worked, not sure what was wrong with the other one. I fiddled with the new one quite a bit, but as you stated maybe Hyper V was causing problems. I disabled HyperV and the VM now runs like a champ. I'm curious to what HyperV does exactly as many other forums said to Enable it to solve problems.
Thanks again
Thanks again
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Vbox Windows 11 Pro Host - VM stuck on booth
If those other forums weren't the Virtualbox forum, we wouldn't know why they said what they said. But I'd wager the number of times this forum's gurus have told a Windows host user to ENable Hyper-V to fix a VM problem could be counted on one hand, perhaps one finger.dedshaw1612 wrote: many other forums said to Enable it to solve problems.
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Vbox Windows 11 Pro Host - VM stuck on booth
From "HMR3Init: Attempting fall back to NEM (Hyper-V is active)":dedshaw1612 wrote:I'm curious to what HyperV does exactly
Hyper-V is a type-1 hypervisor, which accesses the hardware first before any OS runs, and therefore interferes with other programs that need "virtualization technology", like Virtualbox, which is a type-2 Hypervisor.
-
LinuxDevel
- Posts: 3
- Joined: 23. Feb 2022, 09:54
Re: Vbox Windows 11 Pro Host - VM stuck on booth
I have similar issue on windows 11.
If I boot a vm that has more than one CPU defined it's stuck just after bootloader. Black screen with a blinking cursor.
If I use only one CPU, it boots fine.. But is pretty much useless for me since performance is low.
If I boot a vm that has more than one CPU defined it's stuck just after bootloader. Black screen with a blinking cursor.
If I use only one CPU, it boots fine.. But is pretty much useless for me since performance is low.
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Vbox Windows 11 Pro Host - VM stuck on booth
@LinuxDevel: you don't say what version of VirtualBox you are using. However there has been a problem reported for VirtualBox 6.1.32 which has the symptoms you describe and is worked around by reverting to 6.1.30 for now.
-
LinuxDevel
- Posts: 3
- Joined: 23. Feb 2022, 09:54
Re: Vbox Windows 11 Pro Host - VM stuck on booth
Thanks, I was using VirtualBox 6.1.32. Reverted to 6.1.30 and that seems to fix the issue. Really strange though, a friend of mine is having exact same windows version (And hardened by the same company) and is using 6.1.32, he is not facing the same issue.mpack wrote:@LinuxDevel: you don't say what version of VirtualBox you are using. However there has been a problem reported for VirtualBox 6.1.32 which has the symptoms you describe and is worked around by reverting to 6.1.30 for now.
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Vbox Windows 11 Pro Host - VM stuck on booth
There is more nuance to the issue you're facing than just .32 vs .30. The capabilities of the host, whether Hyper-V is enabled, whether Microsoft Memory Integrity is enabled, all play roles in the issue, and can influence whether .32 will work or or .30 or earlier is required as a workaround.
-
LinuxDevel
- Posts: 3
- Joined: 23. Feb 2022, 09:54
Re: Vbox Windows 11 Pro Host - VM stuck on booth
Thanks. Well, on my machine I am not able to deactivate Hyper-V or Memory Integrity protection completely due to company wide polices, so VirtualBox .30 somehow works, but seems to be very laggy and sometimes crashes when running e.g. windows vXX as guest. A linux guest works better but is not 100% either.scottgus1 wrote:There is more nuance to the issue you're facing than just .32 vs .30. The capabilities of the host, whether Hyper-V is enabled, whether Microsoft Memory Integrity is enabled, all play roles in the issue, and can influence whether .32 will work or or .30 or earlier is required as a workaround.