<div dir="ltr">if you use arch linux you can:<div><a href="https://wiki.archlinux.org/index.php/Kernels/Compilation/Traditional">https://wiki.archlinux.org/index.php/Kernels/Compilation/Traditional</a><br></div><div><br></div>

<div>after I copy all the needed files, and do a make modules_install, I simply run grub-mkconfig -o /boot/grub/grub.conf and fix the initrd problem</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">

<div>--</div>Lucas Tanure <br>+55 (19) 988176559<br></div></div>
<br><br><div class="gmail_quote">On Sun, May 18, 2014 at 12:01 PM, Michael J. Astrauskas <span dir="ltr">&lt;<a href="mailto:trevie@gmail.com" target="_blank">trevie@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On 5/18/2014 6:56 AM, me storage wrote:<br>
&gt; Hai all<br>
&gt; Can any one please tell me how to boot custom kernel with out making<br>
&gt; any changes in the grub.That means i don&#39;t to use the custom kernel as<br>
&gt; default one.just i want to run it once.<br>
&gt; Thanks<br>
&gt;<br>
</div></div>When the GRUB (GRUB 1, I&#39;m assuming) menu appears, you can press &#39;C&#39; for<br>
a GRUB command prompt, manually enter the options, and then type<br>
&#39;boot&#39;.  For example:<br>
 &gt;root (hd0,0)<br>
 &gt;kernel /boot/vmlinuz-3.14.4 someoption=somevalue<br>
 &gt;boot<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
  - Michael J. Astrauskas<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<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>
</div></div></blockquote></div><br></div>