Fred Ngo
Fred Ngo
@osy @ktprograms I know it's frowned upon to write "me too" messages but I do want to thank you for your work with UTM and really hope you can bring...
I can confirm, but it's not consistent. Sometimes I have `vm.gui = false` and it still works, but other times it'll hang too. I'm pretty flummoxed.
I've had some success using the `bytesguy/ubuntu-server-20.04-arm64` box and then **not** upgrading the kernel via `sudo apt-get full-upgrade`. I've found that upgrading the kernel will prevent the VM from booting...
OK, so it **does** seem like the latest kernel is problematic. Other reports [here](https://github.com/utmapp/UTM/issues/2682) and [here](https://communities.vmware.com/t5/Fusion-for-Apple-Silicon-Tech/Unable-to-launch-a-VM-after-fresh-install-with-latest-technology/m-p/2899990). So, the workarounds are: 1) Keep VMWare Fusion open in the background. `vm.gui =...
Yes, we need a native Vagrant build for `arm64`. In order to accommodate everyone on the team who have both Apple Silicon Macs and Intel Macs, I wanted to write...
> If anyone has a workaround, please let me know. Here's my workaround to detect whether we're using Rosetta or not: https://github.com/hashicorp/vagrant/issues/12610#issuecomment-1109906113
I worked around this limitation by installing the latest Anaconda manually into the directory: ``` ~/.pyenv/pyenv-win/versions/anaconda3-2020.11 ```` and then adding the following to my Git Bash's `~/.bash_profile`: ```bash export PYENV=~/.pyenv/pyenv-win...
@sgoley Well dang! Good fix. I updated the snippet above.
@BBaoVanC please review this one as well?
@nicksieger Would it be possible if you can merge this PR?