`Installing rosetta...` should have a timeout (when no GUI is available)
Open
arch/ARM
component/vz
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
```console
$ limactl start template://experimental.vz
...
INFO[0051] [hostagent] Starting VZ (hint: to watch the boot progress, see "/Users/ec2-user/.lima/vz/serial.log")
INFO[0051] [hostagent] Setting up Rosetta share
INFO[0051] [hostagent] Installing rosetta...
FATA[0650] did not receive an event with the "running" status
```
Lima gets stuck at `Installing rosetta...` when no GUI is available.
This step should have a timeout.
- - -
Workaround 1: execute`softwareupdate --install-rosetta`, and type `A` in the "Type A and press return to agree:" prompt
Workaround 2: set `rosetta.enabled` in the YAML to `false`
Contributor guide
Assessment
This issue has not been assessed yet.