Unetbootin not see usb flash drive (Solved)

Booting, installing, newbie
Post Reply
Message
Author
User avatar
disallowed
Posts: 279
Joined: Sun 22 Mar 2015, 17:18

Unetbootin not see usb flash drive (Solved)

#1 Post by disallowed »

Hi. My system is tahr 6.0.5. I installed Unetbootin from PPM. But it doesn't see my usb flash drive. No matter if it's mounted or unmounted, no matter if it's ext4 or fat32. Any idea?
Last edited by disallowed on Sat 26 Mar 2016, 18:00, edited 1 time in total.

jp734
Posts: 119
Joined: Sat 29 Mar 2014, 17:59

#2 Post by jp734 »

trying executing from terminal and type "unetbootin targetdrive=/mnt/sd??

User avatar
disallowed
Posts: 279
Joined: Sun 22 Mar 2015, 17:18

#3 Post by disallowed »

Thanks.

Code: Select all

You must first mount the USB drive /mnt/sdb to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive.
I reinsert it, I click on its icon, nothing. Always the same message.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#4 Post by watchdog »

There is a thread in Additional Software-Utilities:

http://www.murga-linux.com/puppy/viewto ... 176#851176

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#5 Post by bigpup »

Note:
If Unetbootin is not finding your USB drive.

Sometimes you have to force the issue with Unetbootin.

Start Unetbootin from the console by using this command.

Code: Select all

unetbootin installtype=USB targetdrive=/dev/sdb1
You tell it the target USB drive you want it to use.

My USB flash drive is sdb1

Just make the targetdrive=/dev/ (whatever your USB drive is identified as)

If you are installing a Puppy iso.

You may like to try using this program:
YaPPI
http://www.murga-linux.com/puppy/viewtopic.php?t=101127
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

jp734
Posts: 119
Joined: Sat 29 Mar 2014, 17:59

#6 Post by jp734 »

mount the flash drive: "mount /dev/sdb1 /mnt/sdb1"
they try the command again: "unetbootin installtype=usb targetdrive=/mnt/sdb1"

User avatar
disallowed
Posts: 279
Joined: Sun 22 Mar 2015, 17:18

#7 Post by disallowed »

This seems to have got the job done:

Code: Select all

unetbootin targetdrive=/dev/sdb1
Thank you all.

PS: first time I wrote sdb instead of sdb1. My mistake, sorry.

Post Reply