Solved - Problem running virtual machines on HPE ProLiant DL385 Gen11

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Clint Dilks
Posts: 2
Joined: 5. May 2024, 23:34

Solved - Problem running virtual machines on HPE ProLiant DL385 Gen11

Post by Clint Dilks »

Hi,

I have a server running Ubuntu 22.04 and VirtualBox 7, all tools appear to be working but virtual machines will not run.

Using the graphical tools and X-forwarding I can create a virtual machine and get to the point where it should start. Upon starting the virtual machine a console window appears but a BIOS never appears.

vboxmanage showvminfo states the virtual machine is Running.

If I export a virtual machine created on this server to another system via an OVA file. The imported VM starts as expected.

As the primary error seems to be about not getting screen captures here is some additional info about the server.

Thanks in advance for any troubleshooting suggestions that you have.

CPU AMD EPYC 9334 32-Core Processor

# free -m
total used free shared buff/cache available
Mem: 386628 3364 6014 5 377249 380675
Swap: 8191 0 8191

# lspci | grep VGA
61:00.1 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eH3 (rev 03)
Attachments
VBox.zip
(48.53 KiB) Downloaded 4 times
Last edited by Clint Dilks on 24. May 2024, 03:13, edited 1 time in total.
ThomasAH
Posts: 2
Joined: 10. May 2024, 11:22

Re: Problem running virtual machines on HPE ProLiant DL385 Gen11

Post by ThomasAH »

Hi!

Do Linux VMs work if you disable Nested Paging for them in the settings?
(this also requires disabling Nested Virtualization/AMD-V and will cause issues with Windows VMs)

Edit: I just discovered that the Linux kernel boot parameter "no5lvl" works around this issue!
(5-level paging has been introduced to AMD in Zen 4, our new AMD EPYC 9334 with Supermicro mainboard suffered from the same issue)
Last edited by ThomasAH on 10. May 2024, 12:21, edited 1 time in total.
Clint Dilks
Posts: 2
Joined: 5. May 2024, 23:34

Re: Problem running virtual machines on HPE ProLiant DL385 Gen11

Post by Clint Dilks »

Thank you! This seems to be the issue.

I am testing now
Post Reply