Rod Speed said:
kothdvideo said:
Rod Speed said:
[.....]
Then delete the image file and copy the files from
the old e partition to the new one on the new drive.
You'll have to manually adjust the boot.ini in XP
why & where does it need to know it moved from f to f ??
in the boot.ini It needs to know where to boot it from when
you select the XP entry in the boot menu. That's what boot.ini
does, specifys what is bootable and where it is on the drives.
Right. But I think he'd understand better if one were
to point out that the XP system will be on partition 1
(i.e. Logical Disk F on the new hard drive), and boot.ini,
which must point out where to find XP, uses just partition
numbers, not Logical Disk names, since only the OS
knows the names and it hasn't been loaded, yet, when
boot.ini is read by ntldr at boot time. Therefore, assuming
that the new hard drive will be the 2nd hard drive in the
BIOS's hard drive boot order, the boot.ini entry for XP
will be something like:
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="WinXP" /fastdetect
This says that the WinXP OS will be found in the WINDOWS
folder of partition 1 (starting with 1) on the hard drive at
relative position 1 (starting with 0) in the hard drive boot
order. This is where you intend your Logical Disk F to be.
*TimDaniels*