Jump to content

Mattyice

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by Mattyice

  1. 4 hours ago, ghost82 said:

    Is the issue that you don't have internet inside the vm or the message guest agent not installed?

    If it's the latter, just install qemu guest agent into your linux vm.

    Package name could differ for different linux distribution, for example it can be qemu-guest-agent.

    After installation enable it, for example:

    systemctl enable qemu-guest-agent
    systemctl start qemu-guest-agent

    Then check if it's running correctly, for example:
     

    systemctl status qemu-guest-agent

     

    If you don't have internet change network type from e1000 to virtio or virtio-net or e1000-82545em

    Correct I don't have internet in the VM at all so I can't install anything.

×
×
  • Create New...