How to create a bootable USB stick with Debian

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
intern3t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 119
Joined: 18 Aug 2010, 02:06
13

How to create a bootable USB stick with Debian

Post by intern3t »

I have tried creating a bootable usb stick with debian-7.4.0-i386-kde using unetbootin with no success. please how do i go about this?

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: How to create a bootable USB stick with Debian

Post by scatter »

okay first run the commande lsblk ==> it will show u ur HD and the usb, usually ur HD and the partitions inside of it will go with the name sda, sda1 and in the others ur usb stick with name sdb or sdc then to burn the iso to the usb run the following command

sudo dd bs=4M if=/path/to/urdebian.iso of=/dev/sdc && sync

PS: /dev/sdc can be /dev/sdb depending on the name of ur usb u found with lsblk
that's all :)
there are other softwares to do that but burning the iso from terminal is best way

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: How to create a bootable USB stick with Debian

Post by bad_brain »

I ran into problems a couple of times already with unebootin, leaving the USB stick non-bootable....seems some sticks doesn't like unebootin (or vice versa)... :-k

if you still have no luck with scatter's advice check out this one:
http://www.isotousb.com/" onclick="window.open(this.href);return false;
usually worked for me...
Image

Post Reply