<div dir="ltr"><div>Hi Soumya,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 22, 2023 at 2:24 PM Soumya Negi <<a href="mailto:soumya.negi97@gmail.com">soumya.negi97@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Dileep,<br>
<br>
On Thu, Dec 21, 2023 at 05:58:23PM +0530, Dileep Sankhla wrote:<br>
> Hello,<br>
> <br>
> I have cloned and built the latest rc kernel using the default config but<br>
> on boot, it stucks at "Loading initial ramdisk". I have tried booting after<br>
> removing the "quiet" option from the kernel parameters just before<br>
> selecting the kernel from the grub menu. I have also tried adding<br>
> "dis_ucode_ldr" parameter to the initial parameters but all in vain.<br>
> <br>
> How to look for the underlying issue and solve it?<br>
> <br>
> Regards,<br>
> Dileep<br>
<br>
I had this issue as well. I found a solution on stackexchange(..I think)<br>
that I wanted to link here.. but can't seem to find it now. For reference, I<br>
was using Ubuntu. This was my case:<br>
<br>
* Possible reason - initrd.img file is too large<br>
I checked the size of initrd.img-<kernel name> at /boot. The file was ~500mb,<br>
much larger than the initrd for the kernel that came with Ubuntu(~40mb)<br>
<br>
* Possible solution - <br>
Before installing the kernel, change  MODULES=most to MODULES=dep  in <br>
/etc/initramfs-tools/initramfs.conf to generate smaller initrd.img files.<br>
The new initrd's for all other kernels I have installed afterwards have been<br>
~55MB.<br></blockquote><div><br></div><div>Thanks for your solution. Mine is fine in size and I am already using MODULES=dep.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Regards,<br>
Soumya Negi </blockquote><div><br></div><div>Regards,</div><div>Dileep. </div></div></div>