Closed tazle closed 2 years ago
I also tried launching a new VM (multipass launch -n second
), but it has the same issue.
Hi @tazle, thanks for the report. It seems the MacOS firewall changed some rules in the upgrade. See #2387 for several ways of fixing this.
Duplicate of #2387.
Seems that bootpd isn't running. Let's continue in #2387.
Describe the bug After upgrading to MacOS 12.4 earlier today, I am not able to start Multipass VMs anymore. I also upgraded Multipass from 1.8.x to 1.9.1 after noticing the proble, but the problem persists.
My multipass is installed using Homebrew.
To Reproduce After running
multipass start primary
, multipass is stuck at:Expected behavior Expected VM to start up and be accessible.
Logs
Additional info
multipass version
Name: second State: Stopped IPv4: -- Release: -- Image hash: 147e0cea207e (Ubuntu 20.04 LTS) Load: -- Disk usage: -- Memory usage: -- Mounts: --
$ sudo '/Library/Application Support/com.canonical.multipass/bin/qemu-system-aarch64' -machine virt,highmem=off -accel hvf -drive 'file=/Library/Application Support/com.canonical.multipass/bin/../Resources/qemu/edk2-aarch64-code.fd,if=pflash,format=raw,readonly=on' -cpu cortex-a72 -nic vmnet-shared,model=virtio-net-pci,mac=52:54:00:52:85:20 -device virtio-scsi-pci,id=scsi0 -drive 'file=/var/root/Library/Application Support/multipassd/qemu/vault/instances/primary/ubuntu-20.04-server-cloudimg-arm64.img,if=none,format=qcow2,discard=unmap,id=hda' -device scsi-hd,drive=hda,bus=scsi0.0 -smp 8 -m 8192M -qmp stdio -chardev udp,port=4567,id=char0 -serial chardev:char0 -nographic -cdrom '/var/root/Library/Application Support/multipassd/qemu/vault/instances/primary/cloud-init-config.iso'
{"QMP": {"version": {"qemu": {"micro": 0, "minor": 2, "major": 6}, "package": ""}, "capabilities": ["oob"]}}