Is it expected for fedora aarch64 on Intel to start in 10 minutes ? #872
-
Hi, I am a bit new to lima, and I came to it because I wanted to try some stuff on a Linux aarch64. As I'm a user of the Intel Fedora on another machine, I used a fedora template and as stated in this guide, I adapted the template by adding # Review and modify the following configuration for Lima instance "fedora".
# - To cancel starting Lima, just save this file as an empty file.
arch: "aarch64"
# This example requires Lima v0.7.0 or later.
images:
- location: "https://download.fedoraproject.org/pub/fedora/linux/releases/36/Cloud/x86_64/images/Fedora-Cloud-Base-36-1.5.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:ca9e514cc2f4a7a0188e7c68af60eb4e573d2e6850cc65b464697223f46b4605"
- location: "https://download.fedoraproject.org/pub/fedora/linux/releases/36/Cloud/aarch64/images/Fedora-Cloud-Base-36-1.5.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:5c0e7e99b0c542cb2155cd3b52bbf51a42a65917e52d37df457d1e9759b37512"
mounts:
- location: "~"
- location: "/tmp/lima"
writable: true Side note: I had to delete the other So once the template is saved, it took a real long time to start the arm64 shell. $ time limactl start fedora
INFO[0000] Using the existing instance "fedora"
INFO[0000] Attempting to download the nerdctl archive from "https://github.com/containerd/nerdctl/releases/download/v0.20.0/nerdctl-full-0.20.0-linux-arm64.tar.gz" digest="sha256:eff8546e289ed20e64d17e4d4a50b99cafc0136745ede795d0c9828b8ca50645"
INFO[0000] Using cache "/Users/brice.dutheil/Library/Caches/lima/download/by-url-sha256/90046910255810346754bbbc57626a5518480661ed5fdc577b1390845b479ad1/data"
WARN[0000] [hostagent] local user "brice.dutheil" is not a valid Linux username (must match "^[a-z_][a-z0-9_-]*$"); using "lima" username instead
INFO[0001] [hostagent] Starting QEMU (hint: to watch the boot progress, see "/Users/brice.dutheil/.lima/fedora/serial.log")
INFO[0001] SSH Local Port: 52113
INFO[0001] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0087] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0173] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0225] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0235] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0245] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0255] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0265] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0275] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0286] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0296] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0306] [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
INFO[0320] [hostagent] The essential requirement 1 of 5 is satisfied INFO[0320] [hostagent] Waiting for the essential requirement 2 of 5: "user session is ready for ssh"
INFO[0363] [hostagent] Waiting for the essential requirement 2 of 5: "user session is ready for ssh"
INFO[0387] [hostagent] Waiting for the essential requirement 2 of 5: "user session is ready for ssh"
INFO[0456] [hostagent] The essential requirement 2 of 5 is satisfied
INFO[0456] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0501] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0543] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0557] [hostagent] The essential requirement 3 of 5 is satisfied
INFO[0557] [hostagent] Waiting for the essential requirement 4 of 5: "/etc/fuse.conf to contain \"user_allow_other\""
INFO[0566] [hostagent] The essential requirement 4 of 5 is satisfied
INFO[0566] [hostagent] Waiting for the essential requirement 5 of 5: "the guest agent to be running"
INFO[0569] [hostagent] The essential requirement 5 of 5 is satisfied
INFO[0569] [hostagent] Mounting "/Users/brice.dutheil"
INFO[0573] [hostagent] Mounting "/tmp/lima"
INFO[0577] [hostagent] Waiting for the optional requirement 1 of 2: "systemd must be available"
INFO[0577] [hostagent] Forwarding "/run/lima-guestagent.sock" (guest) to "/Users/brice.dutheil/.lima/fedora/ga.sock" (host)
INFO[0578] [hostagent] Not forwarding TCP 0.0.0.0:22
INFO[0578] [hostagent] Not forwarding TCP 127.0.0.53:53
INFO[0578] [hostagent] Not forwarding TCP 127.0.0.54:53
INFO[0578] [hostagent] Forwarding TCP from 0.0.0.0:5355 to 127.0.0.1:5355
INFO[0578] [hostagent] Not forwarding TCP [::]:22
INFO[0578] [hostagent] Forwarding TCP from [::]:5355 to 127.0.0.1:5355
WARN[0578] [hostagent] failed to set up forwarding tcp port 5355 (negligible if already forwarded)
INFO[0579] [hostagent] The optional requirement 1 of 2 is satisfied
INFO[0580] [hostagent] Waiting for the optional requirement 2 of 2: "containerd binaries to be installed"
FATA[0600] did not receive an event with the "running" status
limactl start fedora 0.21s user 0.27s system 0% cpu 10:00.03 total
$ limactl list fedora
NAME STATUS SSH ARCH CPUS MEMORY DISK DIR
fedora Running 127.0.0.1:52113 aarch64 4 4GiB 100GiB /Users/brice.dutheil/.lima/fedora
$ limactl shell fedora
[lima@lima-fedora brice.dutheil]$ arch
aarch64
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, ARM on Intel is really slow. |
Beta Was this translation helpful? Give feedback.
Yes, ARM on Intel is really slow.