Hi, i extracted my archive on my ubuntu computer and /sbin/init exist and is linked to /bin/busybox. But when i tried to extract it in my system the folders are all empty. (it is the same archive)
i use the command : tar zxvf busybox_1.23.1_arm.tar.gz -C /mnt/SD/test to extract the archive busybox_1.23.1_arm.tar.gz which is in /mnt/SD in order to chroot in /mnt/SD/test. The v show me that i am extrating files but when going into the /bin /sbin and /user folder extracted they are empty. Only the busybox executable is present in /bin but when trying to run it i have "permission denied". Kind regards, AG 2015-03-13 9:17 GMT+01:00 Alexis Guilloteau <[email protected]>: > Hi, > > i extracted my archive on my ubuntu computer and /sbin/init exist and is > linked to /bin/busybox. > But when i tried to extract it in my system the folders are all empty. (it > is the same archive) > > i use the command : > tar zxvf busybox_1.23.1_arm.tar.gz -C /mnt/SD/test > > to extract the archive busybox_1.23.1_arm.tar.gz which is in /mnt/SD in > order to chroot in /mnt/SD/test. The v show me that i am extrating files > but when going into the /bin /sbin and /user folder extracted they are > empty. Only the busybox executable is present in /bin but when trying to > run it i have "permission denied". > > Kind regards, > AG > > 2015-03-12 17:17 GMT+01:00 Phil Sutter <[email protected]>: > >> 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
