Page 1 of 1
Virtual Box 6.1 loading initial ramdisk
Posted: 4. May 2022, 13:45
by rk_19
Edition: Windows 10 Pro
RAM : 8 GB
Base memory: 3600 MB on virtual VM settings
Graphics controller: VMSVGA (if I select other than this, it shows this message "Invalid settings detected")
Whenever I start the VM, it boots very very slow but eventually it opens but it takes a lot of time to boot. Any specific setting I need to change, please direct me to it?
Re: Virtual Box 6.1 loading initial ramdisk
Posted: 4. May 2022, 13:56
by scottgus1
Please right-click the guest in the main Virtualbox window's guest list, choose Show Log.
Search the far left tab's log for this text:
Attempting fall back to NEM
If you find it, Hyper-V is enabled. See
HMR3Init: Attempting fall back to NEM (Hyper-V is active).
If you don't find that text, save the far left tab's log, zip the log file, and post the zip file, using the forum's Upload Attachment tab.
Re: Virtual Box 6.1 loading initial ramdisk
Posted: 4. May 2022, 14:47
by rk_19
I didn't find the text.
PFA
Re: Virtual Box 6.1 loading initial ramdisk
Posted: 4. May 2022, 19:09
by rk_19
Just a gentle reminder, any resolution to this issue?
Re: Virtual Box 6.1 loading initial ramdisk
Posted: 4. May 2022, 22:25
by scottgus1
This forum is run by unpaid volunteers who use their own time to answer what questions they can. A 4-four bump is just way too fast. Patience, Padawan....
Re: Virtual Box 6.1 loading initial ramdisk
Posted: 5. May 2022, 01:33
by fth0
Why did you disable
System > Acceleration > Nested Paging?
@scottgus1: For your log message filter:
KaliVM-2022-05-04-15-52-17.log wrote:00:00:08.329961 [/HM/] (level 1)
00:00:08.329968 EnableNestedPaging <integer> = 0x0000000000000000 (0)
Re: Virtual Box 6.1 loading initial ramdisk
Posted: 7. May 2022, 17:14
by rk_19
fth0 wrote:Why did you disable
System > Acceleration > Nested Paging?
@scottgus1: For your log message filter:
KaliVM-2022-05-04-15-52-17.log wrote:00:00:08.329961 [/HM/] (level 1)
00:00:08.329968 EnableNestedPaging <integer> = 0x0000000000000000 (0)
Thanks, at least little better than before.
Re: Virtual Box 6.1 loading initial ramdisk
Posted: 7. May 2022, 20:48
by fth0
If you're interested in further feedback, you should provide a new (zipped) VBox.log file.
And perhaps provide an explanation for the term "slow", because everyone interprets that differently.
FWIW, nested paging (EPT/SLAT) was a major breakthrough (in terms of speedups) in hardware virtualization more than ten years ago. When I disable it on my VMs, booting the Linux and Windows guest OS takes 10 times as long.