Page 1 of 1
Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 30. May 2022, 23:18
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
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 31. May 2022, 00:15
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.
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 3. Jun 2022, 00:59
by OXB
somtimes this error will show up
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 3. Jun 2022, 01:05
by OXB
and here is the most recent log. sorry for not adding it in the beginning
kali log.zip (156K) deleted by mod.
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 3. Jun 2022, 10:31
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.
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 3. Jun 2022, 11:11
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
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 3. Jun 2022, 14:05
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.
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 4. Jun 2022, 22:26
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 ...
Re: Same issue on 2 diffrent Dell laptops - VMS wont load or boot
Posted: 4. Jun 2022, 22:42
by scottgus1