<?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: Bootnet Image for Red Hat Enterprise Linux 2.1 ES U3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241322#M11170</link>
    <description>Ok,try this&lt;BR /&gt;&lt;BR /&gt;cpio -oc &amp;lt; modules.cpio &amp;gt; modules.cgz</description>
    <pubDate>Tue, 11 May 2004 08:21:54 GMT</pubDate>
    <dc:creator>koenig_1</dc:creator>
    <dc:date>2004-05-11T08:21:54Z</dc:date>
    <item>
      <title>Bootnet Image for Red Hat Enterprise Linux 2.1 ES U3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241319#M11167</link>
      <description>I am attempting to install Red Hat Enterprise Linux 2.1 ES U3 on a DL320 G2 remotely via a Remote Insight Lights-Out board and a NFS image (I have done this many times with older DL320s). As the server has a Broadcom NIC the default RedHat bootnet.img is not supported. Compaq have posted a 'Bootnet Image for Red Hat Enterprise Linux 2.1 ES U2' - (&lt;A href="http://h18023.www1.hp.com/support/files/server/us/download/19436.html)" target="_blank"&gt;http://h18023.www1.hp.com/support/files/server/us/download/19436.html)&lt;/A&gt; but this fails with the error 'The second stage of the install which you have selected does not match the boot disk which your are using'. This makes sense since I am using a U2 boot disk with a U3 NFS image. &lt;BR /&gt;&lt;BR /&gt;I was wondering it is possible to modify the bootnet.img image or if there is a HP representative who can post a U3 compatiable bootnet.img file?&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance for your advice or assistance,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Apr 2004 10:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241319#M11167</guid>
      <dc:creator>Richard McDonald_4</dc:creator>
      <dc:date>2004-04-06T10:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bootnet Image for Red Hat Enterprise Linux 2.1 ES U3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241320#M11168</link>
      <description>Here's what I was able to get working.  It's involved, but, hey, it worked:&lt;BR /&gt;&lt;BR /&gt;1) mount the U3 bootnet.img up and get the initrd.img out of it to modify it.&lt;BR /&gt;&lt;BR /&gt;2) modify the initrd.img to add the bcm5700 driver&lt;BR /&gt;&lt;BR /&gt;3) package the initrd.img back in the bootnet.img and write the file to disk &lt;BR /&gt;&lt;BR /&gt;Ok, that part wasn't as involved.  Here's exactly what I did, hopefully it will make it easier for you:&lt;BR /&gt;&lt;BR /&gt;# mount /dev/cdrom /mnt&lt;BR /&gt;# cp /mnt/images/bootnet.img /root&lt;BR /&gt;# umount /mnt&lt;BR /&gt;# mount -t msdos -o loop=/dev/loop0 /root/bootnet.img /mnt&lt;BR /&gt;# cp /mnt/initrd.img /root&lt;BR /&gt;# umount /mnt&lt;BR /&gt;# gunzip &amp;lt; initrd.img &amp;gt; initrd&lt;BR /&gt;# mount -t ext2 -o loop=/dev/loop0 /mnt&lt;BR /&gt;# cd /mnt/modules&lt;BR /&gt;# cp modules.cgz module-info /root&lt;BR /&gt;# cd /root&lt;BR /&gt;# gunzip &amp;lt; modules.cgz &amp;gt;modules.cpio&lt;BR /&gt;# cpio -i --make-directories &lt;MODULES.CPIO&gt;&lt;/MODULES.CPIO&gt;# cd 2.4.9-e.34BOOT&lt;BR /&gt;# rm eepro100.o pcnet32.o 3c59x.o&lt;BR /&gt;# cp /path/to/bcm5700.o .&lt;BR /&gt;# cd /root&lt;BR /&gt;# rm modules.cpio modules.cgz&lt;BR /&gt;# ls 2.4.9-e.34BOOT/* &amp;gt; file-list&lt;BR /&gt;# cpio -o &lt;FILE-LIST&gt;modules.cpio&lt;BR /&gt;# gzip -9 &lt;MODULES.CPIO&gt;modules.cgz&lt;BR /&gt;&lt;BR /&gt;Edit module info to look like this:&lt;BR /&gt;Version 0&lt;BR /&gt;bcm5700&lt;BR /&gt;        eth&lt;BR /&gt;        "HP Broadcom Driver"&lt;BR /&gt;&lt;BR /&gt;# cp module-info modules.cgz /mnt/modules&lt;BR /&gt;# umount /mnt&lt;BR /&gt;# gzip -9 &lt;INITRD&gt;initrd.img&lt;BR /&gt;# mount -t msdos /root/bootnet.img /mnt&lt;BR /&gt;# cp initrd.img /mnt&lt;BR /&gt;# umount /mnt&lt;BR /&gt;# dd if=/root/bootnet.img of=/dev/fd0&lt;BR /&gt;&lt;BR /&gt;Voila!&lt;/INITRD&gt;&lt;/MODULES.CPIO&gt;&lt;/FILE-LIST&gt;</description>
      <pubDate>Thu, 08 Apr 2004 10:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241320#M11168</guid>
      <dc:creator>Greg Wojtak</dc:creator>
      <dc:date>2004-04-08T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bootnet Image for Red Hat Enterprise Linux 2.1 ES U3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241321#M11169</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;Many thanks, this was excellent information. I have completed the process and now have a functional bootnet.img, but I am having issues with the bcm5700 module itself. &lt;BR /&gt;&lt;BR /&gt;At the Installation Method screen and after selecting the 'NFS image', I am receiving a error 'Failed to insert bcm5700 module'. If I F3 across to the install screen I see the following: &lt;BR /&gt;&lt;BR /&gt;*starting to STEP_URL&lt;BR /&gt;* going to insmod bcm5700.o (path is NULL)&lt;BR /&gt;error 2 reading header: cpio: bad Magic&lt;BR /&gt;* goto url (null)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Apr 2004 05:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241321#M11169</guid>
      <dc:creator>Richard McDonald_4</dc:creator>
      <dc:date>2004-04-16T05:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bootnet Image for Red Hat Enterprise Linux 2.1 ES U3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241322#M11170</link>
      <description>Ok,try this&lt;BR /&gt;&lt;BR /&gt;cpio -oc &amp;lt; modules.cpio &amp;gt; modules.cgz</description>
      <pubDate>Tue, 11 May 2004 08:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241322#M11170</guid>
      <dc:creator>koenig_1</dc:creator>
      <dc:date>2004-05-11T08:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bootnet Image for Red Hat Enterprise Linux 2.1 ES U3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241323#M11171</link>
      <description>There is a U3 bootnet image now you know..</description>
      <pubDate>Tue, 11 May 2004 18:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bootnet-image-for-red-hat-enterprise-linux-2-1-es-u3/m-p/3241323#M11171</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-05-11T18:26:33Z</dc:date>
    </item>
  </channel>
</rss>

