Posts

Showing posts with the label Creating Bootable USB

Creating Bootable USB

Image
Creating Bootable USB Stick via Linux Command  We usually create a bootable USB using any GUI programs like  Brasero, Nero, Xfburn, etc in Linux or PowerISO, UltraISO, Rufus, etc in Windows,  Here I list the command for formatting and creating a bootable USB stick using the terminal, this will be useful for advanced Linux users. 1. First of all, Insert your USB drive into your system. 2. Open the terminal. (CTRL + ALT + T) 3. Look for the USB drive you want to format, by running: You can use either  df or  lsblk The command above will display the directory path of your various drives. Take note of the drive you wish to format. jisgenix@localhost-server :~$ df Filesystem     1K-blocks     Used Available Use% Mounted on udev             1829088        0   1829088   0% /dev tmpfs             3...