Bill Cunningham said:
A different partition. But it has its own drive letter. I have 4
partitions now. The large one XP is on. I am going to put some other OSs on
the others but using bootcfg and fixmbr gives me problems. Somehow c:
becomes a different partiion with bootloader info and my active partion is
H: with only pagefil.sys present.
Bill
This makes it a little clearer. Here is a method you can use
to copy the system partition of an existing Windows installation:
1. Give each partition a proper label so that you can recognise
it even when you do not see its usual drive letter.
2. Make yourself a Bart PE boot CD.
3. Boot the machine with the Bart PE boot CD.
4. Use this command to copy the partition:
xcopy /s /e /d /y /c /o C:\*.* E:\
(assuming that E: is the drive letter for the target partition)
Please note:
- It will take you a few hours to make a Bart PE CD. However,
it's a terrific tool that you will use extensively.
- You are likely to get into problems with your system drive
letter.
- It is possible that you will end up with a mixed system: Windows
might use parts of the old and parts of the new partition.