0

According to the ubuntu manual, the automatically generated autoinstall-user-data will just work. However, when I try to use it to seed the server, it report shcema error:

enter image description here

Is this file actually non-usable

muru
  • 207,228
Wang
  • 725

1 Answers1

1

The generated autoinstall-user-data had an extra level of 'kernel' in it. This has been resolved on the Subiquity main branch. For existing autoinstall files, if you have something like the following:

kernel:
  kernel:
    package: linux-generic

please change it to look like:

kernel:
  package: linux-generic.