<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Sep 18, 2014, at 04:56 , Mike Plemmons &lt;<a href="mailto:mikeplemmons@gmail.com">mikeplemmons@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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.&nbsp; You may have to use a server or alternate ISO</p></blockquote><div>I’m using the mini.iso, which is ~40MB.</div><br><div><br></div><br><blockquote type="cite">
<div class="gmail_quote">On Sep 18, 2014 1:36 AM, "Rick Hornsby" &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.&nbsp; 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.&nbsp; So, trying to do a headless install of Ubuntu and it isn’t going well so far.&nbsp; 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.&nbsp; Every time, the installer stops on the very first step of what would be an interactive install and prompts for the install language.&nbsp; 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&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;select critical<br>
d-i auto-install/enabled&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;boolean true<br>
d-i netcfg/choose_interface&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; select auto<br>
d-i netcfg/get_hostname&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string archer<br>
d-i netcfg/get_domain&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string local<br>
d-i network-console/password&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;password SECRET123<br>
d-i network-console/password-again&nbsp; &nbsp; &nbsp;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>
&nbsp; &nbsp; &nbsp; &nbsp; kernel linux<br>
&nbsp; &nbsp; &nbsp; &nbsp; 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="U.S. English" console-setup/variantcode=intl countrychooser/country-name="United States" debian-installer/country=US languagechooser/language-name="English" languagechooser/language-name-fb="English" 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.&nbsp; I know I have both file= and url/preseed=.&nbsp; I was getting desperate.&nbsp; 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>
_______________________________________________<br>colug-432 mailing list<br><a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>http://lists.colug.net/mailman/listinfo/colug-432<br></blockquote></div><br></body></html>