On Thu, Mar 12, 2015 at 04:40:45PM +0100, Alexis Guilloteau wrote: > I have this error message after the kernel initialisation after compiling > and transfering the /bin /sbin and /user of busybox 1.23.1 on a arm linux > 2.6.24. > Is busybox doing something in the initialisation of the kernel or after ? > Because when i reload my system with its former root (with an older version > on busybox) it don't crash and i don't see the link between busybox and the > initialisation.
The error indicates that /sbin/init either wasn't found or could not be executed (wrong arch, missing shared libs, etc.). Or do you maybe pass an init= option with non-existent path? Alternatively, try to chroot into the new rootfs and see if busybox is functional, /sbin/init exists and what not. Cheers, Phil -- Viprinet Europe GmbH Gaustr. 22-32 55411 Bingen am Rhein Germany Phone/Zentrale: +49 6721 49030-0 Direct line/Durchwahl: +49 6721 49030-134 Fax: +49 6721 49030-109 [email protected] http://www.viprinet.com Registered office/Sitz der Gesellschaft: Bingen am Rhein, Germany Commercial register/Handelsregister: Amtsgericht Mainz HRB44090 CEO/Geschäftsführer: Simon Kissel _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
