Skip to main content

All Questions

Tagged with
0 votes
0 answers
133 views

Could not login into TailScale during Ubuntu auto installation

Initially Ive tried official TailScale config: #cloud-config # The above header must generally appear on the first line of a cloud config # file, but all other lines that begin with a # are optional ...
Oleg Kmechak's user avatar
1 vote
1 answer
248 views

late-commands using ubuntu autoinstall does not install tailscale app

I am trying to create autoinstall configuration for automatic ubuntu server installation and remote access. For remote access I would like to use Tailscale VPN. This example of my user-data file: #...
Oleg Kmechak's user avatar
0 votes
1 answer
315 views

AWS userdata does not run on custom Ubuntu AMI

I've created a custom Ubuntu ISO with Autoinstall and userdata to set up a virtual machine (VM) in our VMware setup. This VM is then converted to OVA format, uploaded to AWS S3, and converted to an ...
Utz's user avatar
  • 79
1 vote
1 answer
824 views

Replicating an autoinstall

My scenario is as follows. I've deployed several servers, and each has generated the /var/log/installer/autoinstall-user-data. Of course, things have changed on the devices, i.e., network config and ...
Patrik Arlos's user avatar
0 votes
0 answers
392 views

how to enable root user by default in autoinstall user data

in my product, i need to enable root user by default in autoinstall user-data file Expectation: root user login by default post installation i followed the below, version: 1 user-data: ...
seeni sekar's user avatar
0 votes
0 answers
61 views

Subiquity - Dual Boot Storage Setup

Is it possible to install Ubuntu 22 via Subiquity alongside a Windows install on 1 disk? And if so, how is the user-data file configured? In pre-seed, I could use the following: d-i partman-auto/...
Jason Ashby's user avatar
4 votes
1 answer
3k views

Installing packages via autoinstall vs user-data

I've read the entire autoinstall documentation and the entire cloud-init documentation, but I still don't understand the apparent overlap/redundancy between the ability to install packages in ...
Alex Dresko's user avatar
0 votes
0 answers
471 views

How to add shell script and python scripts in ubuntu auto-install early-commands section

I have a requirement to add multiple shell scripts and python scripts in the ubuntu autoinstall early-command section. All documents tell about only the shell commands passing procedure inside early-...
Dushyanth's user avatar
2 votes
0 answers
229 views

Ubuntu autoinstall disable prompt during iso installation

I'm generating my own iso using autoinstall, here is the configuration: #cloud-config autoinstall: version: 1 identity: hostname: foo-ubuntu password: "qqqaaaqqqaaa" username:...
lior_azroel's user avatar
0 votes
0 answers
327 views

autoinstall ubuntu 22.04 LTS autoinstall does not work in uefi mode

I'm working on autoinstall ubuntu 22 for my company (using VMWare and PXE). It works fine with legacy configs, but not with UEFI. I have continued the install process to the end and then get the ...
Jean-Francois's user avatar