[SOLVED] Ubuntu 24.04 not supported??

Hellman_x

New Member
Oct 3, 2023
16
1
3
I updated one of my guest VMs just to keep it up-to-date and now i've discovered that proxmox can't handle Ubuntu 24.04?

What now? Is there a way to roll back the update?
 
Yeah, recent Ubuntu 24.04 works just fine here in both virtual machines and containers.

Maybe post more details w.r.t. what the error is and also the full guest config.
 
Yeah, recent Ubuntu 24.04 works just fine here in both virtual machines and containers.

Maybe post more details w.r.t. what the error is and also the full guest config.
Sure,

Task Viewer output:

Code:
run_buffer: 571 Script exited with status 255
lxc_init: 845 Failed to run lxc.hook.pre-start for container "105"
__lxc_start: 2034 Failed to initialize container "105"
TASK ERROR: startup for container '105' failed

Shell debug:

Code:
root@prox:~# pct start 105 --debug
run_buffer: 571 Script exited with status 255
lxc_init: 845 Failed to run lxc.hook.pre-start for container "105"
__lxc_start: 2034 Failed to initialize container "105"
0 hostid 100000 range 65536
INFO     lsm - ../src/lxc/lsm/lsm.c:lsm_init_static:38 - Initialized LSM security driver AppArmor
INFO     utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "105", config section "lxc"
DEBUG    utils - ../src/lxc/utils.c:run_buffer:560 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 105 lxc pre-start produced output: unsupported Ubuntu version '24.04'

ERROR    utils - ../src/lxc/utils.c:run_buffer:571 - Script exited with status 255
ERROR    start - ../src/lxc/start.c:lxc_init:845 - Failed to run lxc.hook.pre-start for container "105"
ERROR    start - ../src/lxc/start.c:__lxc_start:2034 - Failed to initialize container "105"
INFO     utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxc/hooks/lxc-pve-poststop-hook" for container "105", config section "lxc"
startup for container '105' failed
 
Last edited:
  • Like
Reactions: Hellman_x
That's what Proxmox calls a container and not a VM. Did you update your Proxmox to the latest 8.2 version?
I think PVE 7 does not support Ubuntu 24.04 containers (and is out of support by Proxmox), so you better use a VM.
Linux prox 6.2.16-3-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-3 (2023-06-17T05:58Z) x86_64
Is my current version. If I run an apt update & upgrade I won't receive any more updates.

I noticed 8.0.3 at the top left, so I guess I'm not up to date somehow.