Note: this post turned out pretty long, so I will post more stuff and some helpfull links in the next post down.
Hi to Mel, boot cd's are pretty easy. Well, he asked how, and I thought that this was relavent enough to bother sharing my experiences with you all. There is a lot of potential: CDs boot fast, and they are huge, and they are cheeeep!, and lot's of kewl little boxes don't have floppies any more (or so we thought
, they are just hiding).
I use Nero 5.x. Came with my Liteon CDRW. Nero is very common and popular (well earned rep IMHO). It has a very robust option to make bootable cd's. You can certainly use other programs too, but I based this example on Nero, since it has pretty much all the options available and covered. Here are some of the steps and details:
the principal:
-the ElTorito standard lets your bios see if there is a bootable CD in the drive. If there is the bios mounts the boot image from the CD as a drive to boot from.
-a floppy bootable image is best (1.44 or 2.88 work well, but have fun making a 2.88 floppy image file), but larger hard drive images are not well supported by all CDROMs.
-your CD boot image becomes A, your actual floppy drive becomes B.
-the computer boots the virtual image that is A. 'A' can't see the rest of the CD until it is mounted with drivers as it's own drive (Y is my fave)(Y conversely doesn't see the virtual A), as per whatever operating system was on the image (micro linux thingys can be used too, even Win98 via Dos7 with some big tricks).
in preparation:
-work with whatever dos or os you like
)
-make up a good bootable floppy that includes a cdrom driver in the config.sys (oakcdrom.sys is very generic and compatible), and calls mscdex.exe in the autoexec.bat. I actually use a proggie called ctload in the autoexec.bat to load oakcd.sys and a few others, from outside of the config.sys. This allows for easier maintenance of the setup.
-use a disk image program to make a .img file of the floppy (I keep my boot floppy image in the directory tree that I also burn onto the rest of the cd) , or you can feed the floppy to Nero each new burn.
-you can have an 'extended' set of dos directories in your cd that become accessible after mscdex is running, and use this stuff from the rest of your autoexec.
-a few seconds delay after running the oakcd.sys before running mscdex lets the CD spin up, and helpd insure a proper mount.
when burning:
-choose 'new compilation' and pick 'CD_ROM (boot)'
-use ISO Level 1 => 8.3 filenames, do not relax any ISO restrictions except adding ';1' extensions.
-use Mode1, not Mode2/XA
-use Joliet, this adds a second whole directory of windoze long file names for, duh, windoze.
-it's amazing what you can put on the rest of the disk
) I put a very enhanced dos, plus MANY dos utilities, plus Win98 (sure I own a liscence), plus MANY win32 apps (all freeware of course LOL). This is what I use to install Win98, and everything else I need. Or salvage a bummed HD, or back one up, or partition magic from dos
, or... you get the point.
Continued in next post
------------------
What can go wrong will go wrong.
Anything can go wrong.
What hasn't?!?!
Hi to Mel, boot cd's are pretty easy. Well, he asked how, and I thought that this was relavent enough to bother sharing my experiences with you all. There is a lot of potential: CDs boot fast, and they are huge, and they are cheeeep!, and lot's of kewl little boxes don't have floppies any more (or so we thought

I use Nero 5.x. Came with my Liteon CDRW. Nero is very common and popular (well earned rep IMHO). It has a very robust option to make bootable cd's. You can certainly use other programs too, but I based this example on Nero, since it has pretty much all the options available and covered. Here are some of the steps and details:
the principal:
-the ElTorito standard lets your bios see if there is a bootable CD in the drive. If there is the bios mounts the boot image from the CD as a drive to boot from.
-a floppy bootable image is best (1.44 or 2.88 work well, but have fun making a 2.88 floppy image file), but larger hard drive images are not well supported by all CDROMs.
-your CD boot image becomes A, your actual floppy drive becomes B.
-the computer boots the virtual image that is A. 'A' can't see the rest of the CD until it is mounted with drivers as it's own drive (Y is my fave)(Y conversely doesn't see the virtual A), as per whatever operating system was on the image (micro linux thingys can be used too, even Win98 via Dos7 with some big tricks).
in preparation:
-work with whatever dos or os you like

-make up a good bootable floppy that includes a cdrom driver in the config.sys (oakcdrom.sys is very generic and compatible), and calls mscdex.exe in the autoexec.bat. I actually use a proggie called ctload in the autoexec.bat to load oakcd.sys and a few others, from outside of the config.sys. This allows for easier maintenance of the setup.
-use a disk image program to make a .img file of the floppy (I keep my boot floppy image in the directory tree that I also burn onto the rest of the cd) , or you can feed the floppy to Nero each new burn.
-you can have an 'extended' set of dos directories in your cd that become accessible after mscdex is running, and use this stuff from the rest of your autoexec.
-a few seconds delay after running the oakcd.sys before running mscdex lets the CD spin up, and helpd insure a proper mount.
when burning:
-choose 'new compilation' and pick 'CD_ROM (boot)'
-use ISO Level 1 => 8.3 filenames, do not relax any ISO restrictions except adding ';1' extensions.
-use Mode1, not Mode2/XA
-use Joliet, this adds a second whole directory of windoze long file names for, duh, windoze.
-it's amazing what you can put on the rest of the disk


Continued in next post
------------------
What can go wrong will go wrong.
Anything can go wrong.
What hasn't?!?!
Comment