[SOLVED] Problem with Ubuntu 24.04 installation

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

August 11, 2025 - 4:14 PM

Good morning,

At the end of July, I was on WAPT Server version 2.6.0.17293 and I was able to deploy Ubuntu 24.04 without any particular problems.

I updated WAPT Server to version 2.6.0.17392 and I just noticed that the Ubuntu deployment was failing at the beginning of the installation.
The error is 'Unable to find a live system on the network'.
err_ubuntu.jpg
err_ubuntu.jpg (208.54 KB) Viewed 20919 times
To be sure, I just recreated a blank deployment configuration:
- by loading a config from the config_ubuntu_desktop.conf file on which I remove everything from the late-commands line.
- by loading the IPXE script from the ubuntu.ipxe file
But the problem is still there.

I was wondering if there was a modification to the ubuntu.ipxe file in the latest updates.

Sincerely
Last edited by julienplt on August 13, 2025 - 2:16 PM, edited 1 time.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

August 11, 2025 - 4:25 PM

Hello

, quick question: how much RAM is available on the machine? (

https://github.com/netbootxyz/netboot.xyz/issues/1125
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

August 11, 2025 - 5:10 PM

sfonteneau wrote: August 11, 2025 - 4:25 PM Hello,

Quick question: what is the amount of RAM available on the machine? :

https://github.com/netbootxyz/netboot.xyz/issues/1125
Good morning,

This machine has 32GB of RAM.

Would it be possible for you to test an Ubuntu installation on your end, perhaps?

[edit] After looking on various forums, it seems to be a matter of the kernel, initrd, and iso versions not being identical. The 'ignore_uuid' option added to the kernel line seems to solve my problem. I don't know why this Ubuntu-related error is occurring now. [/edit]
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

August 11, 2025 - 8:02 PM

Hello,

good catch! I just realized why Ubuntu 24.04.3 was just released, and the URL specified in the IPXE script is 24.04.2.

Ubuntu updated the initrd to the corresponding link, so it's a mismatch. I'll check if that's the issue. (I'll try tomorrow)
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

August 13, 2025 - 2:16 PM

sfonteneau wrote: August 11, 2025 - 8:02 PM Hello,

Good catch, I just understood why. It's because Ubuntu 24.04.3 has just been released, and the URL indicated in the IPXE script is 24.04.2.

Ubuntu updated the initrd to the corresponding link, so it's a mismatch. I'll check if that's the problem. (I'll try tomorrow)
Good morning,

Yes, you're right, that was it :)
I corrected the path to the ISO this morning in the IPXE configuration and everything is working correctly again

Code: Select all

kernel http://releases.ubuntu.com/noble/netboot/amd64/linux initrd=initrd root=/dev/ram0 ip=dhcp cloud-config-url={{server_url}}api/v3/get_wads_config?mac_address=${net0/mac}&conf_only=true&ip_address=${net0/ip}&uuid=${uuid} url=https://releases.ubuntu.com/24.04.3/ubuntu-24.04.3-live-server-amd64.iso autoinstall
initrd http://releases.ubuntu.com/noble/netboot/amd64/initrd
boot 
Last edited by julienplt on August 13, 2025 - 2:17 PM, edited 1 time.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

August 13, 2025 - 2:17 PM

Thanks for the feedback.

We need to find a latest URL for Ubuntu, but unfortunately, it doesn't seem to exist: :(

https://releases.ubuntu.com/24.04.3/ubu ... -amd64.iso
Locked