Hello,
I had similar issues with vagrant+virtualbox. It turned out vagrant was triggering kernel traps.
Check your logs to make sure you have the infamous “Mising ENDBR” trap, after you execute vagrant up
. You could do it like this
journalctl -k --grep=ENDBR
If it returns any entries add ibt=off
to your kernel command line and reboot. Vagrant should work after that.