Does kickstart work on 20.04 LTS

Tom H tomh0665 at gmail.com
Fri Jan 8 20:44:11 UTC 2021


On Thu, Dec 24, 2020 at 9:58 PM Jerry Geis <jerry.geis at gmail.com>
wrote:
>
> GREAT progress today... Got kickstart running an autoinstall with
> the legacy-server 20.04-1
>
> Only one problem. That language menu pops up.
>
> This is the "boot" line on the isolinux/txt.cfg
> append initrd=/install/initrd.gz debian-installer/language=en_US
> ks=cdrom:/kickstart/ks_server_ubuntu20.cfg quiet splash
> biosdevname=0 net.ifnames=0
>
> But it doesnt seem to recognize the language=en_US selection. That
> is the very first item that pops - up - everything auto-installs
> after that menu.
>
> What do I need to provide for that menu to not appear and accept
> the append line. I also have that specified in the kickstart file.
>
> #System language
> lang en_US
>
> #Language modules to install
> langsupport en_US

I doubt that "langsupport" will be understood in an Ubuntu context.

Try

1) Changing "language=en" instead of "language=en_US". "language=en"
is the short cmdline version of "debian-installer/language".

2) Adding "auto=true" and/or "priority=critical".

3) Adding "locale=en_US.UTF-8" if the above two don't solve your problem.




More information about the ubuntu-users mailing list