Does kickstart work on 20.04 LTS

Jerry Geis jerry.geis at gmail.com
Tue Dec 22 23:23:27 UTC 2020


Hi Tom,

I tried the below, did not do anything....

I tried isolinux.cfg/txt.cfg
label LSI
  menu label ^Install Ubuntu Server 20.04 LSI
  kernel /casper/vmlinuz
  append  autoinstall
ds=nocloud,s=file:///kickstart/autoinstall_server_ubuntu20.yaml
initrd=/casper/initrd quiet splash biosdevname=0 net.ifnames=0 ---

and my autoinstall file: (first attempt)
 more ../kickstart/autoinstall_server_ubuntu20.yaml
version: 1
early-commands:
  - echo a
  - sleep 1
  - echo a
locale: en_US
refresh-installer:
  update: no
debconf-selections: eek
packages:
  - package1
  - package2
late-commands:
  - echo a
  - sleep 1
  - echo a
keyboard:
  layout: en
identity:
  realname: ''
  username: silentm
  password: ubuntu
  hostname: VMImage
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20201222/8e041bad/attachment.html>


More information about the ubuntu-users mailing list