How to Make a USB NimbleX Bootable Flash Drive

Make a USB NimbleX; The following covers the process of creating a NimbleX bootable USB flash drive by using the Live CD. Much like SLAX, this tiny Slackware based release is (less than 200MB). It was originally designed to fit on a 8cm CD. The steps using the cd method was originally put together and submitted by Georgescu Ciprian, and edited by Lance.

What is NimbleX Linux?

USB NimbleX

This lightweight and customizable Linux distribution is designed to be run from a live CD or in our case, a USB flash drive. It aims to provide a fast and flexible computing environment, and it includes a variety of handy pre installed applications to be used for various tasks.

  • Distribution Home Page: Project Page
  • Developer: Bogdan Radulescu
  • Release Date: First released in 2007
  • Minimum Flash Drive Capacity: 256 MB
  • ISO Size: < 200 MB
  • Persistent Feature: Yes

NimbleX USB Booting Essentials

Make a NimbleX Bootable USB Drive via CD

  1. Download NimbleX ISO file and burn it to a CD.
  2. Boot your PC from the CD.
  3. From the Home icon (on the Desktop), double-click the "NimbleX USB Install" icon.
  4. Press Enter or click (OK) after you have read the installer notice.
    NimbleX USB Installer Notice
  5. Carefully select which drive you want to install to.
    Select a USB device to install NibleX to
  6. Adjust how much space to reserve for your NimbleX USB.
    Set partition size for the NimbleX USB Install
  7. Read the format warning and, if you are sure press Enter.
    Repartition Warning message
  8. The next three Screenshots show the USB installation progress.
    Nimblex USB flash drive install in progress…
  9. You can make a choice to save changes persistently (persistence).
    Save changes? NimbleX Persistence
  10. The last screen tells you that the Bootable USB creation is complete.
    Finished NimbleX USB install

That is all there is to it. To start booting from the freshly prepared thumb drive:

  1. Leaving your pendrive inserted, proceed to reboot your computer.
  2. Enter BIOS by pressing a specific key during the startup, before the Windows logo appears.
  3. Set your system BIOS to Boot from the USB and then save changes, using F10.
  4. Continue startup, booting from your Live Linux USB pen drive.

Creating a NimbleX Bootable USB with YUMI

YUMI (Your Universal Multiboot Installer) is a popular tool for creating bootable USB drives for a variety of Linux distributions.

  1. Download YUMI Bootable USB Media Creation Tool
  2. Insert your USB drive into your computer.
  3. Open YUMI, select your USB drive from the list, and choose "Prepare Drive" if necessary.
  4. Choose "Try Unlisted ISO" from the distribution list.
  5. Browse and select the ISO file you downloaded earlier.
  6. Click "Create" and wait for the process to complete.
    • Once done, you should have a bootable NimbleX USB flash drive.
  7. Reboot your computer and set it to boot from the USB drive.

Create a NimbleX Boot USB with dd for Windows

dd is a powerful command line tool that can be used for copying and converting files. It can be used to create bootable USB drives by directly writing an ISO file to the drive. Here's how:

  1. Download dd for Windows
  2. Insert your USB drive into your computer and note the drive letter (e.g., E:).
  3. Open Command Prompt as Administrator.
  4. Navigate to the directory where dd is located.
    • Run the following command, replacing X: with your USB drive letter and nimblex.iso with the path to your actual ISO file:
      dd if=nimblex.iso of=\\.\E: bs=4M
    • This command will write the ISO directly to your USB drive.
  5. Reboot your computer, access BIOS and set it to boot from your USB flash drive.

If all went well, you should now be up and running the Live Operating System from your removable storage device.
Enjoy!