UBCD for USB-STICK??

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
KingMax
Posts: 5
Joined: Wed Jul 23, 2008 9:23 am

UBCD for USB-STICK??

#1 Post by KingMax » Wed Jul 23, 2008 9:28 am

hello
i need help..is there a version of ubcd or do you now an other programm similar to that?
because i dont have a cd burner..my laptop only works with an USB stick ;)

greetings
KingMax

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Wed Jul 23, 2008 9:59 am

Extract the iso with 7zip, winrar or another program to c:\ubcd.

Open the command prompt.

Code: Select all

cd c:\ubcd\tools\ubcd2iso
ubcd2usb
Follow the instructions.
Last edited by Icecube on Thu Jul 24, 2008 6:21 am, edited 2 times in total.

KingMax
Posts: 5
Joined: Wed Jul 23, 2008 9:23 am

#3 Post by KingMax » Wed Jul 23, 2008 10:55 am

thx for your fast answer..

i´ll try it right now..=)

KingMax
Posts: 5
Joined: Wed Jul 23, 2008 9:23 am

#4 Post by KingMax » Thu Jul 24, 2008 3:42 am

hm..i tried it..but it doesnt work..
i extractet the exe, then there was a iso, i extractet the iso to c:\ubcd
now everything is in the folder (for example tools,boot,custom,dosapps,...)

then i tried to open the command prompt and entered your code..but it didnt work..there was : "UBCD2USB not found"

so i tried to started the msdos-application ubcd2usb in the folder c:\ubcd\tools..but it didnt work again..pls help me..
sry for my bad english^^ :oops:

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#5 Post by Icecube » Thu Jul 24, 2008 6:20 am

I forgot that there was also an ubcd2iso dir before the ubcd2iso.bat

Code: Select all

cd c:\ubcd\tools\ubcd2usb
dir                               will list ubcd2iso.bat if everything is right
ubcd2usb
I updated my previous post.

Edit: I have changed ubcd2iso to ubcd2usb (2 time I make a fault) :( .
Last edited by Icecube on Sun Jul 27, 2008 3:09 am, edited 1 time in total.

KingMax
Posts: 5
Joined: Wed Jul 23, 2008 9:23 am

#6 Post by KingMax » Sun Jul 27, 2008 3:04 am

hm..

sry i´m too stupid to do that..

can you please explain me in an easy way to explain what exatctly i have to write and where? sry but i am such a noob..

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#7 Post by Icecube » Sun Jul 27, 2008 3:42 am

Open the command prompt ("dos" window):
==> Go to "Start" ==> "Run as ..." ==> type 'cmd', press <Enter>
OR
==> Got to "Start" ==> "All Programs" ==> "Accesorries" ==> "Command Prompt"
I don't use windows anymore so I am not completely sure that the names are correct.

Once you are at the command prompt, You have to change the directory to the folder where ubcd2usb is located. I suppose that you have extracted the iso to c:\ubcd.
For UBCD411:

Code: Select all

cd c:\ubcd\tools\ubcd2usb\
For UBCD500beta:

Code: Select all

cd c:\ubcd\tools\ubcd2usb\
To see which files are in the folder, use 'dir' (you don't have to use this command but it can be useful to know) (If you type help, you can get an explanation about every command available).

Code: Select all

dir
dir should display 6 file. One of them is ubcd2usb (ubcd2usb.cmd or ubcd2usb.bat (I don't remember it very well).
Run "ubcd2usb":

Code: Select all

ubcd2usb
It will display the following:
UBCD2USB: Create a bootable UBCD memory stick

Usage: UBCD2USB (UBCD-path) (USB-drive) [-Y]

Params: -Y : No format-warning, no pause (for batch-mode)

Examples: UBCD2USB e: f: -y
(UBCD-CDROM in 'E:', USB-key in 'F:', no warning)

UBCD2USB d:\ubcd f:
(UBCD extracted in dir 'D:\ubcd', USB-key in 'F:')

Required: W2K/XP/W2K3/Vista and an (optionally extracted) UBCD
If you have extracted the ubcd iso to c:\ubcd, and your usb thumb drive letter is x: (see in explorer which drive letter your usb thumb drive has and change the x: in the following command with that letter).

Code: Select all

ubcd2usb c:\ubcd x:

KingMax
Posts: 5
Joined: Wed Jul 23, 2008 9:23 am

#8 Post by KingMax » Sun Jul 27, 2008 11:13 am

thx!!
that was a very good explanation!

but..i cant boot with the stick..it says kernell not found or something like that..=(

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#9 Post by Icecube » Sun Jul 27, 2008 11:21 am

Download ubcd50 beta (see forum UBCD50).
It uses another way to partition the usb thumb drive. See if that helps.

Flaviss
Posts: 5
Joined: Tue Jan 27, 2009 7:08 pm

#10 Post by Flaviss » Tue Jan 27, 2009 7:58 pm

Thanks Icecube. I was looking all over for directions on how to do this and between this thread and this one: viewtopic.php?t=1608&highlight=ubcd2usb from you I figured it out and created my usb key.

The directions on the main site are really lacking considering on the main site it sounds like you can just open the bat file from windows explorer and bam, it does it for you.

Speaking presumptively for anyone else who does not have the patience to comb through stuff like I did, it would be great if you combined these two posts and turned them into a 'how to create a UBCD on USB for dumbies' tutorial and had it stickied and linked to from the main page.

Thanks so much,

Flaviss

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#11 Post by Icecube » Wed Jan 28, 2009 7:11 am

UBCD is lacking documentation for the moment. It would be great if someone has time to write such tutorials.

The ubcd2usb.cmd in the last beta's of UBCD50 don't close directly when you open them. They give you instructions on what to do next.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

tech951
Posts: 7
Joined: Fri Jan 30, 2009 8:43 pm

#12 Post by tech951 » Fri Jan 30, 2009 8:45 pm

If you are using Windows Vista and receive a message saying USB drive not made bootable or missing ubcd2iso.cmd it means you have to launch the CMD as Administrator.

Locked