VirtualBox Error 'drm:vmw_host_printf [vmwgfx]] *ERROR* Failed to send host log message'

13.1k Views Asked by At

I am getting this error while restarting my vbox (OS: Ubuntu). It is throwing error as "failed to start docker container engine". Kindly help me how to resolve this issue. Is there any way where I can stop the docker as I am not able to access the terminal.

enter image description here

2

There are 2 best solutions below

2
Graham On

For me, I ran out of disk space.

I increased the virtual hard drive disk size from 10GB to 100GB, the error disappeared and it than booted normally.

0
Kaji Rafiqul Islam On

Works sure

Step 1: on screen enter exit as below

(initramfs) exit

Step 2: Above command list disk space(/dev/sda1 ... sdan)

Note: change accordingly in below command

(initramfs) fsck /dev/sda1 -y

Step 3: reboot system or reboot not working simply exit

(initramfs) reboot

Or

(initramfs) exit

enter image description here

enter image description here