USB booting once more time...

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

Moderators: Icecube, StopSpazzing

Post Reply
Message
Author
rane33
Posts: 1
Joined: Tue Nov 16, 2010 7:27 am

USB booting once more time...

#1 Post by rane33 » Tue Nov 16, 2010 7:43 am

Hello!

I'm just trying to install UBCD on my USB stick, but i have few problems.
At first i tried install UBCD using Universal-USB-Installer, all went ok, UBCD started, but when i tried to start some application i got a message:

Code: Select all

Aborted, Cd-rom support disabled (type "cdrom to enable)
Of course i tried to type cdrom but it won't work.

So next i decided to use tutorial from this forum: This one. After unzipping ubcd503.iso and installed it correctly (for sure, everything gone excellent) i restarted my computer, but USB-stick won't work, i just see Win XP loading screen. I changed everything in BIOS, computer first look for USB-ZIP drive, then for CD-Rom, and then for hard drive). I tried also install grub4dos from RMPrepUSB and make a menu.lst:

Code: Select all

title UBCD 5
find --set-root /ubcd50rc2.iso
map /ubcd50rc2.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

but it still doesn't work.
Can anyone help?

ady
Posts: 832
Joined: Sat May 08, 2010 5:26 am

Re: USB booting once more time...

#2 Post by ady » Tue Nov 16, 2010 9:09 am

First, check your ubcd iso with the checksums at http://www.ultimatebootcd.com/download.html .

If your download has both those checksums, then expand the iso image (with 7-zip of IZarc) and follow the instructions at

http://www.ultimatebootcd.com/customize.html where it says "Making UBCD memory stick". Both syslinux and grub4dos menus should be fine if you don't change/customize anything in the extracted ubcd.

The "ubcd2usb" script is the most simple way to make your ubcd stick.

Optionally, after expanding the original iso image (the one that was checked with the checksums) and before running the ubcd2iso script, you can run the scripts to update the antivirus' databases, or customize UBCD according to the same "customize" page, or the wiki, or several tutorials posted in this forum.

StopSpazzing
Posts: 462
Joined: Tue Sep 09, 2008 4:37 pm
Location: California, USA
Contact:

Re: USB booting once more time...

#3 Post by StopSpazzing » Thu Nov 18, 2010 11:00 pm

http://wiki.ultimatebootcd.com/index.ph ... stallation

Complete guide to installing to USB.
~Just StopSpazzing~

Visit the UBCD Wiki: http://wiki.ultimatebootcd.com
Please check your UBCD ISO MD5 Hash Sum; May prevent issues later on by not having an exact copy.

Currently Working on Common Issues and Repair Tips on the Wiki.

ady
Posts: 832
Joined: Sat May 08, 2010 5:26 am

Re: USB booting once more time...

#4 Post by ady » Fri Nov 19, 2010 5:06 am

@StopSpazzing,

according to his post:
So next i decided to use tutorial from this forum: This one.
he already tried that procedure, but something went wrong for him. That is why I suggested to use the script.

Either:

A) He hasn't followed the exact steps (maybe he thinks he has), or;

B) There is some software problem (Windows?, RM's tool?, other?), or;

C) The download of ubcd503.iso had a problem (that's why I suggested the checksums), or;

D) He has a hardware problem; maybe the usb connection, or the usb flashdrive itself (the RM's tool has the option to check the actual size of the flashdrive, in case it is a "fake" one), or;

E) He has a combination of the above possible problems.

Since the original poster hasn't report back his results with the ubcd2usb script, nor the checksums, we can't know if he resolved the problem (yet).

StopSpazzing
Posts: 462
Joined: Tue Sep 09, 2008 4:37 pm
Location: California, USA
Contact:

Re: USB booting once more time...

#5 Post by StopSpazzing » Sat Nov 20, 2010 9:45 pm

You can typically force boot a option, depending on your system ofcourse. Such as my asus board, f12 will give me boot options and then I select USB device. But that would mean your bios would have to support USB booting, and you may have to enable it in BIOS.
~Just StopSpazzing~

Visit the UBCD Wiki: http://wiki.ultimatebootcd.com
Please check your UBCD ISO MD5 Hash Sum; May prevent issues later on by not having an exact copy.

Currently Working on Common Issues and Repair Tips on the Wiki.

ady
Posts: 832
Joined: Sat May 08, 2010 5:26 am

Re: USB booting once more time...

#6 Post by ady » Sun Nov 21, 2010 12:49 am

StopSpazzing is onto something.
rane33 wrote:...I changed everything in BIOS, computer first look for USB-ZIP drive...
@rane33
Maybe you should try USB-Floppy or USB-HDD or other USB options? (There are also USB Legacy options in the BIOS, for example).
...After unzipping ubcd503.iso...
title UBCD 5
find --set-root /ubcd50rc2.iso
map /ubcd50rc2.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
That menu won't find ubcd50rc2.iso, for 2 reasons. First, the iso image name you downloaded is for version 503: ubcd503.iso. Second, either you
A) unzipped the iso image as you said, and used the method described in the wiki to put ubcd in your USB, so ubcd503.iso is not there in the usb, or;

B) the iso image shouldn't be unzipped and you used the alternative method of RM's tool, with the complete iso in the usb.

So, you have to follow the instructions correctly (choose one method only; that's why I suggested to follow the script instructions), and you need to configure the BIOS correctly.

s69
Posts: 16
Joined: Sun May 17, 2009 7:44 am

Re: USB booting once more time...

#7 Post by s69 » Sun Nov 21, 2010 2:25 pm


Post Reply