zoukankan      html  css  js  c++  java
  • VirtualBox问题解决合集

    转载:https://blog.csdn.net/mychangee/article/details/104954262

    问题描述:[drm:vmw_host_log [vmwgfx]] ERROR Failed to send host log message
    截图:
    在这里插入图片描述
    解决方法:

      1. 关闭目标系统;
      2. VirtualBox主面板,左侧选中需要修改的虚拟机,右侧点击“设置”;
        在这里插入图片描述
      3. 设置页面中,左侧点击“显示”,右侧上方选中“屏幕”,下方“显卡控制器”选项,选择VBoxVGA;
        在这里插入图片描述
      4. 启动目标系统,可发现已经没有提示了。

    https://webtechmonk.com/how-to-fix-error-failed-to-send-host-log-message/

    Step 1: Open VirtualBox Setting

    Go to settings in the VirtualBox -> Display

    Step 2: Change Graphics controller Setting

    Then change the Graphic controller to VBOX VGA.

    https://i0.wp.com/i.stack.imgur.com/FT8pD.png?w=580&ssl=1Enable VboxVGA in Ubuntu 18.04

    Reboot the system, the error will be fixed.

    Note:

    If you are still getting, there could be some other possible reasons –

    • Check if virtualization is enabled in BIOS, if not enable it.
    • Allocate proper resources to the VM. Increase memory, disc, and CPU
    • Problem could be with OS itself, try to install the newer versions or new setup

    Please share log and System Configuration for quick resolution of the problem in comment section.

  • 相关阅读:
    接口测试基础
    python学习笔记(一)
    Charles学习笔记
    接口测试笔记
    【CSS】Beginner5:Margins&Padding
    【CSS】Beginner4:Text
    【CSS】Beginner3:Color
    【CSS】Beginner2:Selectors, Properties, and Values
    【CSS】Beginner1:Applying CSS
    【HTML】Beginner9:Form
  • 原文地址:https://www.cnblogs.com/zhiminyu/p/14274957.html
Copyright © 2011-2022 走看看