network-console not considering preseed values debian-installer

Javier Palacios javiplx at gmail.com
Mon Jun 20 20:15:00 UTC 2016


On Mon, Jun 20, 2016 at 9:00 PM, Raphael Philipe Mendes da Silva <
raphasil at linux.vnet.ibm.com> wrote:

> Hi,
>
> I'm playing with debian-installer in order to perform fully automatic
> network installations of Ubuntu 16.04 for s390x.
>
> I noticed something odd regarding the network-console: it seems to not
> consider the values set in the preseed file and keeps asking for the
> password in the "Continue installation remotely using SSH" question. It
> does consider some other values in preseed file, like the mirror and
> partitions configuration.
>
> My preseed file contains the following settings for network console:
>
> d-i network-console/password password r00t
> d-i network-console/password-again password r00t
> d-i network-console/start select continue
>

My snippet (trusty) for ssh install was

d-i preseed/early_command string anna-install network-console
d-i network-console/start select continue
d-i anna/choose_modules string network-console
d-i network-console/authorized_keys_url string
http://172.16.175.98/openssh-key
d-i network-console/password password r00tme
d-i network-console/password-again password r00tme

I believe that in your case is the second line what is probably missing.

Javier Palacios
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-server/attachments/20160620/ddefca10/attachment.html>


More information about the ubuntu-server mailing list