Questions tagged [busybox]

BusyBox provides several stripped-down Unix tools in a single executable. It runs in a variety of POSIX environments such as Linux, Android, FreeBSD and others, such as proprietary kernels, although many of the tools it provides are designed to work with interfaces provided by the Linux kernel.

It was specifically created for embedded operating systems with very limited resources. It has been self-dubbed "The Swiss Army Knife of Embedded Linux".

150 questions
1
vote
1 answer

Stuck at initramfs screen

I have a 1TB hdd, which I have been using for 9 yrs and which had 10.10 maverick on it. the other day I booted it up and I was taken to the grub screen then into a initramfs screen... I can't get into the OS anymore... I know that OS is outdated…
1
vote
0 answers

I/O error, dev sda - booting into busybox

I'm having some trouble booting my computer this morning, just wondering if anyone might be able to help. Screen-shot of what I'm getting: I just installed a few days ago after having problems with windows getting stuck in recovery mode and am…
1
vote
2 answers

Ubuntu 13.10 showing BUSYBOX?

can any one plzzz tell me how to get rid of this BUSYBOX in Ubuntu 13.10 ?? :/ linux was working fine, but 2 days ago my laptop was out of battery and it shutdown. When I restart it, Ubuntu was showing this busybox Need help PLZZZ !!!
0
votes
2 answers

"Unable to find a medium containing a live file system"

I've installed Ubuntu on my laptop, but when I open Ubuntu, it says the following message (initramfs) Unable to find a medium containing a live file system Can anyone help?
0
votes
0 answers

How to confirm if a package requires any of busybox binaries during run-time?

I seek to reduce “busybox” size in my device by removing some of the unwanted binaries. I have identified such binaries that are not used by my application firmware. But I need to be 100% sure that these binaries are also not required by any of the…