Citation :
Making UBCD memory stick To create a bootable UBCD memory stick, at the command prompt, type:
Code :
- cd \ubcd-extracted\ubcd\tools\win32\ubcd2usb
- ubcd2usb c:\ubcd-extracted x:
|
where X: is that drive letter of USB memory stick, which is assumed to be already formatted. If it is not already formatted, or you wish to force it to be formatted, you can add the /f switch at the end:
Code :
- ubcd2usb c:\ubcd-extracted x: /f
|
Either of the above will created a bootable UBCD memory stick in X:. Note that booting a USB memory stick requires BIOS support and is only available on newer machines. You can also expect to encounter more compatibility issues compared to booting from a CD, and some tools may not work properly when run from a USB memory disk.
|