Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Dos cdrom driver hard disk boot
Name: humancode23 Date: March 14, 2003 at 09:01:10 Pacific OS: DOS 6.22 CPU/Ram: 120/32
Comment:
I can't figure out how to have my hard drive boot cd_rom drivers from the hard disk. I have a very old modular multibay cdrom/floppy drive. I can load the oakcdrom from floppy, but have to restart to swap for cd to install windows 98. I need the C: drive to boot the cd_rom drivers so I can run windows setup from CD. Any ideas?
Name: x86 Date: March 14, 2003 at 09:05:55 Pacific
Reply:
http://home.att.net/~gobruen/progs/dos_batch/dos_batch.html#autoexec and the other pages all you need to know!
0
Response Number 2
Name: ernie Date: March 14, 2003 at 11:48:58 Pacific
Reply:
It's not difficult to load cdrom Dos drivers. You add a line to config.sys to load the driver and add a line to autoexec.bat to load 'mscdex' which is also needed.
Boot from a floppy and run 'sys c: to make the hard drive bootable Create a config.sys and autoexec.bat file on c:\ copy the appropriate cdrom driver to c:\ Copy mscdex.exe to c:\ Use 'Edit' and add the following line to c:\config.sys device=c:\CDdriver.sys /d:mscd0001 Then add the following line to autoexec.bat loadhigh c:\mscdex.exe /d:mscd0001
NOTE! Change 'CDdriver.sys' to the name of your driver.
The '/d:mscd0001' ties the two entries together and must be the same in both lines
Summary: I'm in the process of formating and reinstalling 98 on my girlfriends computer. However, I'm double-checking to make sure I'll be able to install 98 from CD after the format. Problem is I'm having tr...
Summary: Hello everyone! I have a little problem. I have a scsi controller card and a scsi hard drive but the scsi controller doesn't have a boot bios on it. I am trieing to make the pc run windows of the scsi...
Summary: I am trying to setup a dual boot system with NT and Win98. I have a SCSI CDROM, that i need to install drivers for. I want to install Dos 6.22 to my primary partition, so i can load the drivers. I kee...