Kernel boot panic

Amit Mahadik amitmahadik35 at yahoo.com
Mon Dec 12 04:59:49 EST 2016


Hi Kristof,              Yes I tried mounting the SD card on another Linux machine. I can mount it. Following is its log*********************************************************************************************************************************************************************************root at sagark-Ubu14:~/amitm# mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
/dev/sdb1 on /media/evslab/BOOT type vfat (rw,nosuid,nodev,uid=1001,gid=1001,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
/dev/sdb2 on /mnt type ext3 (rw)**************************************************************************************************************************************************************************************
I have created the ROOTFS image using buildroot 2016.05 version. The /dev management option selected is "Dynamic using devtmpfs + eudev" and corresponding DEVTMPS options are enabled in Kernel config. 

Browsing through the kernel code I find that the code gives error after create_dev API in init/do_mounts.c file. 

Please let me know what I am doing wrong or missing?
Regards,Amit.
 

    On Monday, 12 December 2016 2:38 PM, Kristof Provost <kristof at sigsegv.be> wrote:
 

 On 12 Dec 2016, at 9:53, Amit Mahadik wrote:
> Yes I have compiled the EXT3 support into the kernel itself. But no 
> luck yet!
> Regards,Amit.
>
Have you tried mounting the ext3 partition in another linux machine?  
Your log
indicates the kernel is not able to mount the partition, so the most 
likely
causes are that the kernel doesn’t know how to read ext3 or that 
there’s no
ext3 there.

Regards,
Kristof

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161212/c877b7bc/attachment.html 


More information about the Kernelnewbies mailing list