<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 21, 2015 at 10:21 AM, Josef Wolf <span dir="ltr"><<a href="mailto:jw@raven.inka.de" target="_blank">jw@raven.inka.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On Do, Mai 21, 2015 at 09:53:56 -0400, Mathieu Trudel-Lapierre wrote:<br>
> On Thu, May 21, 2015 at 8:57 AM, Josef Wolf <<a href="mailto:jw@raven.inka.de">jw@raven.inka.de</a>> wrote:<br>
> [...]<br>
><br>
> > --- isolinux.orig/isolinux.cfg 2012-12-05 21:24:18.000000000 +0100<br>
> > +++ isolinux/isolinux.cfg 2012-08-22 20:32:03.000000000 +0200<br>
> > @@ -1,6 +1,7 @@<br>
> > # D-I config version 2.0<br>
> > +serial 0 115200<br>
> > +console 0<br>
> > include menu.cfg<br>
> > default vesamenu.c32<br>
> > prompt 0<br>
> > -timeout 0<br>
> > ui gfxboot bootlogo<br>
> ><br>
><br>
> I think all you're missing is to remove that "ui gfxboot bootlogo" line :)<br>
><br>
> >From there however, you'll probably just have a prompt; so to boot you will<br>
> need to explicitly type 'server-serial' to boot that option.<br>
<br>
</span>Thanks Mathieu, that did the trick!<br>
<br>
Now I stumbled on the next problem: when I add console=ttyS0,9600n8 to do the<br>
install with serial console, d-i starts asking questions again:<br>
<br>
[!!] Choose language<br>
<br>
Please choose the language used for the installation process. This<br>
language will be the default language for the final system.<br>
<br>
Choose a language:<br>
C<br>
English<br>
<br>
<Go Back><br>
<br>
Please note that I am offered only "C" and "English" here, while without<br>
the console=ttyS0,9600n8 setting, I can preseed german locale without any<br>
problems, and I am not asked this question at all.<br>
<br>
Any ideas on this?<br></blockquote><div><br></div><div>If by preseeding you meant you were picking German early on in the graphical splash, then you can achieve the same by also adding "language=de" on the command-line, or having it in a preseed file (which means however you'll need to pass "auto=true" so that it gets read early).<br><br></div><div><br>Mathieu Trudel-Lapierre <<a href="http://mathieu.tl" target="_blank">mathieu.tl</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>><br><div><div class="gmail_signature">Freenode: cyphermox, Jabber: <a href="http://mathieu.tl" target="_blank">mathieu.tl</a>@<a href="http://gmail.com" target="_blank">gmail.com</a><br>4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93</div></div><br></div></div></div></div>