<br>Hi Mulyadi,<br><br>I did some googling and found one clue that i have to change file system in menuconfig file for EXT4 , which support both EXT2 and EXT3 as well,<br>so for that i have enable below features in file systems...<br>
<br># CONFIG_EXT2_FS=n<br># CONFIG_EXT3_FS=n<br><br>CONFIG_EXT4_USE_FOR_EXT2 3=Y<br><br>After these modifications i crossed earlier error but hit back with 2 new errors , below is the description:<br><br>1) EXT4-fs(sda2): could not mount as ext3 due to feature incompatibilities<br>
    EXT4-fs(sda2): could not mount as ext2 due to feature incompatibilities<br>    udevd[1075]:error creating queue file<br>    init: udev mian process 1075 terminated with status 1<br>    init: udev main process ended , respawing<br>
    init: udevmonitor main process 1080 terminated with status 2<br>    <br><br>2) init: plymouth main process(1038) killed by SEGV signal <b>(This error happens ones i skip mounting process)</b><br><br><br>Can you please elaborate the procedure to update file system or correct me if i am doing wrong ?<br>
<br>Thanks for your support<br><br><br>Thanks,<br>Vivek<br><br><br><br><div class="gmail_quote">On Tue, Oct 16, 2012 at 11:20 PM, Mulyadi Santosa <span dir="ltr">&lt;<a href="mailto:mulyadi.santosa@gmail.com" target="_blank">mulyadi.santosa@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">Hi....<br>
<div class="im"><br>
On Tue, Oct 16, 2012 at 12:34 PM, Vivek Panwar<br>
&lt;<a href="mailto:vivekpanwar2008@gmail.com">vivekpanwar2008@gmail.com</a>&gt; wrote:<br>
&gt; Hi Mulyadi,<br>
&gt;<br>
&gt; Below is the kernel panic logs i am getting, for your analysis:<br>
&gt;<br>
&gt; [0.820851] tg3 0000:02:00.0: Problem fetching invariants of chip, aborting<br>
&gt;<br>
&gt; [1.408713] EXT3 -f3 (sda1):error:could not mount because of unsupported<br>
&gt; optional features (240)<br>
&gt;<br>
&gt; [1.449074] Kernel panic - not syncing : VFS: unable to mount root fs on<br>
&gt; unknown -block(8,1)<br>
<br>
</div>Seems like, you forgot to compile the filesystem support of your root<br>
filesystem.<br>
<br>
Try to check that...if the root fs (sda1, from what you wrote) is<br>
ext2, then check if ext2 module is made builtin or included in<br>
initrd/initramfs...and so on<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
regards,<br>
<br>
Mulyadi Santosa<br>
Freelance Linux trainer and consultant<br>
<br>
blog: <a href="http://the-hydra.blogspot.com" target="_blank">the-hydra.blogspot.com</a><br>
training: <a href="http://mulyaditraining.blogspot.com" target="_blank">mulyaditraining.blogspot.com</a><br>
</div></div></blockquote></div><br>