You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create an instance "default" from a remote URL (use carefully, with a trustable source):
@@ -310,27 +310,30 @@ The current default spec:
310
310
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
311
311
### Generic
312
312
313
-
-[Generic](#generic)
314
-
-["What's my login password?"](#whats-my-login-password)
315
-
-["Does Lima work on ARM Mac?"](#does-lima-work-on-arm-mac)
316
-
-["Can I run non-Ubuntu guests?"](#can-i-run-non-ubuntu-guests)
317
-
-["Can I run other container engines such as Docker and Podman? What about Kubernetes?"](#can-i-run-other-container-engines-such-as-docker-and-podman-what-about-kubernetes)
318
-
-["Can I run Lima with a remote Linux machine?"](#can-i-run-lima-with-a-remote-linux-machine)
319
-
-["Advantages compared to Docker for Mac?"](#advantages-compared-to-docker-for-mac)
320
-
-[QEMU](#qemu)
321
-
-["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error)
322
-
-["QEMU is slow"](#qemu-is-slow)
323
-
-[error "killed -9"](#error-killed--9)
324
-
-["QEMU crashes with `vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed`"](#qemu-crashes-with-vmx_write_mem-mmu_gva_to_gpa-xxxxxxxxxxxxxxxx-failed)
325
-
-[Networking](#networking)
326
-
-["Cannot access the guest IP 192.168.5.15 from the host"](#cannot-access-the-guest-ip-192168515-from-the-host)
327
-
-["Ping shows duplicate packets and massive response times"](#ping-shows-duplicate-packets-and-massive-response-times)
328
-
-[Filesystem sharing](#filesystem-sharing)
329
-
-["Filesystem is slow"](#filesystem-is-slow)
330
-
-["Filesystem is not writable"](#filesystem-is-not-writable)
331
-
-[External projects](#external-projects)
332
-
-["I am using Rancher Desktop. How to deal with the underlying Lima?"](#i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima)
333
-
-["Hints for debugging other problems?"](#hints-for-debugging-other-problems)
313
+
-[Generic](#generic)
314
+
-["What's my login password?"](#whats-my-login-password)
315
+
-["Does Lima work on ARM Mac?"](#does-lima-work-on-arm-mac)
316
+
-["Can I run non-Ubuntu guests?"](#can-i-run-non-ubuntu-guests)
317
+
-["Can I run other container engines such as Docker and Podman? What about Kubernetes?"](#can-i-run-other-container-engines-such-as-docker-and-podman-what-about-kubernetes)
318
+
-["Can I run Lima with a remote Linux machine?"](#can-i-run-lima-with-a-remote-linux-machine)
319
+
-["Advantages compared to Docker for Mac?"](#advantages-compared-to-docker-for-mac)
320
+
-[QEMU](#qemu)
321
+
-["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error)
322
+
-["QEMU is slow"](#qemu-is-slow)
323
+
-[error "killed -9"](#error-killed--9)
324
+
-["QEMU crashes with `vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed`"](#qemu-crashes-with-vmx_write_mem-mmu_gva_to_gpa-xxxxxxxxxxxxxxxx-failed)
325
+
-[VZ](#vz)
326
+
-["Liam gets stuck at `Installing rosetta...`"](#liam-gets-stuck-at-installing-rosetta)
327
+
-[Networking](#networking)
328
+
-["Cannot access the guest IP 192.168.5.15 from the host"](#cannot-access-the-guest-ip-192168515-from-the-host)
329
+
-["Ping shows duplicate packets and massive response times"](#ping-shows-duplicate-packets-and-massive-response-times)
330
+
-["IP address is not assigined for vmnet networks"](#ip-address-is-not-assigined-for-vmnet-networks)
331
+
-[Filesystem sharing](#filesystem-sharing)
332
+
-["Filesystem is slow"](#filesystem-is-slow)
333
+
-["Filesystem is not writable"](#filesystem-is-not-writable)
334
+
-[External projects](#external-projects)
335
+
-["I am using Rancher Desktop. How to deal with the underlying Lima?"](#i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima)
336
+
-["Hints for debugging other problems?"](#hints-for-debugging-other-problems)
334
337
335
338
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
336
339
### Generic
@@ -440,6 +443,11 @@ A workaround is to set environment variable `QEMU_SYSTEM_X86_64="qemu-system-x86
440
443
441
444
https://bugs.launchpad.net/qemu/+bug/1838390
442
445
446
+
## VZ
447
+
#### "Liam gets stuck at `Installing rosetta...`"
448
+
449
+
Try `softwareupdate --install-rosetta` from a terminal.
450
+
443
451
### Networking
444
452
#### "Cannot access the guest IP 192.168.5.15 from the host"
445
453
@@ -463,6 +471,13 @@ PING google.com (172.217.165.14): 56 data bytes
463
471
464
472
For more details, see [Documentation/Networking](https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29).
465
473
474
+
#### "IP address is not assigined for vmnet networks"
0 commit comments