How to create Bootable Pendrive in Linux using Balena Etcher.
Storage Capacity: Your pendrive should have a minimum capacity of 8GB or higher. This will provide ample space to accommodate the operating system and any additional files.
USB Version: It is recommended to use a USB 2.0 or higher version for optimal compatibility and performance. Higher USB versions may offer faster data transfer speeds, enhancing the overall efficiency of the bootable USB drive.
By selecting a pendrive that meets these specifications, you'll be well-prepared to create a bootable USB drive that offers sufficient storage capacity, compatibility, and faster read/write speeds.
Start by downloading Balena Etcher on your computer. You can download it from the official website at https://etcher.balena.io/#download-etcher. Make sure to choose the version compatible with your operating system. For Linux, I recommend downloading the AppImage.
Next, install "AppImage Launcher" on your system by running the following commands in the terminal:
sudo add-apt-repository ppa:appimagelauncher-team/stable sudo apt-get update sudo apt-get install appimagelauncher
Once you have completed these steps, open Balena Etcher by launching the application.
Connect the USB flash drive to your computer. Make sure it is recognized and accessible.
Launch Balena Etcher from your applications menu or by executing the command "balena-etcher" in the terminal.
In the Balena Etcher application, you will see a simple and intuitive interface. Click on the "Select image" button to choose the ISO file of the operating system you want to install. Navigate to the location where the ISO file is stored and select it.
After selecting the image file, Balena Etcher will automatically detect the connected USB drive. Verify that the correct USB drive is selected as the target device. Be careful not to select the wrong drive, as it will be overwritten during the process.
Once you have verified the image and target device, click on the "Flash!" button to start creating the bootable USB drive. Balena Etcher will display a warning message notifying you that all data on the USB drive will be erased. Confirm by clicking on "Yes" or "Continue" to proceed.
The flashing process will begin, and you will see a progress bar indicating the status of the write process. The time required for the process will depend on the size of the ISO file and the speed of your USB drive.
Once the flashing process is complete, Balena Etcher will display a "Flash Complete!" message. You can now safely remove the USB drive from your computer.
If you prefer a visual guide to complement the instructions, you can watch the tutorial video below. It provides a clear demonstration of how to create a bootable USB drive on Linux using Balena Etcher. The video will help simplify the process and give you a better understanding of each step.
0 Comments