tagretdrive CLI parameter does not work

Asked by Geir Engebakken

I try to create multiple USB boot sticks by running a batch file specifying the parameters like this :

unetbootin-windows-555 method=diskimage isofile=c:\ubuntu-10.04.2-desktop-i386.iso lang=no installtype=usb targetdrive=I:

In the batch file I try several USB disks with i: l: etc

But no matter what I do, the targetdrive is always set up as e:

Anyone knows why?

Geir

Question information

Language:
English Edit question
Status:
Solved
For:
UNetbootin Edit question
Assignee:
No assignee Edit question
Solved by:
Geza Kovacs
Solved:
Last query:
Last reply:
Revision history for this message
Best Geza Kovacs (gezakovacs) said :
#1

Don't think I've ever tested this feature on Windows, but does

targetdrive="I:\"

work?

Revision history for this message
Geir Engebakken (geir-engebakken) said :
#2

Thanks Geza Kovacs, that solved my question.

Revision history for this message
Geir Engebakken (geir-engebakken) said :
#3

I guess the docs should be updated then , it says

OS: on Linux: /dev/sdc1, /dev/sdb on Windows: D:, E:, F:

Btw the parameter is targetdrive, d: is that, but d:\ is a directory specification.