This error shows up everytime I install Kali Linux, whenever I try to boot it. Then, it dissapears and the screen blacks out. The error is the following:+[drm:vmw_host_log [vmwgfx]] *ERROR* Failed to send host log message.
- 227
- 4
- 15
- 677
- 1
- 5
- 3
-
1Can you change to a different tty? What virtualization solution are you using? – kemotep Feb 25 '19 at 14:24
-
found answer in this post https://askubuntu.com/a/817660/714051 – Ivan Kush Nov 26 '19 at 15:54
-
I had the same issue, the problem what that I allocated 64MB video memory and my device couldn't handle that in that time, so I reduced it to 32MB and it was fine then – hossein hayati May 27 '20 at 16:31
-
1For me this was happening when the Virtual hard drive was out of disk space. Hold Shift right when you start and enter recovery mode, drop to a shell and then delete some stuff. – dashnick Oct 22 '22 at 16:47
4 Answers
- 789
- 4
- 2
-
10@Harikrisnan C I can confirm that changing my Graphics Controller from VMSVGA to VBoxVGA succeeded in getting my Ubuntu VM to boot without the aforementioned error. However, why did this work? Could you add the reason for this suggestion in your answer please and thank you? :) – z.karl Dec 17 '19 at 18:01
-
1When I change in Linux Mint 19.1 Mate per your suggestion, I get this message, "This VM is configured to use 3D acceleration using the VBoxVGA graphics controller. Support for this will be removed with version 6.1.0. ALL saved states and snapshots will cease to work when using this configuration. Either switch to the VMSVGA graphics controller and update guest additions, or disable 3D acceleration." – whitelightning Jan 15 '20 at 23:43
-
This solution prevents 3D acceleration within the guest OS. Is the error serious enough to warrant this, or is it just a logged error? What is the error from? – Kurt Fitzner Aug 05 '20 at 11:06
-
This does not work in my case. I succeeded however by booting a previous kernel and not changing the graphics setting. See also: https://askubuntu.com/questions/1284588/drmvmw-hostlog-failed-to-send-host-log-message/1302267#1302267. – Will Dec 23 '20 at 07:37
-
This removes the error on boot, but the graphic system goes super slow... so I've just reverted back to the previous graphic controller – rellampec Nov 07 '22 at 00:08
-
VMSVGA is preferred to accelerate the rendering of 2D and 3D graphics (which may cause more resources) while VBoxVGA provides basic 2D graphics acceleration – Turhan Ergene Mar 06 '23 at 23:31
I had the same issue installing on Windows 10. I followed the instructions in this video:
https://tr-my.net/watchvideo/how-to-install-kali-linux-on-virtualbox-exdj6PNPuxA.html
...and it seems to work now. Note, I still see those messages ("Failed to send host log message") but it boots all the way into Kali now and I do not have further issues.
Essentially what it boiled down to was a lack of resources. I allocated 2 CPU's, 2 gig of memory, and 16 gig on the virtual HD for it to work.
Also make sure you have virtualization enabled in BIOS.
- 41
- 2
This is a bug of VMSVGA which is waiting for the upstream fix. Check these websites for more information:
https://www.virtualbox.org/ticket/19168#comment:4
https://forums.virtualbox.org/viewtopic.php?t=101326
To fix this, if you are not using gui (like gnome,kde), you can just add nomodeset to the kernel boot parameters, to disable VMSVGA on boot.
#debian 11
#/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
update-grub
If you are using gui, just ignore the message, it's not a real error.
By the way , VBoxVGA and VBoxSVGA is abandoned in the latest version of virtualbox (6.1).
- 196
- 1
- 7
-
1Minor clarification: I am running VirtualBox 6.1 - and VBoxVGA and VboxSVGA are still available in the drop-down for display settings - however if you choose them, VirtualBox will show a tiny tiny note that there is an error in your configuration - warning that your selection is not the optimal selection for your VM. – qxotk Jan 06 '22 at 23:35
I've had the same problem today, on my Mac (not sure which host system you're working on).
The fix for me, as suggested on another forum was to downgrade to VirtualBox v5.2. Seems it has been an issue for some Mac users since last yeat.
- 141
- 3

