How to use that script to create a UBCD on a USB stick?

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

Moderators: Icecube, StopSpazzing

Locked
Message
Author
nathaliev
Posts: 3
Joined: Thu May 29, 2008 2:13 pm

How to use that script to create a UBCD on a USB stick?

#1 Post by nathaliev » Thu May 29, 2008 2:21 pm

Hi guys,

I would like to put the UBCD on a USB thumb drive, and I see that there is now a script available, it has a menu of available commands but I have no idea what I need to specify and what I don't.

Can someone give me an example of a basic command to just put the CD on the USB drive? I formatted my USB thumb drive already so it can take over the root of it.

Assume my USB drive is mounted as drive X:


This is what the help menu has:


D:\tools\ubcd2usb>makebootfat.exe
makebootfat v1.4 by Andrea Mazzoleni
Usage: makebootfat [options] dir

Options:
-o Select the output device
-b Select the boot sector image
-m Select the mbr sector image
-c Copy a file in the root directory
-x Exclude files
-X Enforce syslinux 2.xx limitations
-Y Enforce syslinux 3.xx limitations
-Z Enforce ZIP-Drive compatibility if possible
-F Change the MBR to imitate a FAT boot sector
-L Volume label
-O Volume oem
-S Volume serial
-E Drive BIOS number
-v Verbose
-h Help
-V Version

D:\tools\ubcd2usb>




Thanks for any help.

Nathalie

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

#2 Post by Icecube » Fri May 30, 2008 1:26 am

See viewtopic.php?t=1343
It will format your usb thumb drive again.

If you don't want that, copy all files of the ubcd iso to the usb thumb drive, download syslinux

Download syslinux from http://www.kernel.org/pub/linux/utils/boot/syslinux/.

Extract syslinux archive. Go to the win32 folder of it and run syslinux from the command prompt:

Code: Select all

syslinux.exe -ma -d syslinux x:
adapt x: with the drive letter for your usb thumb drive, check it carefully!
http://syslinux.zytor.com/faq.php

See also: viewtopic.php?t=1062

Locked