Linux – Lightweight custom linux build

distribution-choicelinux

I am looking for a Linux build that takes up very little memory to boot up. I don't need any of the UI modules.

I need to choose from the ones currently available or pointers on building my own. I looked at some Linux distros like Arch Linux and Damn Small Linux, but I haven't decided yet. And also it would be great to run a custom program immediately on bootup.

Best Answer

Try TinyCore (or MicroCore even).

TinyCore is at 10MB (ISO) and MicroCore at 6MB. TinyCore has X and a minimal GUI, while MicroCore is text mode only. I use it on a 12 year old laptop with 199MHz and 32MB RAM. Works perfect, even with WLAN, etc.

TinyCore is made with customization abilities in mind. You can easily fork your own minimal dristro from TinyCore. To facilitate this, there's even a remastering how-to in the Wiki.

Related Question