<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><br>The reason for:<br><div>   <font color="#000000">prompt 0</font><br>
   <font color="#000000">timeout 0<br>is there is no keyboard or screen, so whats the point of having a prompt or delay.<br><br></font>If the CD is accidentally used in a machine, it will boot into the red Hat installer, but since there is no kickstart file specified, the automatic install wouldn't happen.<br>
<br><font color="#000000">A label written on top of the CD explaining its purpose will stop accidental usage. <br><br>James<br></font></div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Gerald Waugh <gwaugh@frontstreetnetworks.com><br><b><span style="font-weight: bold;">To:</span></b> Discussion list about Kickstart <kickstart-list@redhat.com><br><b><span style="font-weight: bold;">Sent:</span></b> Fri, February 25, 2011 11:52:51 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: boot cd-rom network install on system with no display using vnc<br></font><br>



  
  

<font color="#000000"> </font>/root/isolinux/<font color="#000000">isolinux.cfg file like this:</font><br>
<br>
   <font color="#000000">default linux</font><br>
   <font color="#000000">prompt 0</font><br>
   <font color="#000000">timeout 0</font><br>
<br>
The parts above allow the system to start automatically<br>
with no operator intervention<br>
<br>
Downside is, if anyone inadvertently puts this CD in a system<br>
and reboots, or the system itself reboots, <br>
it will install! <br>
 <br>
<br>
On Thu, 2011-02-24 at 23:18 +0000, James Harrison wrote:
<blockquote type="CITE">
    <font color="#000000">Take boot.iso from the images directory in the RHEL DVD and mount it:</font><br>
    <font color="#000000">mount -o loop boot.iso /mnt</font><br>
    <br>
    <font color="#000000">make a directory and copy all files from /mnt to this dir.</font><br>
    <font color="#000000">mkdir /root/iso</font><br>
    <font color="#000000">cd /mnt</font><br>
    <font color="#000000">cp -pr * /root/iso</font><br>
    <font color="#000000">cd /</font><br>
    <font color="#000000">umount /mnt</font><br>
    <br>
    <font color="#000000">Look in /root/iso/isolinux</font><br>
    <br>
    <font color="#000000">Probably want an isolinux.cfg file like this:</font><br>
    <br>
    <font color="#000000">default linux</font><br>
    <font color="#000000">prompt 0</font><br>
    <font color="#000000">timeout 0</font><br>
    <br>
    <font color="#000000">label linux</font><br>
    <font color="#000000">    kernel vmlinuz</font><br>
    <font color="#000000">    append initrd=initrd.img ksdevice={DEV} </font><font color="#000000"><font size="2">linux  ip=xx.xx.xx.xx netmask=xx.xx.xx.xx dns=xx.xx.xx.xx gateway=xx.xx.xx.xx vnc vncconnect=xx.xx.xx.xx vncpassword=abcdef  method=nfs:xx.xx.xx:/{PATH TO LINUX_DISTRO EXPORTED FROM NFS SERVER} keymap=us lang=en_US.UTF-8</font></font><br>
    <br>
    <font color="#000000">fill in the details. Dont forget to make an NFS server.</font><br>
    <br>
    <font color="#000000">To make the iso file use something like:</font><br>
    <font color="#000000">mkisofs -o "/root/iso/isolinux.iso" -boot-info-table -b isolinux.bin -no-emul-boot -c boot.cat /root/iso/isolinux</font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <br>
    <font color="#000000">Use this file to boot from an RSA adapter or burn a cd.</font><br>
    <br>
    <font color="#000000">Hope this helps</font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    
<hr size="1">
<br>
    <b><font size="2"><font color="#000000">From:</font></font></b><font color="#000000"><font size="2"> Peter Allen <peter.allen.5000@gmail.com></font></font><br>
    <b><font size="2"><font color="#000000">To:</font></font></b><font color="#000000"><font size="2"> Discussion list about Kickstart <kickstart-list@redhat.com></font></font><br>
    <b><font size="2"><font color="#000000">Sent:</font></font></b><font color="#000000"><font size="2"> Thu, February 24, 2011 5:43:41 PM</font></font><br>
    <b><font size="2"><font color="#000000">Subject:</font></font></b><font color="#000000"><font size="2"> RE: boot cd-rom network install on system with no display using vnc</font></font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font size="2"><font color="#000080">Ok, I will try this and report back with results  J</font></font><br>
    <br>
    <font size="2"><font color="#000080"> </font></font><br>
    <br>
    <font size="2"><font color="#000080">Peter</font></font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <div align="center">
<hr>
</div>
</blockquote>
<blockquote type="CITE">
    <b><font size="2"><font color="#000000">From:</font></font></b><font color="#000000"><font size="2">kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] </font></font><font color="#000000"><b><font size="2">On Behalf Of </font></b></font><font color="#000000"><font size="2">James Harrison</font></font><br>
    <b><font size="2"><font color="#000000">Sent:</font></font></b><font color="#000000"><font size="2"> Thursday, February 24, 2011 2:25 PM</font></font><br>
    <b><font size="2"><font color="#000000">To:</font></font></b><font color="#000000"><font size="2"> Discussion list about Kickstart</font></font><br>
    <b><font size="2"><font color="#000000">Subject:</font></font></b><font color="#000000"><font size="2"> Re: boot cd-rom network install on system with no display using vnc</font></font><br>
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font color="#000000"> </font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font size="2"><font color="#000000">You have to make your own boot cd and insert the information I provided into the isolinux.cfg.</font></font><br>
    <br>
    <font size="2"><font color="#000000">James</font></font><br>
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font size="2"><font color="#000000"> </font></font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <div align="center">
<hr size="1">
</div>
</blockquote>
<blockquote type="CITE">
    <b><font size="2"><font color="#000000">From:</font></font></b><font color="#000000"><font size="2"> Peter Allen <peter.allen.5000@gmail.com></font></font><br>
    <b><font size="2"><font color="#000000">To:</font></font></b><font color="#000000"><font size="2"> Discussion list about Kickstart <kickstart-list@redhat.com></font></font><br>
    <b><font size="2"><font color="#000000">Sent:</font></font></b><font color="#000000"><font size="2"> Thu, February 24, 2011 5:07:43 PM</font></font><br>
    <b><font size="2"><font color="#000000">Subject:</font></font></b><font color="#000000"><font size="2"> RE: boot cd-rom network install on system with no display using vnc</font></font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font size="2"><font color="#000080">What if the OS destination machine has no keyboard or monitor??</font></font><br>
    <br>
    <font size="2"><font color="#000080"> </font></font><br>
    <br>
    <font size="2"><font color="#000080">Peter</font></font><br>
    <br>
    <font size="2"><font color="#000080"> </font></font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <div align="center">
<hr>
</div>
</blockquote>
<blockquote type="CITE">
    <b><font size="2"><font color="#000000">From:</font></font></b><font color="#000000"><font size="2">kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] </font></font><font color="#000000"><b><font size="2">On Behalf Of </font></b></font><font color="#000000"><font size="2">James Harrison</font></font><br>
    <b><font size="2"><font color="#000000">Sent:</font></font></b><font color="#000000"><font size="2"> Thursday, February 24, 2011 11:52 AM</font></font><br>
    <b><font size="2"><font color="#000000">To:</font></font></b><font color="#000000"><font size="2"> Discussion list about Kickstart</font></font><br>
    <b><font size="2"><font color="#000000">Subject:</font></font></b><font color="#000000"><font size="2"> Re: boot cd-rom network install on system with no display using vnc</font></font><br>
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font color="#000000"> </font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <br>
    <font size="2"><font color="#000000">Hi,</font></font><br>
    <font size="2"><font color="#000000">Start by running a vncviewer in listen mode (I use realvnc: vncviewer --listen from a command line ). Boot the machine to install linux with the cd-rom and you type:</font></font><br>
    <br>
    <font size="2"><font color="#000000">linux  ip=xx.xx.xx.xx netmask=xx.xx.xx.xx dns=xx.xx.xx.xx gateway=xx.xx.xx.xx vnc vncconnect=xx.xx.xx.xx vncpassword=abcdef method=cdrom keymap=us lang=en_US.UTF-8</font></font><br>
    <br>
    <font size="2"><font color="#000000">You need to specify IP, method, keymap and lang information otherwise it will ask you for this before vnc is running.</font></font><br>
    <br>
    <font size="2"><font color="#000000">the ip address is the address you want to give to the machine your installing linux on. Can also be ip=dhcp</font></font><br>
    <font size="2"><font color="#000000">vncconnect is the IP address you ran the vncviewer on</font></font><br>
    <font size="2"><font color="#000000">vncpassword is the password. Not sure if it should be encrypted or mot</font></font><br>
    <font size="2"><font color="#000000">method=cdrom specify your install media</font></font><br>
    <br>
    <font size="2"><font color="#000000">By booting from a cd-rom you unfortunately have to perform a media check. This requires output to a screen and a few key presses and I don't know if this can be disabled. The way I got round this was to use an NFS server, so the boot line is:</font></font><br>
    <br>
    <font size="2"><font color="#000000">linux  ip=xx.xx.xx.xx netmask=xx.xx.xx.xx dns=xx.xx.xx.xx gateway=xx.xx.xx.xx vnc vncconnect=xx.xx.xx.xx vncpassword=abcdef  \     </font></font><br>
    <font size="2"><font color="#000000">    method=nfs:xx.xx.xx:/{PATH TO LINUX_DISTRO EXPORTED FROM NFS SERVER} keymap=us lang=en_US.UTF-8</font></font><br>
    <br>
    <font size="2"><font color="#000000">eg,</font></font><br>
    <font size="2"><font color="#000000">method=nfs:10.2.34.123:/export/RHEL5.4/i386</font></font><br>
    <br>
    <font size="2"><font color="#000000">/export/RHEL5.4/i386 is the path on the NFS server to the DVD distribution on disk. You have to copy the contents of the DVD to disk.</font></font><br>
    <br>
    <font size="2"><font color="#000000">Heres a useful web page:</font></font><br>
    <font size="2"><font color="#000000"><span><a target="_blank" href="http://www.redhat.com/magazine/024oct06/features/kickstart/">http://www.redhat.com/magazine/024oct06/features/kickstart/</a></span></font></font><br>
    <br>
    <font size="2"><font color="#000000">Hope this is of some help.</font></font><br>
    <br>
    <font size="2"><font color="#000000">James</font></font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <div align="center">
<hr size="1">
</div>
</blockquote>
<blockquote type="CITE">
    <b><font size="2"><font color="#000000">From:</font></font></b><font color="#000000"><font size="2"> Peter Allen <peter.allen.5000@gmail.com></font></font><br>
    <b><font size="2"><font color="#000000">To:</font></font></b><font color="#000000"><font size="2"> kickstart-list@redhat.com</font></font><br>
    <b><font size="2"><font color="#000000">Sent:</font></font></b><font color="#000000"><font size="2"> Thu, February 24, 2011 1:00:18 PM</font></font><br>
    <b><font size="2"><font color="#000000">Subject:</font></font></b><font color="#000000"><font size="2"> boot cd-rom network install on system with no display using vnc</font></font><br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font size="2"><font color="#000000">Does anyone know how to do this?</font></font><br>
    <br>
    <font size="2"><font color="#000000"> </font></font><br>
    <br>
    <font size="2"><font color="#000000">Thanks</font></font><br>
    <br>
    <font size="2"><font color="#000000"> </font></font><br>
    <br>
    <font size="2"><font color="#000000">Peter</font></font><br>
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font color="#000000"> </font><br>
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    <font color="#000000"> </font><br>
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    <br>
<pre><font color="#000000">_______________________________________________</font>
<font color="#000000">Kickstart-list mailing list</font>
<font color="#000000"><a rel="nofollow" ymailto="mailto:Kickstart-list@redhat.com" target="_blank" href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</a></font>
<font color="#000000"><a rel="nofollow" target="_blank" href="https://www.redhat.com/mailman/listinfo/kickstart-list">https://www.redhat.com/mailman/listinfo/kickstart-list</a></font>
</pre>
</blockquote>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td>
<pre>-- <br>Gerald Waugh<br>Front Street Networks<br><span><a target="_blank" href="http://www.frontstreetnetworks.com">http://www.frontstreetnetworks.com</a></span><br>+1 318-670-8312<br>cell 318-401-0428<br></pre>
</td>
</tr>
</tbody></table>
</div></div>
</div><br>

      </body></html>