<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Updating RedHat/CentOS Kickstart with new drivers</title>
	<atom:link href="http://www.ruizs.org/archives/49/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ruizs.org/archives/49</link>
	<description>The ramblings of Steve-0</description>
	<lastBuildDate>Fri, 16 Sep 2011 09:43:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Turned out to be a driver issue by Oscar Gonzalez posted at notagrouch.com</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-334</link>
		<dc:creator>Turned out to be a driver issue by Oscar Gonzalez posted at notagrouch.com</dc:creator>
		<pubDate>Fri, 16 Sep 2011 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-334</guid>
		<description>[...] to updating the drivers. So I had to build a new driver, in the same manner that my buddy Steve built a driver for this very same [...]</description>
		<content:encoded><![CDATA[<p>[...] to updating the drivers. So I had to build a new driver, in the same manner that my buddy Steve built a driver for this very same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-333</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 31 Aug 2011 03:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-333</guid>
		<description>Thanks for the update!  I probably need to get a centos 6 kickstart going soon too, so this is very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for the update!  I probably need to get a centos 6 kickstart going soon too, so this is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eburrows</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-332</link>
		<dc:creator>eburrows</dc:creator>
		<pubDate>Fri, 26 Aug 2011 17:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-332</guid>
		<description>Steve,
A great howto, thank you! 

However, since your original post, a few things have changed, so here are my updates, learned by trial and error:

1. The initrd.img file is no longer ext2, it is a CPIO archive. So, to extract, do:

  gunzip -c initrd.img &#124; cpio -iv

2. To re-create initrd, do:

  find .buildstamp .profile * &#124; cpio -H newc -ov &#124; gzip -c &gt; ../initrd-new.img

3. The pcitable file is now named pci.ids, and is in a multi-line format, but is straight-forward.

4. It may be necessary to add the driver pci values to the modules.alias file, which is in a similar format to pci.ids.

5. It may be necessary to add the driver to the module-info file, for pretty output to the user.

I found some help at this URL:  http://smshaker.wordpress.com/2009/04/09/adding-network-driver-to-pxe-initrdimg/


Thanks!
  - Erik Burrows</description>
		<content:encoded><![CDATA[<p>Steve,<br />
A great howto, thank you! </p>
<p>However, since your original post, a few things have changed, so here are my updates, learned by trial and error:</p>
<p>1. The initrd.img file is no longer ext2, it is a CPIO archive. So, to extract, do:</p>
<p>  gunzip -c initrd.img | cpio -iv</p>
<p>2. To re-create initrd, do:</p>
<p>  find .buildstamp .profile * | cpio -H newc -ov | gzip -c &gt; ../initrd-new.img</p>
<p>3. The pcitable file is now named pci.ids, and is in a multi-line format, but is straight-forward.</p>
<p>4. It may be necessary to add the driver pci values to the modules.alias file, which is in a similar format to pci.ids.</p>
<p>5. It may be necessary to add the driver to the module-info file, for pretty output to the user.</p>
<p>I found some help at this URL:  <a href="http://smshaker.wordpress.com/2009/04/09/adding-network-driver-to-pxe-initrdimg/" rel="nofollow">http://smshaker.wordpress.com/2009/04/09/adding-network-driver-to-pxe-initrdimg/</a></p>
<p>Thanks!<br />
  &#8211; Erik Burrows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding a new driver to CentOS/RHEL 5.x initrd.img &#124; Kroko</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-315</link>
		<dc:creator>Adding a new driver to CentOS/RHEL 5.x initrd.img &#124; Kroko</dc:creator>
		<pubDate>Tue, 04 Jan 2011 05:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-315</guid>
		<description>[...] Googling around, I couldn’t find much resources or how-tos, the best one was thispost… [...]</description>
		<content:encoded><![CDATA[<p>[...] Googling around, I couldn’t find much resources or how-tos, the best one was thispost… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-291</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sat, 11 Apr 2009 05:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-291</guid>
		<description>Thanks for the writeup, I was just looking into how to update the 3ware driver for the 9650SE RAID CARD in RHEL 5.2 (x86_64) so I&#039;m glad I came across your page. I performed the kickstart driver disk install using your instructions and the install went fine. However, when I checked the driver version, it&#039;s still the same version as the default 3ware driver RHEL 5.2 comes with:

[root@new-host-3 ~]# cat /sys/class/scsi_host/host0/stats 
3w-9xxx Driver version: 2.26.02.008

According to 3ware, the driver version should be 2.26.08.004. The only place my method differs from yours is I used http as the source my my driverdisk in the kickstart file:

driverdisk --source=http://192.168.0.119/3waredriverdisk.img

Anaconda didn&#039;t give any errors during the kickstart install, I did not see any errors in the anaconda.log either. Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup, I was just looking into how to update the 3ware driver for the 9650SE RAID CARD in RHEL 5.2 (x86_64) so I&#8217;m glad I came across your page. I performed the kickstart driver disk install using your instructions and the install went fine. However, when I checked the driver version, it&#8217;s still the same version as the default 3ware driver RHEL 5.2 comes with:</p>
<p>[root@new-host-3 ~]# cat /sys/class/scsi_host/host0/stats<br />
3w-9xxx Driver version: 2.26.02.008</p>
<p>According to 3ware, the driver version should be 2.26.08.004. The only place my method differs from yours is I used http as the source my my driverdisk in the kickstart file:</p>
<p>driverdisk &#8211;source=http://192.168.0.119/3waredriverdisk.img</p>
<p>Anaconda didn&#8217;t give any errors during the kickstart install, I did not see any errors in the anaconda.log either. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding network driver to PXE initrd.img &#8230; &#171; Sameh M. Shaker&#8217;s Weblog</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-290</link>
		<dc:creator>Adding network driver to PXE initrd.img &#8230; &#171; Sameh M. Shaker&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 09 Apr 2009 08:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-290</guid>
		<description>[...] Googling around, I couldn’t find much resources or how-tos, the best one was this post… [...]</description>
		<content:encoded><![CDATA[<p>[...] Googling around, I couldn’t find much resources or how-tos, the best one was this post… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevek</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-276</link>
		<dc:creator>stevek</dc:creator>
		<pubDate>Wed, 29 Oct 2008 19:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-276</guid>
		<description>Great stuff, thanks for documenting all this Steve.  I still reference this to remember how the heck we got all this working...</description>
		<content:encoded><![CDATA[<p>Great stuff, thanks for documenting all this Steve.  I still reference this to remember how the heck we got all this working&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

