<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://etherboot.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://etherboot.org/wiki/feed.php">
        <title>Etherboot/gPXE Wiki elf-ebi-initramfs-lnxi-howto</title>
        <description></description>
        <link>http://etherboot.org/wiki/</link>
        <image rdf:resource="http://etherboot.org/wiki/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-05-23T00:31:07-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/dhcp_-_build_instructions?rev=1240542297&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/packages?rev=1241577595&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/scratch?rev=1241124900&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/the_initramfs?rev=1241193242&amp;do=diff"/>
                <rdf:li rdf:resource="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/the_kernel?rev=1241192916&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://etherboot.org/wiki/lib/tpl/monobook/images/favicon.ico">
        <title>Etherboot/gPXE Wiki</title>
        <link>http://etherboot.org/wiki/</link>
        <url>http://etherboot.org/wiki/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/dhcp_-_build_instructions?rev=1240542297&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-23T20:04:57-07:00</dc:date>
        <title>elf-ebi-initramfs-lnxi-howto:dhcp_-_build_instructions</title>
        <link>http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/dhcp_-_build_instructions?rev=1240542297&amp;do=diff</link>
        <description>Remember, as I stated earlier, we want to build everything as static binaries.  This usually requires that we make some changes to the build process or invoke special switches for the config process.



(Note : Due to compilation errors, you must download</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/packages?rev=1241577595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-05T19:39:55-07:00</dc:date>
        <title>elf-ebi-initramfs-lnxi-howto:packages</title>
        <link>http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/packages?rev=1241577595&amp;do=diff</link>
        <description>When ever possible, a package should be built to STATIC binary specifications, NOT dynamic.

 BASH - BASH - Build instructions

COREUTILS - COREUTILS -Build instructions ( export CFLAGS=-static )

 SED - SED - Build instructions

 DHCP - DHCP - Build instructions

UDEV - UDEV - Build instructions

RPCBIND - RPCBIND - Build instructions

PORTMAP -  PORTMAP - Build instructions

HTOP -  HTOP - Build instructions

&lt;http://linux.derkeiler.com/Mailing-Lists/Kernel/2005-10/6333.html&gt; &lt;-- Great documen…</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/scratch?rev=1241124900&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-30T13:55:00-07:00</dc:date>
        <title>elf-ebi-initramfs-lnxi-howto:scratch</title>
        <link>http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/scratch?rev=1241124900&amp;do=diff</link>
        <description>Had to mount /proc before I could load any modules.. ( mount -t proc none /proc )

Adding this statement to the init file.



After loading up the bash shell, and loading modules etc..  Still nothing..

Has been suggested to use udev..

Researching...</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/the_initramfs?rev=1241193242&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-01T08:54:02-07:00</dc:date>
        <title>elf-ebi-initramfs-lnxi-howto:the_initramfs</title>
        <link>http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/the_initramfs?rev=1241193242&amp;do=diff</link>
        <description>Building the initramfs has proven to be one of the more challenging tasks at hand.




File System ( Creating the inital root file system )

UDEV        ( Required ? for 2.6 kernels, otherwise drivers will fail to function correctly ? )

Init        ( Init script )</description>
    </item>
    <item rdf:about="http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/the_kernel?rev=1241192916&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-01T08:48:36-07:00</dc:date>
        <title>elf-ebi-initramfs-lnxi-howto:the_kernel</title>
        <link>http://etherboot.org/wiki/elf-ebi-initramfs-lnxi-howto/the_kernel?rev=1241192916&amp;do=diff</link>
        <description>The kernel I am focused on in this Wiki is 2.6.27.7. 

In regard to network booting, any 2.6 kernel should technically work.  Some where in the build chain of the 2.6 kernel there were some format changes. 

If you go low enough in the 2.6 build chain, you may experience some problems.</description>
    </item>
</rdf:RDF>
