Let's get started right away and see how you can easily create a bootable CD-ROM.
A bootable CD-ROM can be a life-saver in many PC trouble situations
1. Get a Good CD Burner Software
The first thing to do when creating a bootable CD-ROM is to get a good CD-Burner software. There are many available in the market, but a good one to use is Roxio Easy CD Creator. This software is easy and straightforward to use and retails at a cheap price given its extensive functionalities.
2. Choose To Create A Boot CD
The next step in your bid to create a bootable CD-ROM? Its to access your CD burner software and select the ‘Create Bootable CD’ option. In Easy CD Creator, you can do this by going to File => New CD Layout => Bootable CD. The software then prompts you for a floppy disk that contains the boot CD image.
This is important because the CD-ROM needs to contain an image of a bootable floppy disk. Only then can the PC boot from the CD-ROM and treat it as though it were a ‘bootable floppy’ as such.
3. Copy A Floppy Image to The Boot CD
How do you create this bootable floppy? Well, they way we used to do it, of course. What you do is to apply the following commands at the DOS prompt of an old machine with Windows 98:
Format a:/s
Copy c:windowscommandebdoakcdrom.sys a:
Copy c:windowscommandmscdex.exe a:
Next, you have to manually create a config.sys file via command
edit a:config.sys
The config.sys in the bootable floppy should contain the following command:
device=a:oakcdrom.sys /d:mscd001
Then create an Autoexec.bat file, using the command
edit a:autoexec.bat
You also need to ensure the following command is in the file:
a:mscdex.exe /d:mscd001
And that’s all you need to do. Now simply point the CD burner software to the location of this floppy disk and it can begin to burn your bootable CD-ROM. As you can see, its not so hard to create a bootable CD-ROM after all, right?
Have you ever wanted to create a bootable CD-ROM? With a bootable CD-ROM, you can boot your PC using a CD-ROM instead of a floppy disk.
Floppy boot disks used to be very popular for troubleshooting PC boot problems, but these days, with the ability of computers to boot from the CD-ROM drive, CD-ROM boot discs are becoming more popular. They not only can store more programs, they work faster than a floppy disk too.
No comments:
Post a Comment
Leave Your Comments Here