or
ln -s toolbox reboot
sudo ./reboot recovery
if it still doesn't work, try ldd ./toolbox and see if it requires any libraries
linuxium@LINUXIUMONE:~$ ldd ./toolbox not a dynamic executable linuxium@LINUXIUMONE:~$ file ./toolbox ./toolbox: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped linuxium@LINUXIUMONE:~$ strace ./toolbox execve("./toolbox", ["./toolbox"], [/* 17 vars */]) = -1 ENOENT (No such file or directory) dup(2) = 3 fcntl64(3, F_GETFL) = 0x20002 (flags O_RDWR|O_LARGEFILE) fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001c000 _llseek(3, 0, 0xbee86328, SEEK_CUR) = -1 ESPIPE (Illegal seek) write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory ) = 40 close(3) = 0 munmap(0x4001c000, 4096) = 0 exit_group(1) = ? linuxium@LINUXIUMONE:~$ strace ./toolbox reboot execve("./toolbox", ["./toolbox", "reboot"], [/* 17 vars */]) = -1 ENOENT (No such file or directory) dup(2) = 3 fcntl64(3, F_GETFL) = 0x20002 (flags O_RDWR|O_LARGEFILE) fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40059000 _llseek(3, 0, 0xbe856318, SEEK_CUR) = -1 ESPIPE (Illegal seek) write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory ) = 40 close(3) = 0 munmap(0x40059000, 4096) = 0 exit_group(1) = ? linuxium@LINUXIUMONE:~$ strace ./toolbox reboot recovery execve("./toolbox", ["./toolbox", "reboot", "recovery"], [/* 17 vars */]) = -1 ENOENT (No such file or directory) dup(2) = 3 fcntl64(3, F_GETFL) = 0x20002 (flags O_RDWR|O_LARGEFILE) fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40046000 _llseek(3, 0, 0xbeabb318, SEEK_CUR) = -1 ESPIPE (Illegal seek) write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory ) = 40 close(3) = 0 munmap(0x40046000, 4096) = 0 exit_group(1) = ? linuxium@LINUXIUMONE:~$
linuxium@LINUXIUMONE:~$ ldd ./toolbox not a dynamic executable linuxium@LINUXIUMONE:~$ file ./toolbox ./toolbox: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped linuxium@LINUXIUMONE:~$ strace ./toolbox execve("./toolbox", ["./toolbox"], [/* 17 vars */]) = -1 ENOENT (No such file or directory) dup(2) = 3 fcntl64(3, F_GETFL) = 0x20002 (flags O_RDWR|O_LARGEFILE) fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
linuxium@LINUXIUMONE:~$ ls -al /dev/pts/ total 0 drwxr-xr-x 2 root root 0 Jan 1 1970 . drwxr-xr-x 12 root root 13980 Jan 1 22:32 .. crw--w---- 1 root tty 136, 0 Jan 1 22:28 0 crw--w---- 1 linuxium tty 136, 1 Jan 3 15:03 1 crw--w---- 1 root tty 136, 2 Jan 1 22:28 2 crw--w---- 1 root tty 136, 4 Jan 1 22:28 4 c--------- 1 root root 5, 2 Jan 1 1970 ptmx linuxium@LINUXIUMONE:~$ sudo bash -login root@LINUXIUMONE:~# ./toolbox reboot recovery bash: ./toolbox: No such file or directory root@LINUXIUMONE:~# sudo ./toolbox reboot recovery root@LINUXIUMONE:~# root@LINUXIUMONE:~# strace sudo ./toolbox reboot recovery
There are currently 2967 users online. 0 members and 2967 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment