Donât know, but journalctl -kb will show kernel logs.
Since you are using Linux I donât know why you arenât using libvirt for the virtualization? Seems to be supported with vagrant and as far and I know libvirt would be more tuned to Linux while virtulbox is more generic and works over numerous operating systems.
Iâm new to Linux the main reason Iâm using it now is because the M1/M2 chips we got for our new work computers arenât compatible with our dev environment, so we have to find alternatives. I also really wanted to get into arch linux. So seemed like the perfect opportunity.
Is libvirt compatible with virtual boxes? As I believe thatâs the main reason I am using virtual box, our box is being provided to us by the company.
Sorry if this is something I should have known about, Iâll be reading up on the libvirt docs, see if itâs possible to convert an existing vagrant box to it.
Thank you! Iâve been reading the docs as well. VTx should be enabled, Iâll have to check for IOMMU, but on the windows machine (this is a dual boot), Virtual Box works so I think everything is fine from a BIOS standpoint.
I will try just using a generic box to see if it works, and if it does, then maybe itâs something with Vagrant. Otherwise like you say, Iâll triple check the prereqs and make sure I got everything.
I found the solution! I ended up going down the rabbit hole like Samarium suggested and I discovered a little tidbit about disabling ibt on boot. I have done so by pressing e on the boot option for endeavourOS and appending âibt=offâ to the end. Now all my VMs are working as intended!
Thank you Samarium for suggesting the rabbit holes and for your help! Iâve learned a lot from this process.
Now I just need to figure out how to add ibt=off as a default option via systemdâboot.
Thank you, will do. Seems turning ibt off is a common solution for intel/nvidia issues in regard to linux. At least from what Iâve been reading online. Also seems like switching to the lts kernel is better at handling these issues. So I may very well try to switch to that as well.