<div><br><br> </div>
<div class="gmail_quote">On Fri, Jan 11, 2013 at 9:03 AM, Ganesh B <span dir="ltr">&lt;<a href="mailto:ganeshsurfs@yahoo.com" target="_blank">ganeshsurfs@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div>
<div style="FONT-FAMILY:Courier New,courier,monaco,monospace,sans-serif;FONT-SIZE:10pt">
<div>
<div style="OVERFLOW-X:auto;OVERFLOW-Y:hidden;MARGIN:25px 24px 22px 29px;FONT-FAMILY:Helvetica,Arial,sans-serif;WORD-WRAP:break-word;COLOR:rgb(69,69,69);FONT-SIZE:12px">
<div>
<div>
<div style="FONT-FAMILY:&#39;Courier New&#39;,courier,monaco,monospace,sans-serif;COLOR:rgb(0,0,0);FONT-SIZE:10pt">
<div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">Hello,</div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></div>
<div style="BACKGROUND-COLOR:transparent"><span style="FONT-SIZE:10pt">Building a </span><font>install-able </font><span style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">build for linux Kernel, that is it.</span></div>

<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">I have done these:</div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><span style="BACKGROUND-COLOR:transparent">$ make help</span><br></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">$ make ARCH=x86 defconfig &lt;&lt;&lt;This is incorrect you need to give a defconfig file name example for arm the configs are in </div></div></div></div></div></div>
</div></div></div></blockquote>
<div>KERNEL_SOURCE_TREE/arch/arm/configs</div>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div>
<div style="FONT-FAMILY:Courier New,courier,monaco,monospace,sans-serif;FONT-SIZE:10pt">
<div>
<div style="OVERFLOW-X:auto;OVERFLOW-Y:hidden;MARGIN:25px 24px 22px 29px;FONT-FAMILY:Helvetica,Arial,sans-serif;WORD-WRAP:break-word;COLOR:rgb(69,69,69);FONT-SIZE:12px">
<div>
<div>
<div style="FONT-FAMILY:&#39;Courier New&#39;,courier,monaco,monospace,sans-serif;COLOR:rgb(0,0,0);FONT-SIZE:10pt">
<div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">$ make ARCH=x86 &lt;&lt; once the config is done properly you dont need to give the ARCH option</div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">$ make ARCH=x86 module_install</div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><span style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">gave error nothing to make</span><br></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">$ make ARCH=x86 install &lt;&lt; command is <strong><u>make modules_install install</u></strong></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">gave error lilo needs to to be installed.</div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">The kernel is built (for all processor types along with multiprocessor support as well), vmlinux.iso and bzimage.iso is there, the libraries are built, modules need to be configured though with grub/ lilo. Will get Lilo installed or a grub creator (what do I use for this?). &lt;&lt; I use grub because on giving make modules_install install the grub gets updated automatically</div>

<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><span style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">/boot, /kernel, /library, /.... are there. I do not have /bin, /usr, /etc folders in this. Am I missing something or will that be built during the process.&lt;&lt;&lt;&lt;&lt; You are compiling a kernel the /kernel, /boot are part of your kernel source code directory and /usr, /etc ,/bin are part of the file system</span><br>
</div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><span style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></span></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><span style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">Can someone help me with the steps and syntax&#39;s just ahead step by step (like above) further to make a Installer CD and workable boot to be written to a system? The system does not boot with the above, even with a complete copy paste to USB or to a CD. i will take care of complexities myself, just mention any dont&#39;s or do&#39;s for configuration that is all, I will need help with.<br>
</span></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><span style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><br></span></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt"><span style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">TnR,</span></div>
<div style="BACKGROUND-COLOR:transparent;FONT-SIZE:10pt">Ganesh</div>
<div><br></div></div></div></div></div></div></div></div></div><br>_______________________________________________<br>Kernelnewbies mailing list<br><a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br><br></blockquote></div><br>