Header Ads

Create A Bootable USB Stick

To run Ubuntu from a USB stick, the first thing you need to do is insert a USB stick with at least 2GB of free space into your PC.

There are two process of creating a live usb disk.

Step 1:

Using 'dd' command in linux

open terminal in linux and type in following command.

lsblk

It shows which one is your usb drive.

Your usb drive must be something like sdb* (* can be any number)

now run following command

sudo umount /dev/sdb*

sudo dd if=</path/to/ubuntu.iso> of=/dev/sdb*

wait for a while and its done.

Step 2:

The easiest way to put Ubuntu onto your stick is to use the USB installer provided at pendrivelinux.com. You'll need to download and install and follow the instructions.Download Pendrive linux usb installer or Universal Usb installer

Select 'Ubuntu' from the dropdown list.

1

Click 'Browse' and open the downloaded ISO file.

3

Choose the USB drive and click 'Create'.

2

After the process is completed, you are good to go! Happy booting!
Create A Bootable USB Stick Create A Bootable USB Stick Reviewed by Ashok on Wednesday, November 18, 2015 Rating: 5

No comments

Recent Posts