Hello All, Just trying to see if anyone can give me a little help or point me in the right direction. This is my first time using virtual machines and Vagrant. I have a Mac with the M1 chip. I downloaded Parallels and Vagrant. Everything seems to running fine on Parallel. However when I try to use Vagrant to create my VMs I get this error message: I thought it had something to do with the box I am using but I checked and it should be compatible : config.vm.box = "mpasternak/focal64-arm" This is what it looks like when I try to run vagrant up Any help would be appreciated. Thanks!
Hello, Only the ARM version of the operating system will be supported on Mac M1 chip. If you try to run or migrate other x86 versions of the operating system on the M1 Mac, then it will not be supported. Kindly refer to this link - Parallels Desktop for Mac System Requirements for the same. Thanks