canonical / multipass

Multipass orchestrates virtual Ubuntu instances
https://multipass.run
GNU General Public License v3.0
7.51k stars 632 forks source link

`multipass launch 24.04` and `multipass launch noble` no longer work on Windows (multipass 1.13.1 and 1.14.0 RC1) #3553

Closed holta closed 3 days ago

holta commented 5 days ago

To Reproduce

Two different users, on two different continents, have independently confirmed this:

C:\Users\abcd>multipass launch noble
launch failed: 'noble' is not a supported alias. Please use `multipass find` for supported image aliases.

C:\Users\abcd>multipass launch 24.04
launch failed: '24.04' is not a supported alias. Please use `multipass find` for supported image aliases.

C:\Users\abcd>multipass version
multipass   1.13.1+win
multipassd  1.13.1+win

Conversely, multipass launch lts and multipass launch both still work to launch an Ubuntu 24.04 VM (instance), if folks need an interim workaround.

holta commented 5 days ago

Above report clarified! FYI Multipass instructions (pasted in above) say to use multipass find which provides erroneous info:

C:\Users\abcd>multipass find
Image                       Aliases           Version          Description
core                        core16            20200818         Ubuntu Core 16
core18                                        20211124         Ubuntu Core 18
core20                                        20230119         Ubuntu Core 20
core22                                        20230717         Ubuntu Core 22
20.04                       focal             20240626         Ubuntu 20.04 LTS
22.04                       jammy             20240627         Ubuntu 22.04 LTS
23.10                       mantic            20240619         Ubuntu 23.10
24.04                       noble,lts         20240628         Ubuntu 24.04 LTS
...
holta commented 5 days ago

FYI the exact same problem occurs with Multipass 1.14.0 RC1 on Windows:

C:\Users\abcd>multipass version
multipass   1.14.0-rc1.2439+g95e4d16a3.win
multipassd  1.14.0-rc1.2439+g95e4d16a3.win
georgeliao commented 3 days ago

@holta Thanks for reporting this. https://github.com/canonical/multipass/issues/3519 reported the exact same issue and it has been fixed already. It just did not go into multipass 1.14.0-rc yet. We are going to release 1.14.0 shortly and the fix will be included.

holta commented 3 days ago

Thanks @georgeliao!

georgeliao commented 3 days ago

@holta Yes, likely in July.