Messerschmitt Posted January 29, 2009 Posted January 29, 2009 Hi there. I have tried for 2 days now to make a bootable CD with pure DOS that includes ATIFlash and my ATI BIOS image. However none of them worked. I tried both Nero and Clean20, but none of them will work.
malmal Posted January 30, 2009 Posted January 30, 2009 (edited) Try bootdisk.com Edited January 30, 2009 by malmal
Messerschmitt Posted January 30, 2009 Author Posted January 30, 2009 (edited) Hi malmal. I tried those, but they will not work.NowI burned this on the CD: http://forums.techpowerup.com/attachment.p...mp;d=1231880794The message I was told I should have got is;Par****on C:\ installedPar****on D:\ installedSearch for USB HDD Devices...USB support successfully initializedNWCDEX.EXE Version 2.81 CD-ROM file handler.Copyright © 1992, 1997 Caldera Inc. All rights reserved,Drive E: Driver 'MSCD001' unit 0Completed codepage prepare functionCompleted codepage select functionNLSFUNC R4.00 National Language SupportCopyright © 1988,1998 Caldera, Inc. All rights reserved.Caldera DR-DOS 7.03Copyright © 1976, 1998 Caldera, Inc. All rights reserved.[DR-DOS] A:\>The message I actually got was;Par****on C:\ installedSearch for USB HDD Devices...USB support successfully initializedNWCDEX.EXE Version 2.81 CD-ROM file handler.Copyright © 1992, 1997 Caldera Inc. All rights reserved,Driver not found 'MSCD001'Completed codepage prepare functionCompleted codepage select functionNLSFUNC R4.00 National Language SupportCopyright © 1988,1998 Caldera, Inc. All rights reserved.Caldera DR-DOS 7.03Copyright © 1976, 1998 Caldera, Inc. All rights reserved.[DR-DOS] A:\>Now the thing is on this computer it says "Driver not found 'MSCD001'", yet on my 6 year old computer, it works good, and it finds MSCD001.The difference is that my HDD's and DVD-RW is connected via SATA cables vs my 6 year old computer which is all IDE. However, the DVD-RW is connected to a SATA port that is set as IDE in BIOS.On this computer it goes:"Device Name : MSCD001No drives found, aborting installation"On my old computer the same line goes:"Device Name : MSCD001Number of drives : 1"Therefore on this computer I get the "Driver not found 'MSCD001'" while on my old computer it's "Drive G: Driver 'MSCD001' unit 0", like in this picture.What additional drivers do I need so I am able to boot and my SATA cable DVD-RW find this MSCD001?Please help me, I'm starting to get nightmares. I'm trying for 3 days now to boot in BIOS so I can use ATIFlash.EDIT: Ok, I found this which I 'think' it's my answer. Can anyone tell me how can I include this driver, not sure what to do. Edited January 30, 2009 by Messerschmitt
dbrunton Posted January 30, 2009 Posted January 30, 2009 Copy GCDROM.SYS to the root folder of your A:Edit your CONFIG.SYS by adding the following lines.DEVICE=GCDROM.SYS /D:MSCD000 /C0 DEVICE=GCDROM.SYS /D:MSCD001 /C1DEVICE=GCDROM.SYS /D:MSCD002 /C2Delete any other lines that refer to a CDROM driver.Edit your AUTOEXEC.BAT by adding the following lineMSCDEX.EXE /D:MSCD000 /D:MSCD001 /D:MSCD002Delete any other lines that refer to MSCDEX.EXE
Ponch Posted January 30, 2009 Posted January 30, 2009 Bios flash files are usually very small, could you not just copy them on the "A:" part of your CD and launch them from there instead ?
jaclaz Posted January 30, 2009 Posted January 30, 2009 Additionally, disks to burn BIOS should have the LEAST possible anything on them, BUT system files, the flash utilities and updated BIOS file.You DO NOT need USB support, or CD support for burning the BIOS.Read this:http://www.msfn.org/board/index.php?showtopic=127593on bootdisk.com there is a "special" CLEAN boot diskette for FLASHing BIOS purposes.jaclaz
Messerschmitt Posted January 30, 2009 Author Posted January 30, 2009 (edited) Copy GCDROM.SYS to the root folder of your A:Edit your CONFIG.SYS by adding the following lines.DEVICE=GCDROM.SYS /D:MSCD000 /C0 DEVICE=GCDROM.SYS /D:MSCD001 /C1DEVICE=GCDROM.SYS /D:MSCD002 /C2Delete any other lines that refer to a CDROM driver.Edit your AUTOEXEC.BAT by adding the following lineMSCDEX.EXE /D:MSCD000 /D:MSCD001 /D:MSCD002Delete any other lines that refer to MSCDEX.EXEHi, I am not exactly sure what you mean by copying the root folder of A. Isn't A the floppy drive? I do not have a floppy drive, I only have C,D,E which are SATA II HDD's (1st HDD which is C and D, and 2nd HDD is E), then my DVD-RW which is F. I already have the Caldera 7.03 DOS burnt on the CD. Now, do I just do multi session with Nero and add the modified files, or erase the CD and edit the .iso to include the GCDROM?Also in regards to files editing and what exactly to add. Do I add the hole .zip, Config.sys, autoexec.bat and the folder ide containing gcdrom.sys?Now in regards to the editting. The gcdrom.sys has a lot of wired characters with a few lines that makes a bit of sence. I do not see any other CDROM lines. Also, do I modifty DEVICE=GCDROM.SYS /D:MSCD002 /C2 to my DVD-RW, which is F?This is what the file contains˙˙˙˙ ČâGCDROM 0 € ˛ ˙˙ ˛r ˙&[------------------ same type of characters -----------------------] 44$ 66$ 100$133$166$Ź…€ (€ °( P °PGCDROM V2.3, 8-24-2006$Driver name is " "$SATA Native IDE controller at I-O address xxxxh/xxxxh, Chip I.D. xxxxxxxxh.$.VDS init error$./L Invalid$.ERROR Synchronizing I-O with XDMA driver$No 80386+ CPU; GCDROM not loaded!$Unit 0: $ device select timeout$ Identify Device error$ is not an ATAPI CD-ROM$No CD-ROM drive to use$Primary-$Secondary-$master$slave$, $, ATA- $, PIO mode$.$As for the autoexec.bat, how do I edit it, with notepad after I edit the .exe to something else so I can open it with notepad?If opening with notepad, I see that it already has "MSCDEX.EXE /D:MSCD000 /D:MSCD001 /D:MSCD002"@echo offIF "%CONFIG%"=="NONE" GOTO NOMSCDEX.EXE /D:MSCD000 /D:MSCD001 /D:MSCD002FINDDRIV.EXE:NOSMARTDRV.EXEDOSKEY.COMSET DISCMD=/O:GNESET PATH=A:\Bios flash files are usually very small, could you not just copy them on the "A:" part of your CD and launch them from there instead ?I am not exactly sure what you are reffering to when you say to copy them to the A: part of the CD. Once Caldera DOS starts, because it does not detect that MSCD001, you cannot do anything. The blinky just blinks and the keyboard is non-responsive. Additionally, disks to burn BIOS should have the LEAST possible anything on them, BUT system files, the flash utilities and updated BIOS file.You DO NOT need USB support, or CD support for burning the BIOS.Read this:http://www.msfn.org/board/index.php?showtopic=127593on bootdisk.com there is a "special" CLEAN boot diskette for FLASHing BIOS purposes.jaclazThe CD I have only has Caldera DOS, and I need to add that gcdrom.sys driver, and then just add the ATIFlash and the images. My keyboard is USB, but alas, i'm not exactly sure what you refer as "burning the BIOS"I do not have a diskette, I do not have a floppy disk.Also, I did not catch the DOS time, or well, when I did I was 6. So I am really not that good with DOS. And, if I set my SATA DVD-RW to IDE in BIOS, shouldn't it be detected as a PATA DVD-RW? I can't understand how other people who has SATA based DVD-RW uses the BIOS when they need it. Edited January 30, 2009 by Messerschmitt
jaclaz Posted January 30, 2009 Posted January 30, 2009 The CD I have only has Caldera DOS, and I need to add that gcdrom.sys driver, and then just add the ATIFlash and the images. My keyboard is USB, but alas, i'm not exactly sure what you refer as "burning the BIOS"I do not have a diskette, I do not have a floppy disk.Also, I did not catch the DOS time, or well, when I did I was 6. So I am really not that good with DOS.Look , the given thread is about a user that had:NO DOSNO DOS experienceNO floppy diskAnd he managed to flash his BIOS with the given instructions. You DO NOT need:mscdex.exegcdrom.sysautoexec.bat tweakingconfig.sys tweakingJust forget about them, forget about the CD you have, forget about Caldera Dos, forget about multisession, forget about Nero, forget about editing .iso images, just read the thread with an open mind and follow the instructions I gave there:http://www.msfn.org/board/index.php?showtopic=127593Feel free to post any doubts you may have, related to the procedures there, i.e.:downloading a suitable floppy imagedownload and install a virtual floppy disk driverexpand the downloaded imageadd to it your BIOS filesuse IMGBURN to create a new, bootable, el-torito floppy emulation CD or .isoI will try and help you. jaclaz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now