Create Bootable USB Lubuntu using Windows

How to Create a Bootable USB Lubuntu flash thumb drive using Windows. Lubuntu Linux is essentially Ubuntu with an LXDE desktop environment. LXDE is a lightweight X11 desktop environment. It makes for an optimal Linux operating system choice for older or slower computers and netbooks, because requires less processing power and RAM.

Bootable USB Lubuntu with Persistence

USB Boot Lubuntu

  • Distribution Home Page: Project Home Page
  • Lead Developer: Mario Behling
  • Release Date: Lubuntu was first released in 2009
  • Minimum Flash Drive Capacity: 8 GB+ (with persistence)
  • Persistent Feature: Yes

In this segment, I show you how to install Lubuntu to a USB flash drive from within Windows using the Universal USB Installer. I also include a secondary method using Chromosome's dd for Windows. When finished, you should be able to run Lubuntu from USB with Persistence. Enabling you to save and restore some changes on subsequent boot. You can also optionally Install Lubuntu from USB to a hard drive.

What is Lubuntu Linux?

Lubuntu is a lightweight and fast Linux distribution that uses the LXQt desktop environment. It is designed to have lower system requirements compared to other Ubuntu based distributions, making it suitable for older or less powerful hardware. The goal of Lubuntu is to provide a snappy and energy efficient computing environment while maintaining a modern and user friendly interface.

Some of its features include:

  • Lightweight Desktop Environment: Lubuntu uses LXQt, a lightweight and energy efficient desktop environment. LXQt is designed to be resource friendly while still providing a clean and intuitive user interface.
  • Low System Requirements: It is known for its minimal system requirements, making it a good choice for older computers or devices with limited hardware resources.
  • Ubuntu Based: It is based upon Ubuntu, one of the most popular Linux distributions. This means that it benefits from the large Ubuntu software repositories and community support.
  • Pre-Installed Lightweight Applications: It comes with a set of default applications that are chosen for their lightweight nature. However, users can install additional software based on their preferences.
  • Energy Efficiency: The lightweight nature makes it suitable for devices where energy efficiency is a concern, such as older laptops or netbooks.
  • Customization: While it is designed to be lightweight, it is still very customizable, and users can easily personalize their desktop environment.

Lubuntu is an excellent choice for users who want a fast and efficient operating system, especially on older or less powerful hardware.

Essentials to make a Lubuntu Live USB

  • Windows PC to perform conversion
  • Lubntu ISO file
  • 4GB or larger USB flash thumb drive
  • Universal USB Installer (does the Live Bootable USB conversion)

Creating a Bootable Lubuntu USB using Windows

In the following process, we use the graphical Universal USB Installer to create a bootable Lubuntu based flash drive from Windows.

  1. Download and run the Universal Bootable USB Installer.
    USB Lubuntu via UUI
  2. (1.) Choose your USB drive from the droplist.
    (2.) Select Lubuntu from the list of distributions.
    (3.) Browse to and select your ISO file.
    (4.) Optional: use the persistence slider to set a persistent file size if you want to be able to store changes for reuse during your live USB booted sessions, and then click Create.
  3. Once the script has finished:
    (1.) Restart your PC.
    (2.) During the system post, enter BIOS UEFI or Boot Menu.
    (3.) Set your computer to boot from the USB device.
    (4.) Save your changes and continue to reboot.
    (5.) Choose Lubuntu Live USB from the UUI Menu of distributions.

If everything worked out smoothly, you should now be able to run USB Lubuntu Live directly from your flash drive with an optional persistence file to be used for storing changes.

Make a USB Bootable Lubuntu from Windows via DD

You can use these steps to create a bootable Lubuntu USB flash thumb drive using dd on Windows:

Note: Be careful when using dd on Windows, as it will destroy all data on the entered drive. Double check your commands to ensure you are writing to the correct USB drive, beforehand.

  1. First, download the Lubuntu ISO file from the official website. Make sure you download the correct version (32-bit or 64-bit) for your system.
  2. Plug in or insert a USB drive into your computer. Make sure it's large enough to hold the Lubuntu ISO and backup any important data that you wish to save, as all data will be overwritten.
  3. Next, you'll need to identify the device name assigned to your USB drive in Windows. To do this, open a Command Prompt with administrative privileges (right-click and select "Run as administrator") and then type the following to launch diskpart:
    diskpart
  4. Then, type the following command to list disks attached to the system:
    list disk

    This will list all the disks connected to your computer. Identify the number corresponding to your USB drive. At this point and before proceeding, you should confirm using at least one other method such as file explorer or the disk management tool (diskmgmt.msc) that the drive is correct.

  5. Before using dd, we need to make sure the USB drive is not mounted. we will use the diskpart utility to clean and unmount it:
    Replacing X with the number corresponding to your USB drive, type the following command:

    select disk X
  6. Then type the following command to clean and unmount the drive:
    clean
  7. Download dd for Windows and start the program.
  8. Write the Lubuntu ISO to a USB Drive using dd by typing the following:
    dd.exe if=path\to\lubuntu.iso of=\\.\PhysicalDriveX bs=4M
    • if=path\to\lubuntu.iso: This is the path to the Lubuntu ISO file on your computer. Edit the path and filename to fit your scenario.
    • of=\\.\PhysicalDriveX: Replace X with the number of your USB drive, as determined in step 3.
    • bs=4M: This sets the block size to 4MB. You can adjust this value higher to speed things up, if needed.
  9. The dd command will take some time to write the ISO to a USB drive. Be patient and wait for it to finish.
  10. Once the process is complete, safely eject the USB drive from your Windows computer.

You should now have a bootable Lubuntu USB drive. You can now also use this drive to boot into Lubuntu from USB at a computer. Make sure your computer is set to boot from the USB drive in the BIOS/UEFI settings, and proceed to boot.

Alternately, the Win32 Disk Imager can be used which utilizes a graphical method to accomplish the same thing as dd.

Install Lubuntu from USB

You can also opt to perform a full installation or install Lubuntu from USB to a hard drive or other device. Once you're up and running from Lubuntu on USB; simply launch the Installer from the "Install Lubuntu" shortcut typically found on the desktop.

Install Lubuntu from USB
Installing Lubuntu from a USB flash drive to a hard drive.