Boot stalls due to "Dependency failed for Hyper-V KVP Protokol Daemon."

I'm using Proxmox and ubuntu-18.04.3-live-server-amd64.iso.
After every restart I get this:

A start Job is running for sys-devices-virtual-mis-vmbus\x21hv_kvp.devices

After 1m.30s, it prints

Dependency failed for Hyper-V KVP Protokol Daemon.

In Proxmox Forum someone said that I don't need this daemon, so I tried to remove it:

sudo apt remove --auto-remove hv-kvp-daemon-init

or

sudo apt remove hyperv-daemons

but I get the error

Package not found

How can I solve this?

1 Answer

Temporary solution: disable the service from starting:

systemctl disable hv-kvp-daemon.service

Relevant bug report:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like