[Solved] VM linux kernel panic

Discussions about using Linux guests in VirtualBox.
Locked
kennet
Posts: 2
Joined: 18. Jun 2021, 06:47

[Solved] VM linux kernel panic

Post by kennet »

Hi there i don't kwn how to fix, but i try in many ways...
and i was try to fix it in safemode / previews version i guest
i attach some VM log in .rar life
can you explain to me what am i did wrong with it?
thank you
Attachments
Kali Linux-2021-06-18-12-35-33( kennet ).rar
(34.8 KiB) Downloaded 12 times
photo6206210829595028751.jpg
photo6206210829595028751.jpg (83.46 KiB) Viewed 2478 times
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: VM linux kernel panic

Post by mpack »

Try reducing the number of cores to 2. You currently assign more cores than you actually have, leaving negative cores for the host. Starving the host (where the VBox simulation runs) of CPU will not lead to good performance in the VM.
00:00:04.234496 CPUM: Physical host cores: 4 // This is how many cores you have, in total.
...
00:00:03.295702 NumCPUs <integer> = 0x0000000000000005 (5) // This is how many cores you assigned to the VM.
I don't see any other issues at the moment. I'm not convinced that the above will solve your issue, as "Unable to mount root fs" looks more like a guest problem to me, e.g. caused by cloning a drive and thus changing the UUID. Perhaps Google can help.

On the bright side, thanks for providing a log without waiting to be prompted.
kennet
Posts: 2
Joined: 18. Jun 2021, 06:47

Re: VM linux kernel panic

Post by kennet »

<3 Thank You Some much Dear there, Its work finally
thank you
thank you
thank you
a lots of love from MALAYSIA
------------------------------------
MAY GOD BLESS YOU


<sharing is caring >
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: VM linux kernel panic

Post by mpack »

Thanks for reporting back.
Locked