Hi @quashee. Yes, you can see what networks are available to bridge with multipass networks. And you can specify the intended --network on each launch.
networks failed: The networks feature is not implemented on this backend.
I’m on MacOS trying to run a linux instance - it was working perfectly until I upgraded to Sequoia 15.0. Now it shows the instance, but with no IP address - which is why I was trying to see if the network command might help.
The fix for sequoia did not change any vm instance location. The folder and image path “/var/root/Library/Application Support/multipassd/vault/instances/[instance-name]/ubuntu-24.04-server-cloudimg-amd64.img” probably is for instances of other drivers. As long as you still use qemu driver (use multipass get local.driver to find out), then the image path should still be “/var/root/Library/Application Support/multipassd/qemu/vault/instances/[instance-name]/ubuntu-22.04-server-cloudimg-arm64.img”. As a result, you would not have to copy anything.