|
Members: 2 News: 40 Web Links: 7 Visitors: 25967 |
| We have 20 guests online |
| Emergency Boot Disk |
|
Make an Emergency Boot Disk Every computer should have an emergency boot disk. Hard disk drives fail. It's not if, but, when your hard disk drive fails to boot, that you will be thankful that you have an emergency boot disk. To completely eliminate the need for a boot disk, and free yourself from the worries of a hard-disk crash. Making an emergency boot disk is a multi-step process, and varies depending on the operating system, version of Windows, and the hardware in your particular computer. The following steps should be considered a guide and not absolute step-by-step instructions. You may need to apply a little creativity during the following procedure. Please read this entire procedure before you start, if you do not understand each and every step, and why you are doing it! 1. Place a new, write enabled, empty floppy disk in the A: drive. (The floppy disk is write enabled when the upper right hole is blocked by the black slider.) 2a. If your computer is running DOS or Windows 3.x: do the following, else If your computer is running Windows 95 or 98, go to step 2b )
If your computer is running DOS or Windows 3.x: From the DOS prompt type:
FORMAT A: /S /U /V:BOOT
FDISK.EXE, FORMAT.COM, SYS.COM Copy these files to the floppy by typing:
COPY C:\Windows\Command\FDISK.EXE A:\ [Enter] (Go to Step 3) 2b. If your computer is running Windows 95 or 98 Double click the My Computer icon, then double click the Control Panel icon, then double click the Add/Remove Programs icon. Now single click the Startup Disk tab at the top right of the box, follow the instructions.3. You now have a bootable floppy disk. If you have a CD-ROM drive, a PCMCIA modem or other special devices, (And are running DOS, Windows 3.x or 95) you will need to copy the drivers and other routines to the floppy disk and make some changes to them. If you are running Windows 98 or better, you won't have to do the following. (If you are running Windows 98 or better, skip to step 6.) Examine the CONFIG.SYS and AUTOEXEC.BAT files in the root of your hard disk. Find the line(s) that reference you CD-ROM driver. You should see a line like this: DEVICE=C:\DEV\ATAPI_CD.SYS /D:SONY_000 in the CONFIG.SYS file. Notice the subdirectory that the device driver is in, and copy all the files found in that subdirectory to a similarly named subdirectory on the floppy disk. ( Your subdirectory and/or driver name may be different. Here's where that creativity of yours comes in.) In the AUTOEXEC.BAT file you should see a line something like this: C:\Windows\Command\MSCDEX.EXE /D:SONY_000 /L:EFind and copy the MSCDEX.EXE file from the hard drive to the root of the floppy disk. 4. Copy or make an ASCII file in the root of the floppy called CONFIG.SYS this file should only contain lines something like the following: LASTDRIVE=ZPlus any other drivers you copied to the floppy. 5. Copy or make an ASCII file in the root of the floppy called AUTOEXEC.BAT this file should only contain lines something like the following: A:\MSCDEX.EXE /D:SONY_000 /L:EPlus any other drivers you copied to the floppy. (No path statements or other lines should be in the AUTOEXEC.BAT file). Notice all references to the hard drive have been changed to the floppy drive. The switch at the end of the MSCDEX line /L:E will force the CD-ROM to occupy drive E: If you have only one hard drive, this switch will leave a space for an additional hard drive to be added later, in the D: position. Remember your CD-ROM will now be E: 6. Testing your emergency boot disk: First remove the floppy disk and write protect it. Write protection can be achieved by exposing the hole in the upper right hand corner of the floppy.
Shut down the computer in the normal way, and turn it off. Shut down your computer in the normal way, and turn it off. Remove the cover and unplug the power cord to the hard drive. Insert the emergency boot disk in the floppy drive, and turn on the computer. After it boots up check the CD-ROM again. (This test simulates a hard drive failure, and double checks that the floppy boot does not reference any files or drivers on the hard drive.) Congratulations you now have the single most important piece of insurance for your computer. Label the floppy and store it in a safe place.
|