Page 1 of 1

CDROM disabled!

Posted: Sat Jul 24, 2010 10:48 am
by wazup
UBCD 5.0.2
less than a year old Toshiba laptop w/ vista

After selecting a utility such as HDDerase from menu. getting a beep error during utility load.
UNPACK: Extracting "A:\level3\AUTORUN3.CAB"
UBCD: CDROM disabled!
...
UBCD: Error!!! missing hdderase.bat (check CD)

Then loading cdrom drivers from menu
CDROM: No CD-ROM drivers loaded.

also
UBCD: Aborted: Cd-rom support disabled (type "cdrom" to enable). [no help either]
--------------
Never had a problem with older PC's and laptops using v4.11
What is wrong here?
thanks for your help in advance.

Re: CDROM disabled!

Posted: Sat Jul 24, 2010 11:05 am
by Icecube
Did you try all CDROM drivers manually?

There is a workaround (boot a little ISO with only the Freedos image and the dosapps):
Download: http://ubcd.stopspazzing.com/downloads/ ... bcd.iso.gz

Place fdubcd.iso.gz in your extracted UBCD directory:

Code: Select all

ubcd/images/fdubcd.iso.gz
Add the following to ubcd/menus/syslinux/main.cfg and ubcd/menus/isolinux/main.cfg:

Code: Select all

LABEL ubcd502dosiso
MENU LABEL Boot DOS apps of UBCD502
LINUX /boot/syslinux/memdisk
INITRD /ubcd/images/fdubcd.iso.gz
APPEND iso raw
See the wiki for more info about remastering the iso:
http://wiki.ultimatebootcd.com/index.ph ... emastering

Re: CDROM disabled!

Posted: Sat Jul 24, 2010 1:29 pm
by wazup
That works great. Thank you. :mrgreen:

This should be added the next release until they can get it worked out.