Welcome to the wonderful world of Pardus ^_^
atolboo already gave You a great overview.
And I also have one solution:
There is also a linux terminal command available for creating an usb-stick for installation of Pardus.
So if there is a hybrid ISO is available, then just type the following command into the Linux terminal:
dd if=Pardus_CD.iso of=/dev/sdX bs=4M
Pardus_CD.iso is the name of the Pardus ISO and
/dev/sdX is the mount point of the stick.
Of course the GUI tools are much easier to use.
And now the trick:
dd is also available on windows:
Tool1:
http://www.chrysocome.net/downloads/dd-0.5.zipTool2:
http://sourceforge.net/projects/unxutils/And here is the modified command for the Windows DOS-Box:
dd if=C:\Pardus\PARDUS_CD.iso of=\\.\f: bs=4M
Again:
Pardus_CD.iso is the name of the Pardus ISO and
f: is the drive-letter of the stick.
Good Luck and have fun! :-)