0

I previously used this command to set english as the default language for my unattended Ubuntu installation in 14.04 and it worked perfectly:

echo en >> isolinux/lang

For Ubuntu 16.04 this doesn't work anymore. I have tried it multiple times with different permissions. I still see language selection window during unattended install.

Does anyone know how it should be done in 16.04?

1 Answers1

2

Found a different workaround for this. Set Ubuntu installer to select default values automatically and proceed with installation:

sed -i -r 's/timeout\s+[0-9]+/timeout 1/g' /isolinux/isolinux.cfg

Source: https://github.com/fries/prepare-ubuntu-unattended-install-iso/blob/master/make.sh