Good morning,
I have a problem with starting up autoinstall while booting Ubuntu Server 20.04 ISO. I have already read all documentation and couple internet manuals but I'm not able to make Ubuntu using user-data file.
I have user-data file prepared by Ubuntu installer. I'm trying to boot it with parameters like:
autoinstall ds=nocloud-net;s=ftp://repo/files/ubuntu2004/
I created an empty meta-data file, tried a lot of ftp/http, syntax combination for this. Nothing was successful so far. Does anyone know what I'm doing wrong? Each time cloud-init is loading but then it starts interactive installation. I'm running out of ideas :(
[10/Sep/2021:06:49:34 +0000] "GET /meta-data HTTP/1.1" 200 0 "-" "Cloud-Init/21.1-19-gbad84ad4-0ubuntu2" "-" 10.206.190.126 - - [10/Sep/2021:06:49:34 +0000] "GET /user-data HTTP/1.1" 200 6712 "-" "Cloud-Init/21.1-19-gbad84ad4-0ubuntu2" "-" 2021/09/10 06:49:34 [error] 33#33: *6 open() "/usr/share/nginx/html/vendor-data" failed (2: No such file or directory), client: 10.206.190.126, server: localhost, request: "GET /vendor-data HTTP/1.1", host: "10.206.190.11"
– adio93 Sep 10 '21 at 07:00vendor-data
file. It sounds like theuser-data
file is downloaded from the web server, so I would check the logs in the installer. – Andrew Lowther Sep 10 '21 at 15:03