Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-19 Thread Dario Roncone
There exist a tool, a programm that assign the drive letter in Free-DOS version 1.0 final 2005 x:\freedos\setup\odin i have donĀ“t remember the name of this Programm go and replace shsusdcx.com ( 2015-05-19 3:37 GMT+02:00, Don Flowers donr...@gmail.com: Sure thing John! It's going to bug me for a

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-19 Thread John Hupp
This is a case where it's hard to say whether shsucdex or the various other cdrom drivers are falling short. But in my current solution shsucdex works and doesn't need to be replaced. Mscdex also worked. I couldn't get uide.sys or xcdrom.sys to work, but ide-cd.sys does work. So it seems

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
Thanks for the idea and an interesting web page, but this is a plain old IDE CD-ROM. On 5/18/2015 10:10 AM, Don Flowers wrote: http://www.rmprepusb.com/tutorials/winimage On Mon, May 18, 2015 at 10:08 AM, Don Flowers donr...@gmail.com mailto:donr...@gmail.com wrote: If you have a

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
I just checked my only PC with a secondary master drive. If neither of the two configurations work, on the batch file loading UIDE try loading UDVD2.SYS instead. On Mon, May 18, 2015 at 10:53 AM, John Hupp free...@prpcompany.com wrote: Secondary master. On 5/18/2015 10:35 AM, Don Flowers

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
Is it a slave or secondary master drive? On Mon, May 18, 2015 at 10:30 AM, John Hupp free...@prpcompany.com wrote: Thanks for the idea and an interesting web page, but this is a plain old IDE CD-ROM. On 5/18/2015 10:10 AM, Don Flowers wrote: http://www.rmprepusb.com/tutorials/winimage

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
One of these two should work. These are batch files so rename them accordingly. On Mon, May 18, 2015 at 10:35 AM, Don Flowers donr...@gmail.com wrote: Is it a slave or secondary master drive? On Mon, May 18, 2015 at 10:30 AM, John Hupp free...@prpcompany.com wrote: Thanks for the idea and

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
Secondary master. On 5/18/2015 10:35 AM, Don Flowers wrote: Is it a slave or secondary master drive? On Mon, May 18, 2015 at 10:30 AM, John Hupp free...@prpcompany.com mailto:free...@prpcompany.com wrote: Thanks for the idea and an interesting web page, but this is a plain old IDE

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
http://www.rmprepusb.com/tutorials/winimage On Mon, May 18, 2015 at 10:08 AM, Don Flowers donr...@gmail.com wrote: If you have a AHCI/SATA CD/DVD drive, try downloading the FreeDOS - SATA for Ghost disk here, extract the AHCI.SYS driver and use the following configuration. @ECHO OFF

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
If you have a AHCI/SATA CD/DVD drive, try downloading the FreeDOS - SATA for Ghost disk here, extract the AHCI.SYS driver and use the following configuration. @ECHO OFF SHCDX86.COM /QQ /U IF NOT EXIST CDROM001 DEVLOAD /Q /H C:\FDOS\BIN\AHCI.SYS /D:CDROM001 /H IF NOT EXIST CDROM001 DEVLOAD /Q /H

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
I tried updating to the latest uide.sys from http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/ellis/, but I get the same error. I also get the same error with the last version of xcdrom.sys. Next-best solutions? On 5/16/2015 5:34 PM, John Hupp wrote: Hi, all. It's been some

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
Make sure your (fd)config.sys has a line LASTDRIVE=Z On Mon, May 18, 2015 at 11:08 AM, Don Flowers donr...@gmail.com wrote: I just checked my only PC with a secondary master drive. If neither of the two configurations work, on the batch file loading UIDE try loading UDVD2.SYS instead. On

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
Taking the next obvious step, I can even successfully condense the last 5 lines as below (which lets me access the drive as E:, not D:), but I have not succeeded beyond that. === REM (some commands) SHSUCDX /QQ /D3 LH SHSUCDHD /QQ /F:FDBOOTCD.ISO REM (some commands) REM

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
Thanks, that sort of works. Based on the cdrom.bat commands, this snippet from my current autoexec.bat works: === REM (some commands) SHSUCDX /QQ /D3 LH SHSUCDHD /QQ /F:FDBOOTCD.ISO REM (some commands) REM DEVLOAD /H /Q %dosdir%\BIN\UIDE.SYS /H /D:FDCD0001 /S5 DEVLOAD

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
If you have other partitions they will always be seen by FreeDOS diskinit before any of your drivers are loaded therefore it is best to reassign your drive letter. FreeDOS 1.1 uses a default of X: and I follow that assignment. This will result in a consistent drive assignment for your CD. Also

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
Point well taken about diskinit and a consistent drive assignment, though in this case it will probably not matter. I don't have any plan to boot CDROM images on this -- the FDBOOTCD.ISO command was just part of the auto-installed configuration. If I substitute SHSUCDX /D:FDCD0001,X /Q in

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
John, actually you probably don't need to unload shsucdx, like you I used that command line from my install (I used the all_cd.iso). On Mon, May 18, 2015 at 3:29 PM, John Hupp free...@prpcompany.com wrote: Point well taken about diskinit and a consistent drive assignment, though in this case

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
You're right, I get exactly the same result if I rem out that line. I then arrive at this as the most economical working configuration: === REM (some commands) SHSUCDX /QQ /D3 REM (some commands) DEVLOAD /Q /H C:\FDOS\BIN\XCDROM.SYS /D:FDCD0001 /H SHSUCDX /D:FDCD0001,X /Q

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
are you using only xcrdom.sys or combining it with UIDE or UDVD? I prefer UIDE instead of xcdrom.sys on my IDE drives, and on one of my quirkier machines shsucdx doesn't work but shcdx86.com does. On Mon, May 18, 2015 at 4:02 PM, John Hupp free...@prpcompany.com wrote: You're right, I get

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread Don Flowers
Sure thing John! It's going to bug me for a while though - I'm a bit anal ;^o On Mon, May 18, 2015 at 9:03 PM, John Hupp free...@prpcompany.com wrote: I also tried, by the way, mscdex + uide.sys, which did not work. Thanks, Don, for working with me all the way through and contributing many

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
Continuing to think in other directions at the moment, I tried mscdex + a cdrom driver of unknown origin named ide-cd.sys (dated 1998). Those two worked. Then I tried shsucdx + ide-cd.sys and those two worked. I wish I knew the origin of ide-cd.sys (or maybe I don't want to know), but I'm

Re: [Freedos-user] For CD: Error reading from drive D: data area: drive not ready

2015-05-18 Thread John Hupp
I also tried, by the way, mscdex + uide.sys, which did not work. Thanks, Don, for working with me all the way through and contributing many good ideas! On 5/18/2015 5:33 PM, John Hupp wrote: Continuing to think in other directions at the moment, I tried mscdex + a cdrom driver of unknown