Create a Bootable Linux USB in MacOS | Get Into Linux

2 min read 1 hour ago
Published on Sep 25, 2024 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

Creating a bootable Linux USB drive on macOS is a straightforward process that allows you to install Linux on your computer or run it as a live system. This tutorial will guide you through the steps using Etcher and Kubuntu ISO, making it easy to set up and use.

Step 1: Download Required Software

Before you begin, you need to download the necessary software.

  1. Download Etcher

    • Visit the Etcher website: Etcher
    • Download the macOS version of the application.
  2. Download Kubuntu ISO

    • Go to the Kubuntu releases page: Kubuntu 22.04.2
    • Download the ISO file for Kubuntu.

Step 2: Prepare Your USB Drive

Make sure your USB drive is ready for use.

  1. Insert USB Drive

    • Connect your USB drive to your Mac.
  2. Format the USB Drive (Optional)

    • Open Disk Utility (found in Applications > Utilities).
    • Select your USB drive from the list on the left.
    • Click on "Erase."
    • Choose MS-DOS (FAT) as the format and GUID Partition Map as the scheme.
    • Click "Erase" to format the drive.

Step 3: Open Etcher and Create Bootable USB

Now that you have the software and USB drive ready, you can create your bootable USB.

  1. Launch Etcher

    • Open the Etcher application you downloaded earlier.
  2. Select Kubuntu ISO

    • Click on "Flash from file" and locate the Kubuntu ISO file you downloaded.
  3. Select Target USB Drive

    • Click on "Select target" and choose your USB drive from the list.
  4. Create Bootable USB

    • Click on "Flash!" to start the process.
    • Wait for Etcher to create the bootable USB. This may take a few minutes.

Step 4: Eject the USB Drive

Once the flashing process is complete, it’s important to safely eject the USB drive.

  1. Eject USB
    • Click on the eject icon next to your USB drive in Finder or use the Disk Utility to unmount it.
    • Ensure that the USB drive is safely disconnected.

Conclusion

You have successfully created a bootable Linux USB drive using macOS. You can now use this USB drive to install Kubuntu on your computer or run it live. Remember to adjust your BIOS settings to boot from the USB drive if needed. Happy exploring with Linux!