Permission is granted for
below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and
byline, copyright, and
resource box below is included. ---------------------------------------------------------- How to Really Create a Startup DiskBy Stephen Bucaro
Most people don't consider creating a Startup Disk until their computer fails to start - then it's too late. A startup disk will not start Windows, but it will start your computer in DOS. The most common reasons for a computer not starting are corrupted files, missing files, or configuration problems. You can use a Startup Disk to replace
files or restore
computers configuration.
If your operating system is Windows XP or Windows 2000, it isn't bootable. With these systems, you use an Emergency Repair Disk that works with
systems built-in repair functions. This article focuses on Windows 9x/Me systems.
When you create a Startup Disk, Windows needs to gather some important system files, so you may be required to insert your Windows CD. To create a Startup Disk select Start | Settings | Control Panel. Open
Add/Remove Programs utility and select
"Startup Disk" tab. Click on
"Create Disk" button. You will be prompted to insert a floppy disk into
drive.
=>Windows 95 Users
Note: If your operating system is Windows 95, you will be missing one important file on your Startup Disk. When Windows 98 creates a Startup disk, it includes a generic IDE/ATAPI CD ROM driver on
disk. Windows 95 does not. On
Startup disk you will need a DOS "real-mode" driver, not
virtual device driver used while running under Windows 95.
Windows 95 users will have to locate their CD ROM driver. At
top of
C: drive, locate a file named config.sys and open it in Notepad. A line in this file should identify
name of your CD ROM driver. The drivers file name will end with a .sys extension, for example NEC_IDE.SYS.
If you cannot determine
name of your real mode CD ROM driver here, you may have to look on
floppy disk or CD ROM that came with your Drive or check your computer manufacturers Web site.
You will also need a copy of
DOS CD ROM driver called MSCDEX.EXE. This file should be located in your WindowsCommand folder. Place a copy of both of these files on your Startup disk.
Next, use Notepad to open
file config.sys on your startup disk and add
following line, replacing
name of
driver file shown with
actual name of your driver. Then save
file.
DEVICE=A:NEC_IDE.SYS /D:MSCD001