Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot launch Ubuntu 16.04 VM from Ubuntu #3874

Closed
Guillaumebeuzeboc opened this issue Jan 13, 2025 · 1 comment
Closed

Cannot launch Ubuntu 16.04 VM from Ubuntu #3874

Guillaumebeuzeboc opened this issue Jan 13, 2025 · 1 comment

Comments

@Guillaumebeuzeboc
Copy link

Describe the bug
Launching a 16.04 VM from Ubuntu is timing out. It results in a VM in an "Unknown" state that cannot be started.

To Reproduce

  1. multipass launch 16.04
launch failed: The following errors occurred:
foremost-porcupine: timed out waiting for response

2.multipass start foremost-porcupine

Instance 'foremost-porcupine' is already running, but in an unknown state.
Try to stop it first.
  1. multipass stop foremost-porcupine
  2. multipass start foremost-porcupine (hangs)
  3. multipass list
foremost-porcupine      Unknown           --               Ubuntu 16.04 LTS

Expected behavior
Even if the image is EoL with Ubuntu Pro I should be able to launch and use it.

Logs
multipass.log

Additional info

  • OS: [Ubuntu 20.04.6 LTS, Ubuntu 22.04]
  • `multipass 1.15.011
  • multipassd 1.15.0
  • $ multipass info foremost-porcupine
Name:           foremost-porcupine
State:          Unknown
Snapshots:      0
IPv4:           --
Release:        --
Image hash:     65bb42c0d2e0 (Ubuntu 16.04 LTS)
CPU(s):         --
Load:           --
Disk usage:     --
Memory usage:   --
Mounts:         --
  • multipass get local.driver
    qemu

Additional context
I am trying to test a solution using Ubuntu Pro. Because of cgroup incompatibility I cannot use a container.

@ricab
Copy link
Collaborator

ricab commented Feb 12, 2025

Hi @Guillaumebeuzeboc, sorry for the late reply, this slipped through the cracks before.

I am afraid that Xenial is unsupported:

$ multipass find xenial
No images or blueprints found.
$ multipass find --show-unsupported xenial
Image                       Aliases           Version          Description
xenial                                        20211001         Ubuntu 16.04 LTS
daily:xenial                                  20211001         Ubuntu 16.04 LTS

A decision was made a while ago to scope such images out of what Multipass is supposed to support. See #3443 and #1068 for reference. I have just created #3934 though, to provide a better UX for these cases.

@ricab ricab closed this as completed Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants