Ubuntu 12.04.x / 14.04.x

If you are using an IIS (Internet Information Services) web server provided by Microsoft, you may encounter problems in provisioning Ubuntu. At install time, Ubuntu asks, before downloading, for the GPG (GNU Privacy Guard) key of a package. This way it ensures that no suspicious packages are installed. Unfortunately there are issues regarding the authenticity of the kernel package and that causes the installer to go interactive. The workaround for this is to add the following in the preseed configuration file.

### Package selection
# By default the installer requires that repositories be authenticated
# using a known gpg key. This setting can be used to disable that
# authentication. Warning: Insecure, not recommended.
d-i debian-installer/allow_unauthenticated string true
Note : This is not added by default in the preseed files as Ubuntu does not recommend this option.