VMonMacM1M2M3
VMonMacM1M2M3
Install rosetta
Open terminal and execute below command
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
3. Click My Downloads.
4. Select VMware Fusion
5. Select VMware Fusion 13 Pro for Personal Use
6. Select 13.6
7. Click on the Download Icon
Vagrant.configure("2") do |config|
config.vm.box = "spox/ubuntu-arm"
config.vm.box_version = "1.0.0"
config.vm.network "private_network", ip: "192.168.56.11"
config.vm.provider "vmware_desktop" do |vmware|
vmware.gui = true
vmware.allowlist_verified = true
end
end
9. Bring up vm
Make sure in the terminal, you are in the same folder where Vagrantfile is created.
vagrant up
vagrant ssh
sudo -i
ip addr show
exit
exit
vagrant halt
vagrant destroy
12. Bring up vm
Make sure in the terminal, you are in the same folder where Vagrantfile is created.
vagrant up
vagrant ssh
sudo -i
ip addr show
exit
exit
vagrant halt
vagrant destroy