To make a bootable CD you have two options: one to make a bootable partition on your hard disk that is small enough to fit on a CD, and use that as the source for the bootable CD, or the simpler method is to make a bootable floppy, and use the 'pretend to be drive A' mode of bootable CD's. Then you put the other programs/data you want access to in a second session on the CD.
Using the second (floppy) method is easier, but there are a few tricks... namely you need to install dos drivers for your CD drive, and MS-DOS CD Extentions (MSCDEX.EXE) in the floppy image to enable access to you CD drive.
If you have SCSI CD drives, then you need the DOS SCSI drivers and SCSI CD drivers as well as MSCDEX.
Get the dos drivers for your CD drive.
copy them to a bootable floppy (one prepared with sys a: command, or formatted to be bootable from win 98/95 etc. )
copy MSCDEX.EXE from c:\windows\ or c:\msdos to the floppy.
Copy high memory drivers to allow maximum memorymanagement: himem.sys and emm386.exe, and the smartdrv.exe cache as well so that cd/hdd access is reasonable speed.
create a text file on the floppy called config.sys
in this file put the lines
dos=high,umb
device=emm386.exe noems
device=himem.sys
devicehigh=oakcdrom.sys /d:mscd001
(the oakcdrom line is the cdrom driver - this line will be different depending on the driver file available from the manufacturer of your cd - it is a pretty standard IDE driver though. the /d:mscd001 is almost universal: it is assigning the name 'MSCD001' to the CDROM device, which is needed later for MSCDEX.exe read on)
Create another text file called autoexec.bat with the lines
lh mscdex.exe /d:mscd001 /l:m
lh smartdrv.exe
(the /l:m assigns the drive letter M to the cd drive with the device name MSCD001 - handy to keep the letter well away from the lower end)
Test out the boot process from the floppy to see that it works for you, then if it is all ok, use your CD burning software to make a bootable CD, and use the floppy as the source image. Nero makes this easy, Adaptec software is a little more cryptic, but consult your online help to find out how to do this.
Add other programs etc into the CD layout. You will be able to access them on drive M: after booting with the CD.
Make sure you bios is set up to boot from a CD drive if available when testing it out.
Good luck
Pete
Main Topics
Browse All Topics





by: rin1010Posted on 2002-11-04 at 17:00:29ID: 7408392
Carlos,
You mention the "same problem"...
Do you mean booting with a CD to install DOS 6.22?
Or do you merely want to create a DOS 6.22 bootable CD?
I've not had problems creating DOS 6.22 bootable CD disks,
but note that you won't be able to see a FAT32 partition
on a hard drive after booting under DOS 6.22 ...
Also, MS-DOS 6.22 doesn't literally have to be "installed"...
You just need to copy the necessary files to a directory.
Once the files are expanded from the installation disks
they can be copied to the CD and later copied to a
hard drive directory if needed using a batch file...
There are various ways to do it but please post back
with exact details of what you're doing and include
the burning software and version you're using
and what specific problems you're having.
Here's an url where you can download a copy
of my DOS 6.22 boot disk to use for the model...
Run this app in Windows to create the boot disk
on a floppy and then burn the model to the boot CD...
http://users.aol.com/bydes
And I'll paste some notes here from another question
where I offered some comments about it
that may help you some...
<<<
Some of the options you'll have will be specific to your burning software.
With floppy emulation you'll want to create a 1.44 bootable floppy disk
having the OS you want to boot to (e.g., DOS 6.xx, DOS 7.xx, etc...)
and whatever other programs and utilities you may want on the disk.
That will be the model drive from which you'll burn the bootable CD.
You can't burn a bootable CD from a logical model drive / partition
having a capacity greater than the capacity of the CD (650 MB)...
Also note that a bootable CD will work only if the BIOS supports that option.
If the BIOS has the capability of booting from a CD drive, it won't matter whether
the system has a hard drive installed. If so, it takes the next available drive letter
if you choose hard disk emulation to create the bootable CD (which becomes C:)...
With floppy emulation the bootable CD will be accessed as drive A: - The physical
floppy drive becomes the B: drive (and so on, with each drive moving up a letter.)
[cut] there are only three files necessary to boot into MS-DOS
so please post back with details of what you'll need on the CD
such as programs, utilities, etc, or if you just want the info and
recommended files and how to create the bootable disk model.
Also indicate what burning software you're using and if you want
detailed steps for burning the bootable hard disk or floppy model.
After choosing a bootable medium or creating a working boot disk,
your burning app should automatically do most of the rest for you...
>>>
So post back with what you've tried and what you're using
and whatever specific problems and questions you have...