Hi, I met one interesting issue during I porting 2.6.29 kernel on ColdFire paltform (v4 core, mcf5441x). I could boot up the kernel with initramfs, but the kernel message below displays some error information, which line I colored red. initramfs image only includes busybox static binary. *starting pid 371, tty '': '/etc/rc.d/rcS' Mounting /proc and /sys Starting the hotplug events dispatcher udevd Inconsistency detected by ld.so: rtld.c: 1215: dl_main: Assertion `_rtld_local._dl_rtld_map.l_libname' failed! Synthesizing initial hotplug events Inconsistency detected by ld.so: rtld.c: 1215: dl_main: Assertion `_rtld_local._dl_rtld_map.l_libname' failed! Inconsistency detected by ld.so: rtld.c: 1215: dl_main: Assertion `_rtld_local._dl_rtld_map.l_libname' failed! Setting the hostname to freescale Mounting filesystems mount: mounting usbfs on /proc/bus/usb failed: No such file or directory Starting syslogd and klogd Running sysctl Setting up networking on loopback device: Setting up networking on eth0: Adding static route for default gateway to 10.192.208.254: route: SIOCADDRT: File exists Setting nameserver to 10.192.208.1 in /etc/resolv.conf: Starting inetd: starting pid 434, tty '': '-/bin/sh'* This error message shows that I can't load dynamical binary: if I build initramfs with busybox dynamical binary, it's can't boot up and just prints above error information. Anybody met the issue like-same? Some suggestion is appreciated. -- Best Regards, Lanttor -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html