Skip to main content

All Questions

0 votes
2 answers
157 views

Minimal autoinstall.yaml to install authorized keys, getting subiquity/Error/load_autoinstall_data

I am trying to create the minimal autoinstall.yaml that will let me install SSH authorized keys. This is my autoinstall.yaml: #cloud-config autoinstall: version: 1 locale: en_US identity: ...
user162988's user avatar
0 votes
1 answer
261 views

Using autoinstall storage sizing-policy all, does not work

I'm preparing an Ubuntu 22.04 iso. I want the default lvm size to be all, and not scaled as Ubuntu's default https://ubuntu.com/server/docs/install/autoinstall-reference. sizing-policy The lvm layout ...
hudac's user avatar
  • 235
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
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
1 vote
1 answer
221 views

Autoinstall Lubuntu

I successfully was able to autoinstall Ubuntu Server 22.04 by calling following GRUB commands. <my-server> provides a user-data config file where users will be created etc. linux /casper/vmlinuz ...
pykereaper's user avatar
0 votes
1 answer
4k views

Packer Ubuntu Server 20.04 prompting for install confirmation despite `autoinstall` specified in `boot_command`

I am setting up an unattended install for Ubuntu Server 20.04 with packer. However, despite my specifying autoinstall in the boot_command, the installer always asks me for confirmation (I need to ...
cyau's user avatar
  • 177
4 votes
1 answer
8k views

Autoinstall build of Ubuntu Server 20.04, does not autoinstall

I'm trying to build a Ubuntu 20.04 server with autoinstall. But it looks like it isn't picking up the setup file. I'm using packer, however I also tried this manually and got the same result: Setup: /...
awm's user avatar
  • 178
0 votes
1 answer
1k views

Problems with autoinstall

I'm trying out the new autoinstall method that supersedes the classical debian installer. I've built the following configs: user-data: #cloud-config autoinstall: version: 1 identity: hostname: ...
Fang's user avatar
  • 221