I do not know anything about kickstart or its config file but is the plain &quot;cdrom&quot; the actual device? Not /dev/cdrom or /dev/scd1, etc.?<br><br><div class="gmail_quote">On Wed, Jun 20, 2012 at 9:05 AM, Ted W <span dir="ltr">&lt;<a href="mailto:ted@techmachine.net" target="_blank">ted@techmachine.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I&#39;m trying to automate the installation of my Ubuntu workstation images using kickstart but I seem to be missing something because when I boot off of the ISO I&#39;ve created it only boots to the initramfs prompt and won&#39;t go any further. I&#39;m not using PXE boot for this, I simply wanted to automate the process of answering the install questions automagically and using a local mirror for packages instead of having to update manually after installation completes. Any help figuring out where I&#39;ve gone wrong would be greatly appreciated. This is my first kickstart file under Ubuntu.<div>
<br></div><div>My ks.cfg file is below:<div><br></div><div><span style="white-space:pre-wrap">        </span>install</div><div><span style="white-space:pre-wrap">        </span>reboot</div><div><span style="white-space:pre-wrap">        </span>text</div>
<div><span style="white-space:pre-wrap">        </span>lang en_US.UTF-8</div><div><span style="white-space:pre-wrap">        </span>url --url <a href="http://www.gtlib.gatech.edu/pub/ubuntu/" target="_blank">http://www.gtlib.gatech.edu/pub/ubuntu/</a></div>
<div><span style="white-space:pre-wrap">        </span>keyboard us</div><div><span style="white-space:pre-wrap">        </span></div><div><span style="white-space:pre-wrap">        </span>root --disabled</div><div><span style="white-space:pre-wrap">        </span>user adminuser --fullname &quot;Admin User&quot; --iscrypted MY3ncryptedP@sswordLOLOLOL</div>
<div><span style="white-space:pre-wrap">        </span>authconfig --enabledsahdow --enabledmd5</div><div><span style="white-space:pre-wrap">        </span>timezone --utc America/New_York</div><div><span style="white-space:pre-wrap">        </span>bootloader --location=mbr --append=&quot;quiet&quot; --md5pass MY@ws0megrubp@55!</div>
<div><span style="white-space:pre-wrap">        </span></div><div><span style="white-space:pre-wrap">        </span>%packages</div><div><span style="white-space:pre-wrap">        </span>@ openssh-server</div><div><span style="white-space:pre-wrap">        </span>@ print-server</div>
<div><span style="white-space:pre-wrap">        </span>@ ubuntu-desktop</div><div><span style="white-space:pre-wrap">        </span>libnss-ldapd</div><div><span style="white-space:pre-wrap">        </span>libpam-ldapd</div><div><span style="white-space:pre-wrap">        </span>nss-updatedb</div>
<div><span style="white-space:pre-wrap">        </span>libnss-db</div><div><span style="white-space:pre-wrap">        </span>libpam-ccreds</div><div><span style="white-space:pre-wrap">        </span>nslcd</div><div><span style="white-space:pre-wrap">        </span>nscd</div>
<div><span style="white-space:pre-wrap">        </span>%pre</div><div><span style="white-space:pre-wrap">        </span>%post</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div>
-- <br>Ted W. &lt; <a href="mailto:Ted@Techmachine.net" target="_blank">Ted@Techmachine.net</a> &gt;<br>Registered GNU/Linux user #413569</div><div><br></div></span><br>
</div>
<br></div></font></span></div></div><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br>