Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Discussions related to using VirtualBox on Windows hosts.
Post Reply
OXB
Posts: 16
Joined: 27. Apr 2021, 23:35

Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by OXB »

Hello

on both of the laptops i use - Dell 5410 with intel 11gen i7 and fully update and the Dell 7391 with intel 10gen fully updated. both experiencing the same issue where all my VMs on Virtual box wont load and stuck during the boot process - not sure which update caused and i think its a CPU problem

i tired rolling back graphics drivers on my UHD graphics and but no luck still the same issue

i think the cause might be a one of the recent updates... i did recently update my VM box to the newer version that rolled out...

i attached picture from my kali linux VM this error is both on the 5410 and 7391 "bug: soft lockup: CPU STACK
On win 10 VMS are they running super slow wont load most of the times.. i did get once the NO IRQL blue screen
and my flare vm is blury

i did try all combos when it comes to VM box settings
Attachments
2.png
2.png (27.93 KiB) Viewed 2029 times
1.png
1.png (39.14 KiB) Viewed 2029 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: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by scottgus1 »

Please check if your VMs have 2 processors. If not, give them 2.

If that doesn't work, pick one failing 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.
OXB
Posts: 16
Joined: 27. Apr 2021, 23:35

Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by OXB »

somtimes this error will show up
Attachments
Kali linux VM
Kali linux VM
3.png (29.2 KiB) Viewed 1863 times
OXB
Posts: 16
Joined: 27. Apr 2021, 23:35

Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by OXB »

and here is the most recent log. sorry for not adding it in the beginning

kali log.zip (156K) deleted by mod.
Attachments
kali.log.zip
(29.91 KiB) Downloaded 2 times
Last edited by mpack on 3. Jun 2022, 14:02, edited 1 time in total.
Reason: Replace renamed text with actual zip file.
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: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by mpack »

That log has not been zipped as requested, it's a text that has been renamed to have the wrong extension.

Plus I don't see any problem reported by the VM. This argues that it's the guest OS which hasn't been installed properly.
multiOS
Volunteer
Posts: 1223
Joined: 14. Sep 2019, 16:51
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux, BSD
Location: United Kingdom

Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by multiOS »

@OXB,

Your log does contain the telltale:

Code: Select all

00:00:07.500879 ********************* End of CFGM dump **********************
00:00:07.501010 HM: HMR3Init: Attempting fall back to NEM: VT-x is not available
00:00:07.588005 NEM:  info: Found optional import WinHvPlatform.dll!WHvQueryGpaRangeDirtyBitmap.
00:00:07.588112 NEM: WHvCapabilityCodeHypervisorPresent is TRUE, so this might work...
which indicates Hyper-V is active. You may want to try testing by disabling Hyper-V as there is a known 'conflict' with VirtualBox 6.1.34, as has been described past responses to some of your previous threads.

The latest VirtualBox Test Build may also provide a possible solution if you really need Hyper-V to be active, but installation of Test Builds requires UEFI Secure Boot to be disabled. If you go that route, please make sure you keep the downloaded Test Build installation files until the next full official release (6.1.36) is released and successfully installed in case the Test Build needs to be uninstalled. See: https://www.virtualbox.org/wiki/Testbuilds
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: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by mpack »

Ah, I was distracted by the difficulty in viewing the attachment (because it wasn't really a zip as it claimed to be). So the VM hasn't hung, it's just slow because Hyper-v is enabled.
OXB
Posts: 16
Joined: 27. Apr 2021, 23:35

Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by OXB »

i was trying to disable Hyper-V using a few methods

power shell, cmd wouldn't confirm anything after running the commands

in "windows features" no record of Hyper-v

with the "Services" app - cant find Hyper-V Machine Management" option so i cant really tell whats going on

using "findstr" command - VScompute service is off

using task manager i can see that virtualization is enabled but nothing mentions hyper-v/////

its probably not working but it also seems it doesn't exist which is weird ...
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: Same issue on 2 diffrent Dell laptops - VMS wont load or boot

Post by scottgus1 »

Post Reply