<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Kickstart in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3983563#M65998</link>
    <description>Am new to kickstart file, using parallel am running image of isolinux&lt;BR /&gt;&lt;BR /&gt;In isolinux.cfg file .I have specified path of ks.cfg.I created image by using this command&lt;BR /&gt;&lt;BR /&gt;sudo mkisofs -o ../ks.iso -V 'RH9 Install' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V -T .&lt;BR /&gt;&lt;BR /&gt;When i boot it using parallel it say ks.cfg. Can u tell me how to specify path&lt;BR /&gt;for ks.cfg. &lt;BR /&gt;&lt;BR /&gt;default ks&lt;BR /&gt;prompt 1&lt;BR /&gt;timeout 200&lt;BR /&gt;display boot.msg&lt;BR /&gt;F1 boot.msg&lt;BR /&gt;F2 options.msg&lt;BR /&gt;F3 general.msg&lt;BR /&gt;F4 param.msg&lt;BR /&gt;F5 rescue.msg&lt;BR /&gt;F7 snake.msg&lt;BR /&gt;label ks&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img ramdisk_size=8192 ks=file:/root/Desktop/isolinux/isolinux/ks.cfg&lt;BR /&gt;label linux&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img ramdisk_size=8192&lt;BR /&gt;label text&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img text ramdisk_size=8192&lt;BR /&gt;label expert&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append expert initrd=initrd.img ramdisk_size=8192&lt;BR /&gt;label ks&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append ks initrd=initrd.img ramdisk_size=8192&lt;BR /&gt;label lowres&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img lowres ramdisk_size=8192&lt;BR /&gt;label local&lt;BR /&gt;  localboot 1&lt;BR /&gt;label memtest86&lt;BR /&gt;  kernel memtest&lt;BR /&gt;  append -</description>
    <pubDate>Wed, 18 Apr 2007 02:24:30 GMT</pubDate>
    <dc:creator>RobertClark</dc:creator>
    <dc:date>2007-04-18T02:24:30Z</dc:date>
    <item>
      <title>Kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3983563#M65998</link>
      <description>Am new to kickstart file, using parallel am running image of isolinux&lt;BR /&gt;&lt;BR /&gt;In isolinux.cfg file .I have specified path of ks.cfg.I created image by using this command&lt;BR /&gt;&lt;BR /&gt;sudo mkisofs -o ../ks.iso -V 'RH9 Install' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V -T .&lt;BR /&gt;&lt;BR /&gt;When i boot it using parallel it say ks.cfg. Can u tell me how to specify path&lt;BR /&gt;for ks.cfg. &lt;BR /&gt;&lt;BR /&gt;default ks&lt;BR /&gt;prompt 1&lt;BR /&gt;timeout 200&lt;BR /&gt;display boot.msg&lt;BR /&gt;F1 boot.msg&lt;BR /&gt;F2 options.msg&lt;BR /&gt;F3 general.msg&lt;BR /&gt;F4 param.msg&lt;BR /&gt;F5 rescue.msg&lt;BR /&gt;F7 snake.msg&lt;BR /&gt;label ks&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img ramdisk_size=8192 ks=file:/root/Desktop/isolinux/isolinux/ks.cfg&lt;BR /&gt;label linux&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img ramdisk_size=8192&lt;BR /&gt;label text&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img text ramdisk_size=8192&lt;BR /&gt;label expert&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append expert initrd=initrd.img ramdisk_size=8192&lt;BR /&gt;label ks&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append ks initrd=initrd.img ramdisk_size=8192&lt;BR /&gt;label lowres&lt;BR /&gt;  kernel vmlinuz&lt;BR /&gt;  append initrd=initrd.img lowres ramdisk_size=8192&lt;BR /&gt;label local&lt;BR /&gt;  localboot 1&lt;BR /&gt;label memtest86&lt;BR /&gt;  kernel memtest&lt;BR /&gt;  append -</description>
      <pubDate>Wed, 18 Apr 2007 02:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3983563#M65998</guid>
      <dc:creator>RobertClark</dc:creator>
      <dc:date>2007-04-18T02:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3983564#M65999</link>
      <description>If using a 'ks=' type of URL, it should be relative to the ISO image i.e. 'ks=cdrom:/ks.cfg' or 'ks=floppy'.  The 'ks=file:/ks.cfg' type should only be used if the 'ks.cfg' is within the 'initrd' image.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-kickstart2-startinginstall.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-kickstart2-startinginstall.html&lt;/A&gt;</description>
      <pubDate>Wed, 18 Apr 2007 17:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3983564#M65999</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-04-18T17:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kickstart</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3983565#M66000</link>
      <description>Also, the "ks=..." option should be added to the "append" line. It should not be on its own line.&lt;BR /&gt;&lt;BR /&gt;Where is the ks.cfg located in the CD-ROM?&lt;BR /&gt;&lt;BR /&gt;If the ks.cfg is located in the top-level directory of the CD-ROM, the correct option would be "ks=cdrom:/ks.cfg".&lt;BR /&gt;&lt;BR /&gt;If it's in the "isolinux" subdirectory, the correct option would be "ks=cdrom:/isolinux/ks.cfg". &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 19 Apr 2007 00:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart/m-p/3983565#M66000</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-04-19T00:47:10Z</dc:date>
    </item>
  </channel>
</rss>

