|
View the PuterGeek.Com Sponsors |
|
This site is a mirror of the former PuterGeek.ComŽ founded by Peter Crockett. The webmaster of this mirror is aware that the search box, counters, and some offsite links do not work. |
[ Home ] [ Site Map ] [ Site Search ] [ Back to last page ]
The first thing you must understand is what operating system to use to create your
new boot disk. Computers cannot read the future. What I mean is, if you use a Win98
boot disk to SYS a drive, (to make a hard drive bootable) and then try to install
any version of Win95 it will fail with a very weird error! (I can't remember the
exact error, something about a compressed drive when there isn't one). Here's the rule of
thumb...
Any DOS boot disk (my favorite is MS DOS 6.22) is perfect for ALL versions of Win9x.
Win95 OSR1.0 or OSR1.5 is good for all versions of Win9x. Win95 OSR2.0 is good for OSR2.0 and
newer. In short, you can use an older boot disk on a newer O.S., but you
can't use a newer boot disk on an older OS.
This only applies to method "1" on my install page. If you plan
to install directly from the CD without "SYSing" the hard drive you needn't worry about this.
I hope this doesn't cause any confusion. If so, please let me know.
It is a floppy disk used to boot (start) a computer. It normally has drivers for a CD-ROM and possibly a mouse. It also usually has utilities like "FDISK", "FORMAT", "EDIT", and so on.
To make one follow these steps....
put a new unused floppy in drive "A"
double-click on "my computer"
right-click on the "A" drive
choose "format"
in the new window check "full", "display summary...", and "copy system files"
when done read the summary (you don't need to understand it) look for errors... "bad sectors" etc...
then add the following files to the floppy (right-click on the files, choose "send to", choose "floppy")
Note: Other people like different files on their boot disk, these are what I like.
EMM386.EXE | NEEDED FOR CONFIG.SYS |
HIMEM.SYS | NEEDED FOR CONFIG.SYS |
REGEDIT.EXE | JUST IN CASE, FOR WORKING WITH THE REGISTRY |
SMARTDRV.EXE | NEEDED FOR AUTOEXEC.BAT, SPEEDS UP HARD-DRIVE |
ATTRIB.EXE | ALLOWS YOU TO SEE HIDDEN FILES,CHANGE ATTRIBUTES |
CHKDSK.EXE | QUICK WAY TO CHECK HARD-DRIVE |
DEBUG.EXE | ALMOST NEVER USED, BUT NEEDED SOMETIMES |
FDISK.EXE | TO CHANGE PARTITIONS ETC.. |
MEM.EXE | TO CHECK MEMORY STATUS |
MSCDEX.EXE | NEEDED IN AUTOEXEC.BAT, FOR CD-ROM TO WORK |
SCANDISK.EXE | THOROUGH WAY TO CHECK HARD-DRIVE |
XCOPY.EXE | IT'S MORE ROBUST THAN THE STANDARD COPY COMMAND |
EDIT.COM | USED TO EDIT FILES |
FORMAT.COM | USED TO FORMAT HARD-DRIVES |
SYS.COM | USED TO PUT "SYSTEM FILES ON A HARD-DRIVE I.E...SYS C: tHAT WAY A FRESHLY FORMATTED DRIVE CAN BOOT. |
Next you need to add your "real mode" CD-ROM driver and mouse driver. Each are different, so look in your CD-ROM manual or go to their website for instructions. You MUST have a CD-ROM driver...otherwise you won't be able to install Win95! The mouse is optional, handy in some situations. After that you need to make a config.sys file and an autoexec.bat file. Here are copies of mine, you can copy them for your use. NOTE... the CD-ROM line at the bottom of my config.sys WILL be different from what you NEED! As well as the "MSCDEX" line in the autoexec.bat also the mouse line in the autoexec.bat could be different.
DEVICE=A:\HIMEM.SYS /TESTMEM:OFF
DEVICE=A:\EMM386.EXE RAM
DOS=UMB
DOS=HIGH
FILES=40
BUFFERS=10
LASTDRIVE=Z
FCBS=1
STACKS=0,0
DEVICEHIGH=A:\GSCDROM.SYS /D:MSCD000
NOTE: the /D:MSCD000 switch is to give your CD-ROM a "name", NOT a drive
letter!
@ECHO OFF
PATH A:\;
PROMPT=$P$G
A:\MSCDEX /D:MSCD000 /E /L:X /M:10
A:\SMARTDRV
A:\MOUSE
NOTE: the /L:X switch is to state the drive letter for your
CD-ROM. I ALWAYS suggest the letter "X".
Once you get it done, run "scandisk" or "Norton disk doctor" (if you have it) on the floppy to make sure it's ok. Then shut down your computer all the way (power off). Wait 30 seconds or so, then reboot with the boot disk in the floppy drive. Look for error messages. If none, verify that you can read a CD-ROM. (EXAMPLE: put your Win95 CD in the CD-ROM drive, boot with the boot disk, type "X:" then hit enter, type "DIR" hit enter, and see if you can read the CD) BTW you can use this to play "DOS" games as well if you like (but you'll need to add the correct sound card lines to your config.sys and autoexec.bat). Do these steps at least TWICE! You must be sure that the boot disk works correctly! If you format your hard-drive without a GOOD, WORKING boot disk you are (uh) screwed!
[ Home ] [ Site Map ] [ Site Search ] [ Back to last page ]
|
|
|
You can now sponsor PuterGeek.Com through PayPal in increments of $10 or more!
For other available options go to the FAN page.
|
Entire Website ( All Content )
|
Comments or questions about this website?
|