View Single Post
Old 30-06-2005, 02:42 PM   #4
Rogue
10 GOSUB Abandonia
20 GOTO 10
 
Rogue's Avatar

 
Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
Default

That's correct.

That's why before you begin installing windows you have to repartition drive.

This is best way to do it:

Start installation disk for win98, selecting to install windows, and selecting to install cd rom drive, and at the prompt to install win98 (blue screen), press F3 twice. You should have DOS prompt. Enter fdisk and press enter.

In FDISK, first delete current partitions (you might use delete non-dos partition if system had nt or win2k).

Then create primary partition, but not of whole disk, but the part of it (1-2GB for example, which is 1024MB-2048MB) Make sure to select created partitions as active (make active partition from menu)

Then restart your computer and repeat thing with F3 button. When you get back to DOS prompt, enter: format c: /s and press enter. (/s will load system files, so you can boot from there)

When format finishes, type next:

mkdir c:\Win98

and if you still are in <drive letter of cd rom>:\Win98 folder, type:

copy *.* c:\win98

when computer is done, rebote without CD, and at dos prompt, type next:

cd win98

setup

Rest is regular win98 setup, where you select options etc.

When you done, then start linux installation.



Reason I use this way to install win98 is that windows will not ask you again for win98 cd rom, when you install software or hardware.
Rogue is offline                         Send a private message to Rogue
Reply With Quote