Page 1 of 1

Problems with tools booting from usb

Posted: Wed Dec 23, 2009 9:13 pm
by datoker
Hi, I've been using UBCD since it came out. I love the fact I can boot from usb but I'm having an issue with anything that seems to run freedos. It seems like it is looking for the CD. I'm fairly new to booting off usb drives. Thank you for the help and sorry if this has been posted but I could not find it.

Posted: Thu Dec 24, 2009 1:01 am
by Icecube
Are you using UBCD50RC1?

You can take a look here (work around):
viewtopic.php?t=2159

Can you post the output of the command 'drd'?

Posted: Sat Dec 26, 2009 9:25 am
by datoker
Icecube wrote:Are you using UBCD50RC1?

You can take a look here (work around):
viewtopic.php?t=2159

Can you post the output of the command 'drd'?
I went to the post above I don't know how to rebuild an .iso. I tried to just edit the .cfg file but that didn't seem to work.

drd output:

C-P invalid
Q writable
R-S inaccessible
U-Z invalid

Thanks for the help

Posted: Sat Dec 26, 2009 10:09 am
by Icecube
Did you get the ubcd50RC1_dos.iso from:
http://ubcd.stopspazzing.com/downloads/ubcd-dos/
And did you place it in /ubcd/custom/ of your USB stick?
(You don't need to rebuild the iso if you boot from USB)

You need to boot this entry in the submenu 'User-defined Tools" ==> "Boot DOS apps of UBCD50RC1".

Posted: Sat Dec 26, 2009 12:03 pm
by datoker
Icecube wrote:Did you get the ubcd50RC1_dos.iso from:
http://ubcd.stopspazzing.com/downloads/ubcd-dos/
And did you place it in /ubcd/custom/ of your USB stick?
(You don't need to rebuild the iso if you boot from USB)

You need to boot this entry in the submenu 'User-defined Tools" ==> "Boot DOS apps of UBCD50RC1".
No I didn't download that I thought it was just another copy of the UBCD.

So, if I understand correctly just copy that .iso I just downloaded to the /ubcd/custom/ of the USB stick.

I don't understand what yo mean by "boot this entry"..

I'll also go back to the other post and after adding the .iso image to the usb stick.

Thank you for your help..

Posted: Sat Dec 26, 2009 12:12 pm
by datoker
datoker wrote:
Icecube wrote:Did you get the ubcd50RC1_dos.iso from:
http://ubcd.stopspazzing.com/downloads/ubcd-dos/
And did you place it in /ubcd/custom/ of your USB stick?
(You don't need to rebuild the iso if you boot from USB)

You need to boot this entry in the submenu 'User-defined Tools" ==> "Boot DOS apps of UBCD50RC1".
No I didn't download that I thought it was just another copy of the UBCD.

So, if I understand correctly just copy that .iso I just downloaded to the /ubcd/custom/ of the USB stick.

I don't understand what yo mean by "boot this entry"..

I'll also go back to the other post and after adding the .iso image to the usb stick.

Thank you for your help..

Just tried it seems to work!! now I get what you meant by user defined.. Thank you soooo much!

Posted: Thu Feb 04, 2010 1:20 am
by delicatepc
Icecube is this a issue with FreeDos not finding/mapping the CD drive properly? I understand the concept of the workaround just curious.

~
dpc

Posted: Thu Feb 04, 2010 4:22 pm
by Icecube
delicatepc wrote:Icecube is this a issue with FreeDos not finding/mapping the CD drive properly?
Yes, it is.

I hope Victor knows a way to fix the problem.
Maybe when you step trough the FreeDOS booting part manually (choose which USB driver to use), it may work. The default won't work for everybody, it seems.
There a new USB drivers for DOS (not in UBCD50RC1), maybe they can help:
http://ultimatebootcd.com/forums/viewtopic.php?t=2025

What is the catch?

Posted: Sun May 23, 2010 9:52 am
by maich
Icecube wrote:
delicatepc wrote:Icecube is this a issue with FreeDos not finding/mapping the CD drive properly?
Yes, it is.

I hope Victor knows a way to fix the problem.
Maybe when you step trough the FreeDOS booting part manually (choose which USB driver to use), it may work. The default won't work for everybody, it seems.
There a new USB drivers for DOS (not in UBCD50RC1), maybe they can help:
http://ultimatebootcd.com/forums/viewtopic.php?t=2025
I have a system without cdrom drive (being doomed to usb boot), and the cdrom.bat always fails. I think you preload the cdrom driver in your iso, and no autodetection is needed from FreeDOS. Is it correct?

What do I have to change to skip FreeDOS autodetection for all other menu entries (which require it), because the main menu is nicer.

fdubcd.img.gz

Posted: Sun May 23, 2010 11:00 am
by maich
I've copied fdubcd.img.gz from your iso into ubcd/images/, but it still don't work.

Posted: Sun May 23, 2010 1:04 pm
by Victor Chew
No, you don't extract fdubcd.img.gz from IceCube's ubcd50RC1_dos.iso.

You put the entire ISO in c:\ubcd-extracted\ubcd\custom.

Then you add the following in c:\ubcd-extracted\ubcd\custom\custom.cfg:

Code: Select all

LABEL ubcd50RC1dos
MENU LABEL Boot DOS apps of UBCD50RC1
LINUX /boot/syslinux/memdisk
INITRD /ubcd/custom/ubcd50RC1_dos.iso
APPEND iso raw
Then boot UBCD, and select "User-defined Tools" ==> "Boot DOS apps of UBCD50RC1".

The idea is this creates a virtual CDROM drive and boot the FreeDOS image within it. Since it's a virtual CDROM drive, FreeDOS will have no problems mounting the drive.

I will be trying this method and gathering feedback in UBCD V5.1.

Posted: Mon May 24, 2010 12:37 am
by maich
Victor Chew wrote:No, you don't extract fdubcd.img.gz from IceCube's ubcd50RC1_dos.iso.

You put the entire ISO in c:\ubcd-extracted\ubcd\custom.

Then you add the following in c:\ubcd-extracted\ubcd\custom\custom.cfg:
Sorry. I was not clear. The IceCube's method worked. I just tried to move the changes from his iso to the original stuff :-)