Below is error I receive. I have removed VirtualBox, reinstalled, installed the extension pack for VirtualBox, but I keep running into the same issue. I am using WSL2 to run Ubuntu.
No usable default provider could be found for your system.Vagrant relies on interactions with 3rd party systems, known as"providers", to provide Vagrant with resources to run developmentenvironments. Examples are VirtualBox, VMware, Hyper-V.The easiest solution to this message is to install VirtualBox, whichis available for free on all major platforms.If you believe you already have a provider available, make sure itis properly installed and configured. You can see more details aboutwhy a particular provider isn't working by forcing usage with`vagrant up --provider=PROVIDER`, which should give you a more specificerror message for that particular provider.---------------------------------------------Job for virtualbox.service failed because the control process exited with error code.See "systemctl status virtualbox.service" and "journalctl -xeu virtualbox.service" for details.invoke-rc.d: initscript virtualbox, action "restart" failed.× virtualbox.service - LSB: VirtualBox Linux kernel module Loaded: loaded (/etc/init.d/virtualbox; generated) Active: failed (Result: exit-code) since Mon 2025-01-06 22:58:03 EST; 51ms ago Docs: man:systemd-sysv-generator(8) Process: 78293 ExecStart=/etc/init.d/virtualbox start (code=exited, status=1/FAILURE)Jan 06 22:58:03 MacWo systemd[1]: Starting virtualbox.service - LSB: VirtualBox Linux kernel module...Jan 06 22:58:03 MacWo virtualbox[78293]: * Loading VirtualBox kernel modules...Jan 06 22:58:03 MacWo virtualbox[78293]: * No suitable module for running kernel foundJan 06 22:58:03 MacWo virtualbox[78293]: ...fail!Jan 06 22:58:03 MacWo systemd[1]: virtualbox.service: Control process exited, code=exited, status=1/FAILUREJan 06 22:58:03 MacWo systemd[1]: virtualbox.service: Failed with result 'exit-code'.Jan 06 22:58:03 MacWo systemd[1]: Failed to start virtualbox.service - LSB: VirtualBox Linux kernel module.Processing triggers for man-db (2.12.0-4build2) ...