Você não pode usar o Busybox sozinho em uma máquina virtual.
De Perguntas frequentes sobre o Busybox :
Busybox is a package that replaces a dozen standard packages, but it is not by itself a complete bootable system.
Como eu posso instalar o BusyBox em uma máquina virtual? Por exemplo, VMVare ou VirtualBox? Onde posso ver alguns manuais sobre este problema?
Você não pode usar o Busybox sozinho em uma máquina virtual.
De Perguntas frequentes sobre o Busybox :
Busybox is a package that replaces a dozen standard packages, but it is not by itself a complete bootable system.
Embora o busybox seja um pacote e não seja possível inicializar sozinho , há uma distribuição do Linux chamada 4MLinux, sua " Core "edition é uma distribuição mínima e nua, com menos de 5 MB, que depende do busybox.
The minimal (core) 4MLinux system includes:
/bin/busybox (BusyBox),
/bin/sh (symlink to BusyBox),
/dev/null (device node),
/etc/init.d/rcS (sysinit script),
/lib/ld-2.18.so (glibc library required by Busybox),
/lib/ld-linux.so.2 (symlink to ld-2.18.so),
/lib/libc-2.18.so (glibc library required by Busybox),
/lib/libc.so.6 (symlink to libc-2.18.so),
/lib/libm-2.18.so (glibc library required by Busybox),
/lib/libm.so.6 (symlink to libm-2.18.so),
/sbin/init (symlink to Busybox).
The above set of files is enough to boot 4MLinux using
some kind of boot disk. All the other essential files
and directories are created/installed by rcS during the
first startup.