problem when starting VM Ubuntu 18.04 on windows 10 host
Posted: 28. Jun 2019, 14:05
After a reboot of the VM I have the Following screen
How to solve this problem ?
Best regards
AD34
How to solve this problem ?
Best regards
AD34
End user forums for VirtualBox
https://forums.virtualbox.org/
I know you aren't short of physical cores but do you really need 16 of them in the guest?VBox.log wrote:00:00:03.153859 NumCPUs <integer> = 0x0000000000000010 (16) 00:00:04.320383 CPUM: Physical host cores: 20
Where you have been generous with CPU cores you have been stingy with RAM!VBox.log wrote:00:00:02.966078 Host RAM: 130993MB (127.9GB) total, 123568MB (120.6GB) available 00:00:03.153864 RamSize <integer> = 0x0000000100000000 (4 294 967 296, 4 096 MB, 4.0 GB)
This is using the new VMSVGA vGPU which is the default for new Linux guests. This has a few issues that the devs are looking into. With the guest shutdown try changing it to VBoxVGA and see if that improves the situation.VBox.log wrote:00:00:03.154252 VMSVGA3dEnabled <integer> = 0x0000000000000000 (0) 00:00:03.154252 VMSVGAEnabled <integer> = 0x0000000000000001 (1) 00:00:03.154255 VRamSize <integer> = 0x0000000002000000 (33 554 432, 32 MB)
No changeThis is using the new VMSVGA vGPU which is the default for new Linux guests. This has a few issues that the devs are looking into. With the guest shutdown try changing it to VBoxVGA and see if that improves the situation.
You could switch to xHCI (USB3), you already have the ExtPack installed and Ubuntu 18.04 supports it.00:00:03.062282 [/Devices/usb-ohci/] (level 2)
You could enable 3D acceleration for better performance. Your VRAM seems awfully low. You should maximize the VRAM available to your guest, to 128 MB.00:00:03.062299 3DEnabled <integer> = 0x0000000000000000 (0) 00:00:03.062305 VRamSize <integer> = 0x0000000002000000 (33 554 432, 32 MB)