Linux Techos Skip to main content

Posts

Showing posts from August, 2017

Create a Linux bootable USB drive

THE LINUX BLOG Here is how you can create a Linux bootable USB drive... Step 1 : Download Win32 disk imager and install it on you your windows pc. Step 2:  Download iso file of any linux distribution from its official website. Step 3: Now , open WIN32 disk imager and select the USB disk which ypu want to make bootable. Step 4: Now hit copy button shown below.Its done!!!! Step 5: Now turn off your system and press F12 to boot from USB drive .               For windows 8,10 you will need to disable secure boot option               (Check out guide to disable secure boot option of your device).                Now, you should be able to boot into your linux distro.  Using dd command in Linux:   Step 1: Open terminal and navigate to the directory where iso file of OS is located.   Step 2: Verify the name of device id of usb by using lsblk command (Identify it by looking at the size, it may look like /dev/sda,/dev/sdb) Once this is done enter following command.        su