<?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 Re: Network Installation OF OS. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689263#M20929</link>
    <description>you can mount the iso on the NFS system by foll command:&lt;BR /&gt;mount -o loop /path_to_iso /export/dump&lt;BR /&gt;&lt;BR /&gt;then set up NFS to export : /export/dump directory&lt;BR /&gt;&lt;BR /&gt;now on client machine, boot using boot floppy and select NFSD as the install method.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
    <pubDate>Wed, 28 Dec 2005 09:32:37 GMT</pubDate>
    <dc:creator>Vipulinux</dc:creator>
    <dc:date>2005-12-28T09:32:37Z</dc:date>
    <item>
      <title>Network Installation OF OS.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689260#M20926</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I have RH AS4.0 ISO iamge files. Can some one tell me steps to install OS over the network.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Varian Crasto</description>
      <pubDate>Mon, 12 Dec 2005 04:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689260#M20926</guid>
      <dc:creator>varian_1</dc:creator>
      <dc:date>2005-12-12T04:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Network Installation OF OS.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689261#M20927</link>
      <description>Shalom Varian,&lt;BR /&gt;&lt;BR /&gt;Red Hat permits installation from ISO files from a NFS installation point.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fedora.redhat.com/docs/release-notes/fc5/test1-en/" target="_blank"&gt;http://fedora.redhat.com/docs/release-notes/fc5/test1-en/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/es-x86/" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/es-x86/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://info.ccone.at/INFO/Mail-Archives/redhat/Feb-2004/msg00423.html" target="_blank"&gt;http://info.ccone.at/INFO/Mail-Archives/redhat/Feb-2004/msg00423.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think the top link is best and is applicable to ES 4.0&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 Dec 2005 06:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689261#M20927</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-12T06:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Network Installation OF OS.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689262#M20928</link>
      <description>Hi,&lt;BR /&gt;i can suggest u to go for NFS installation...&lt;BR /&gt;&lt;BR /&gt;Procedure..&lt;BR /&gt;#mkdir /dump&lt;BR /&gt;Enter the first cd in cdrom..&lt;BR /&gt;&lt;BR /&gt;#mount /dev/cdrom /mnt&lt;BR /&gt;#cd /mnt&lt;BR /&gt;#cp -R RedHat /dump -v&lt;BR /&gt;&lt;BR /&gt;For next cds, do the following steps..&lt;BR /&gt;&lt;BR /&gt;#cd /mnt/RedHat/RPMS&lt;BR /&gt;#cp * /dump/RedHat/RPMS -v&lt;BR /&gt;#vi /etc/exports&lt;BR /&gt;/dump   192.168.0.0/24(rw,async,root_no_sqush)&lt;BR /&gt;&lt;BR /&gt;save and come out..&lt;BR /&gt;#service nfs restart&lt;BR /&gt;Enter the first cd of linux OS&lt;BR /&gt;search for .img file in CD &lt;BR /&gt;(it should be under cd /mnt/images)&lt;BR /&gt;insert one new floppy disk in floppy drive and type the following commands...&lt;BR /&gt;#dd if=file.img of=/dev/fd0&lt;BR /&gt;Boot the machine with bootable floppy..&lt;BR /&gt;following the insturction as display in ur screen during installation...&lt;BR /&gt;&lt;BR /&gt;Hope it will resolve ur issue..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Tue, 27 Dec 2005 16:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689262#M20928</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2005-12-27T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Network Installation OF OS.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689263#M20929</link>
      <description>you can mount the iso on the NFS system by foll command:&lt;BR /&gt;mount -o loop /path_to_iso /export/dump&lt;BR /&gt;&lt;BR /&gt;then set up NFS to export : /export/dump directory&lt;BR /&gt;&lt;BR /&gt;now on client machine, boot using boot floppy and select NFSD as the install method.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Wed, 28 Dec 2005 09:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689263#M20929</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2005-12-28T09:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Network Installation OF OS.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689264#M20930</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can also use http and ftp for network installations. For Red Hat and Fedora, just copy the first CD in a directory. Then, copy the rpm files from the other CD's to the rpm directory of the copied CD.&lt;BR /&gt;&lt;BR /&gt;If you don't want to burn CD's, you can mount the ISO image files (mount -t iso9660 -o loop /path/of/the/mountpoint /path/of/the/file.iso).</description>
      <pubDate>Mon, 02 Jan 2006 17:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-installation-of-os/m-p/3689264#M20930</guid>
      <dc:creator>Nils_9</dc:creator>
      <dc:date>2006-01-02T17:53:17Z</dc:date>
    </item>
  </channel>
</rss>

