Using the same method as described here (https://canonical-subiquity.readthedocs-hosted.com/en/latest/howto/autoinstall-quickstart.html) I managed to autoinstall both 20.04 and 22.04 LTS.
However when trying 24.04, the installation fails to detect the user-data file.
Looking at the logs on the apache server, I see the file is being requested
192.168.57.147 - - [27/Feb/2025:04:37:51 +0000] "GET /ubuntu2404/autoinstall/meta-data HTTP/1.1" 200 256 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:51 +0000] "GET /ubuntu2404/autoinstall/user-data HTTP/1.1" 200 2061 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:51 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 491 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:52 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:53 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:54 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:55 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:56 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:57 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:58 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:37:59 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:38:00 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
192.168.57.147 - - [27/Feb/2025:04:38:01 +0000] "GET /ubuntu2404/autoinstall/vendor-data HTTP/1.1" 404 490 "-" "Cloud-Init/24.4-0ubuntu1~22.04.1"
However on the target system it presents the language selections prompt.
In cloud-init-output.log the following is shown
In subiquity-server-debug.log
I am at a loss of where else to look to diagnose this issue. Any guidance would help me out a log.