<p dir="ltr">I did some quick searching and found the following.</p>
<p dir="ltr"><a href="http://serverfault.com/questions/143296/how-to-get-http-preseed-to-work-correctly-on-ubuntu-10-04-lts-lucid">http://serverfault.com/questions/143296/how-to-get-http-preseed-to-work-correctly-on-ubuntu-10-04-lts-lucid</a></p>
<p dir="ltr">I realize it is old but it states that you cannot use the desktop ISO and use preseed.  You may have to use a server or alternate ISO.</p>
<div class="gmail_quote">On Sep 18, 2014 1:36 AM, &quot;Rick Hornsby&quot; &lt;<a href="mailto:richardjhornsby@gmail.com">richardjhornsby@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Basement server.  No monitor or keyboard and I’m too lazy to haul it all the way upstairs (jt is really heavy), or haul my good desktop LCD all the way down to the basement and all the way back upstairs.  So, trying to do a headless install of Ubuntu and it isn’t going well so far.  Frankly, everything I can find on Ubuntu’s site is either way more complicated than what I need or way out of date so that it doesn’t look anything like what I’m looking at in the 14.04 ISO.<br>
<br>
I’m working with the netboot mini.iso image, and more or less following this (along with some other random documentation from Google’s lucky answer box)<br>
<br>
<a href="http://www.sgvulcan.com/installing-debian-using-only-ssh/" target="_blank">http://www.sgvulcan.com/installing-debian-using-only-ssh/</a><br>
<br>
I’m using vmware to test the ISO before burning a disc, and so that I can see what is happening i.e. if it is actually working.<br>
<br>
Problem is that no matter what I do, I can’t get seem to get the installer to read or use the preseed file - either including it in the ISO (“/cdrom/preseed.cfg”) or putting it on an http server on the local network.  Every time, the installer stops on the very first step of what would be an interactive install and prompts for the install language.  I tried answering the first few questions to see if many the preseed file was just missing one or two things, but the installer seems to be oblivious.<br>
<br>
This is my preseed.cfg file:<br>
<br>
# Locale sets language and country.<br>
d-i debian-installer/locale select en_US<br>
# Keyboard selection.<br>
d-i console-keymaps-at/keymap select us<br>
d-i debconf/priority                   select critical<br>
d-i auto-install/enabled               boolean true<br>
d-i netcfg/choose_interface            select auto<br>
d-i netcfg/get_hostname                string archer<br>
d-i netcfg/get_domain                  string local<br>
d-i network-console/password           password SECRET123<br>
d-i network-console/password-again     password SECRET123<br>
d-i preseed/early_command string anna-install network-console<br>
<br>
<br>
and here’s what I have in the txt.cfg file for the netboot that is on the remastered ISO:<br>
<br>
label netinstall<br>
        kernel linux<br>
        append vga=normal initrd=initrd.gz file=/cdrom/preseed.cfg preseed/url=<a href="http://192.168.2.201/~rhornsby/preseed.cfg" target="_blank">http://192.168.2.201/~rhornsby/preseed.cfg</a> console-setup/layoutcode=us console-setup/layout=&quot;U.S. English&quot; console-setup/variantcode=intl countrychooser/country-name=&quot;United States&quot; debian-installer/country=US languagechooser/language-name=&quot;English&quot; languagechooser/language-name-fb=&quot;English&quot; netcfg/get_hostname=archer mirror/http/countries=US mirror/http/hostname=<a href="http://us.archive.ubuntu.com" target="_blank">us.archive.ubuntu.com</a> DEBCONF_PRIORITY=critical interface=eth0 hostname=localhost domain=localdomain --<br>
<br>
I’ve tried file=, preseed/file=, preseed/url= and nothing seems to work.  I know I have both file= and url/preseed=.  I was getting desperate.  I’m not seeing any requests in the apache log for the file, and everything goes by so fast in the console that I can’t tell if it is throwing any errors there - but I haven’t seen any.<br>
<br>
Any thoughts or ideas?<br>
<br>
<br>
thanks!<br>
_______________________________________________<br>
colug-432 mailing list<br>
<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
</blockquote></div>