F
Frank McCoy
In said:Thank you for all the detailed info. I planned to do this, when I
read the other replies on here. It turns out that the "copy of
partition" made by Partition Magic onto the new drive, did not set
that partition as ACTIVE.
Perhaps because the drive wasn't MASTER.
(See above instructions.)
Many partitioning programs (Including FDISK) won't set a partition as
ACTIVE unless its either the *only* drive on the system, or is the
MASTER or first drive in the string. (Drive-0, not drive-1)
That's why some rather detailed instructions on how to have the drive
cabled above during the various steps.
You'll probably want to copy ALL the files in the root directory overI could not find in P.M. how to do it, so I
just used FDISK, set it to active and rebooted. I suspected all the
data to be gone, but it was still there. I also booted from a floppy
and did a SYS C: . I am booted off the new drive right now. It
worked fine. If anyone else wants to do this,
1. Use Partition Magic to "create a copy of a partition" to the new
drive. Be sure to set the new partition as PRIMARY
2. Use Fdisk to set it active while booted from a dos floppy (Win98)
3. Run SYS C: while booted from that same floppy.
I did both steps 2 and 3 at the same time before rebooting.
4. Reboot and unplug the original drive, while putting the new one on
the first plug on cable (set to Master)
5. Restart computer.
Thats all it took....
I just guessed my way thru this. The worst I could do was have to
start over, but it worked.
George
from the original drive. Not all are *required*; but some are quite
different from the type you want for a Windows computer versus a DOS
computer; which is what FORMAT /S or SYS C: create.
XCOPY C:\ D:\ /C /H /K /R
(If your original drive is still C: Otherwise swap C: and D: in the
above command.)
Answer 'A' for "All" when prompted, "Do you wish to replace this file?"
You have to do this in a DOS window, not from DOS itself; as the XCOPY
command doesn't support those switches in a 16-bit environment.
This will copy over the Windows files that determine the basic Windows
GUI boot configuration over the ones for a DOS Command-Line boot.
The FULL XCOPY command to copy ALL files, is given in the original set
of instructions I posted.