I'm encountering a discrepancy between the KVM status reported by Docker Desktop and the confirmation of KVM being loaded on my Xubuntu system.
System Details:
OS: Xubuntu (latest verison)Docker Desktop version: [latest version]Background:
Docker is already installed on my system. However, within the Docker Desktop application, it indicates that KVM is not enabled.
Resolution Attempts:
Verified KVM in Terminal: I've used the lsmod | grep kvm command in the terminal, and the output confirms that the kvm module is loaded, suggesting KVM is enabled on the system level.Current Issue:
Despite the terminal confirmation, Docker Desktop continues to report KVM as disabled. This prevents functionalities within Docker Desktop that rely on KVM.
Troubleshooting Steps Taken:
I've restarted both the system and Docker Desktop.I've consulted the official Docker documentation for troubleshooting KVM issues, but haven't found a solution specific to this scenario.Question:
Has anyone else encountered this discrepancy between Docker Desktop and the actual KVM status on Xubuntu? Are there any known solutions to resolve this and enable KVM functionality within Docker Desktop?
Additional Information:
I've previously enabled KVM in my BIOS/UEFI settings (if applicable to your situation).