Linux – Install Tiny CorePlus on USB pen drive.

The Core Project is a highly modular-based system with community build extensions.
It starts with a recent Linux kernel, vmlinuz, and our root filesystem and start-up scripts packaged with a basic set of kernel modules in core.gz. Core (11MB) is simply the kernel + core.gz – this is the foundation for user-created desktops, servers, or appliances. TinyCore is Core + Xvesa.tcz + Xprogs.tcz + aterm.tcz + fltk-1.3.tcz + flwm.tcz + wbar.tcz
TinyCore becomes simply an example of what the Core Project can produce, an 16MB FLTK/FLWM desktop.
– see the official webpage.
Today, I will show you how to install it on a USB drive pen.
You need a USB drive pen and download the ISO file from the official webpage.
Mount the USB drive pen and use the df command to see where is mounted is /dev/sdb1.

Format the USB pen drive with the dd command:

The last step, write the ISO image to the USB pen drive with dd command:

Now you can use it like a pen drive.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.