<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7235.2">
<TITLE>start  network installation with HP 8530w with Intel ethernet card</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I have an HP 8530w laptop. I need ti instal it under CentOS 5.2 x86_64 - kernel 2.6.18-92.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">The network card is not recognized. I have add the driver e1000e-0.5.11.2 (dowload from Intel site). </FONT>

<BR><FONT SIZE=2 FACE="Arial">After compiled and installed the driver, all work fine!</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2 FACE="Arial">But I need to make a network installation and the Intel network card should be recognized before.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I found the following script on the net and try it.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">------------------------------------------------------------------------------------------------------</FONT>

<BR><FONT SIZE=2 FACE="Arial">wget </FONT><A HREF="http://my_web_server/CentOS/5.2/x86_64/images/diskboot.img"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">http://my_web_server/CentOS/5.2/x86_64/images/diskboot.img</FONT></U></A>

<BR><FONT SIZE=2 FACE="Arial">cp diskboot.img diskboot.orig.img</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">mkdir diskboot_mnt</FONT>

<BR><FONT SIZE=2 FACE="Arial">mount -o loop diskboot.img diskboot_mnt</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">mkdir initrd_extracted</FONT>

<BR><FONT SIZE=2 FACE="Arial">cd initrd_extracted</FONT>

<BR><FONT SIZE=2 FACE="Arial">gunzip < ../diskboot_mnt/initrd.img | cpio -i --make-directories</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">cd ..</FONT>

<BR><FONT SIZE=2 FACE="Arial">mkdir modules_extracted</FONT>

<BR><FONT SIZE=2 FACE="Arial">cd modules_extracted</FONT>

<BR><FONT SIZE=2 FACE="Arial">gunzip < ../initrd_extracted/modules/modules.cgz | cpio -i --make-directories</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">cd 2.6.18-92.el5/x86_64</FONT>

<BR><FONT SIZE=2 FACE="Arial">rm e1000e.ko</FONT>

<BR><FONT SIZE=2 FACE="Arial">wget </FONT><A HREF="http://my_web_server/e1000e.ko"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">http://my_web_server/e1000e.ko</FONT></U></A>
</P>

<P><FONT SIZE=2 FACE="Arial"># Now put humpty back together again</FONT>

<BR><FONT SIZE=2 FACE="Arial">cd ../../</FONT>

<BR><FONT SIZE=2 FACE="Arial">find . -print |cpio -o -Hnewc | gzip -c9 > ../modules.cgz</FONT>

<BR><FONT SIZE=2 FACE="Arial">cd ..</FONT>

<BR><FONT SIZE=2 FACE="Arial">cp -fp --no-preserve=all modules.cgz initrd_extracted/modules/</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">cd initrd_extracted</FONT>

<BR><FONT SIZE=2 FACE="Arial">find . -print |cpio -o -Hnewc | gzip -c9 > ../initrd.img</FONT>

<BR><FONT SIZE=2 FACE="Arial">cd ..</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">cp -fp initrd.img diskboot_mnt/</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial"># cleanup</FONT>

<BR><FONT SIZE=2 FACE="Arial">umount diskboot_mnt</FONT>

<BR><FONT SIZE=2 FACE="Arial">rm -rf diskboot_mnt/ initrd_extracted/ initrd.img  modules.cgz modules_extracted/</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">mv diskboot.img diskboot.mod.img</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">dd if=diskboot.mod.img of=/dev/sdb</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">-----------------------------------------------------------------------------------------------------------------</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">After trying to start on a USB key, the network card is not recognized again :-(</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Something is missing ...</FONT>

<BR><FONT SIZE=2 FACE="Arial">how to add this network driver for starting a network installation ?</FONT>

<BR><FONT SIZE=2 FACE="Arial">Anybody do this before ?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Best Regards (and sorry for my poor english)</FONT>
</P>
<BR>
<BR>
<BR>

<pre>__________________________

Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et établi à l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'IFP décline toute responsabilité au titre de ce message.

This message and any attachments (the message) are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP should not be liable for this message.

Visitez notre site Web / Visit our web site : http://www.ifp.fr
__________________________
</pre></BODY>
</HTML>