Thank you very much to you all again!
How to create easily a second Win98/XP in the same computer. using Windows 98 to clone, maintain, repair and rebuild Windows XP.
#81
Posted 14 March 2009 - 04:12 PM
Thank you very much to you all again!
#82
Posted 17 March 2009 - 12:39 AM
According to your suggestions about the last paragraph of the first post, I have removed the fdisk/mbr mention. In fact , it is only needed when the mbr is damaged, and that is not normal.
I've nevertheless preserved the last instruction to prevent a failure in the case that any of the BOOTSECT.W98, boot.ini or msdos.sys files may not exist or be corrupted (it has already happened to me), being easy to restore the copy in case of need.
I finally created a batch file including all orders to make things easier, leaving a pause between them to give the user the possibility of supervising the process and be aware i.e. of any error in the redaction of the batch file.
Thanks a lot for everything!
This post has been edited by cannie: 17 March 2009 - 12:49 AM
#83
Posted 25 March 2009 - 07:30 AM
HTH.
#84
Posted 25 March 2009 - 04:56 PM
I am assuming you have a C:\ drive with (at least) these files:
NTLDR
NTDETECT.COM
BOOT.INI
IO.SYS
MSDOS.SYS
COMMAND.COM
AUTOEXEC.BAT
CONFIG.SYS
Add to it following files:
grldr
grub.exe
menu.lst
from this download:
http://nufans.net/grub4dos/
http://nufans.net/gr...-2009-03-25.zip
Edit BOOT.INI adding to it this line:
C:\grldr="grub4dos"
Boot from the system as if you were booting in XP, choose among BOOT.INI choices the entry "grub4dos", choose among menu.lst choices entry "find and load IO.SYS of Windows 9x/Me".
You should boot to Win9x/Me normally.
Exit Windows GUI to "pure" DOS.
Run C:\grub.exe.
Choose among menu.lst choices entry "find and load NTLDR of Windows NT/2K/XP".
You should be back to BOOT.INI choices.
jaclaz
#85
Posted 28 March 2009 - 03:27 AM
jaclaz, on Mar 26 2009, 12:56 AM, said:
The Microsoft doubleboot solution reflects my own experience and works perfect, AFAIK, being valid to choose only among Microsoft products.
After trying grub I find it to be an excellent option, allowing you a lot of possibilities.
#86
Posted 28 March 2009 - 02:13 PM
#87
#88
Posted 07 April 2009 - 05:49 AM
cannie, on Jun 4 2008, 04:08 PM, said:
- Boot XP and create a text file by copying the following lines:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices]
[HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices]
- Rename the text file as "Unmount.reg". Now you have built a registry script to modify it. This registry script is just the key for cloning: you can't do it without unmounting first all the mounted devices. We double click on it twice, and XP becomes ready to be cloned into any other primary partition.
Is it possible to clone XP the same way if you use a SATA HD and NTFS?
Thanks.
#89
Posted 16 April 2009 - 06:39 AM
seaweed, on Apr 7 2009, 01:49 PM, said:
Sorry, this thread is into the Windows 98 section and that post is about using Windows 98 to clone and repair itself and also to clone and repair XP.
Your question should be made into the XP section, I'm afraid.
This post has been edited by cannie: 16 April 2009 - 09:29 AM
#90
Posted 22 April 2009 - 04:52 PM
cannie, on Jun 4 2008, 11:08 PM, said:
echo Restoring Master Boot Record...
pause
FDISK /MBR
After some experiences, it seems convenient to include this command in the first post tutorial batch file, because the batch file doesn't work if the MBR has not been created previously, so it is convenient to check the MBR in any case before running the bootpart.exe commands, in special to avoid surprises to newbies.
HTH.
This post has been edited by cannie: 23 April 2009 - 12:46 AM
#91
Posted 29 April 2009 - 04:23 PM
HTH
#93
Posted 30 April 2009 - 04:02 AM
#94
Posted 08 May 2009 - 05:54 AM
#95
Posted 09 May 2009 - 09:45 AM
#96
Posted 01 June 2009 - 03:40 PM
seaweed, on May 8 2009, 06:54 AM, said:
I forgot to say that I'm using a motherboard Gigabyte 945GCM-S2L, no drivers at all for Windows 98 but the video generic one that I found in this forum.
I use Windows 98 only for maintenance, backup, cloning etc.
I always used XP and keep using it as before, but I feel much better being "out of the trap".
#97
Posted 01 June 2009 - 04:46 PM
I have been using a Shared Swap File for a long time, now, and it never gave me grief. And if you find this interesting, look around the rest of Nienhuis' Win 98 & 2k Pro page, which has lots of good info. While it's about 98 and 2k, most, if not all of it applies "as is" to XP also.
#98
Posted 16 June 2009 - 02:19 AM
dencorso, on Jun 1 2009, 04:46 PM, said:
I have been using a Shared Swap File for a long time, now, and it never gave me grief. And if you find this interesting, look around the rest of Nienhuis' Win 98 & 2k Pro page, which has lots of good info. While it's about 98 and 2k, most, if not all of it applies "as is" to XP also.
In the Nienhuis page there is a procedure for "Changing Win2K's system (boot) drive letter" which IMHO could also be used as a way for cloning XP. Even when it is considerably more difficult to implement it than the simple change of active partition, it would eventually be useful i.e to allow booting the second XP unit from the same doubleboot screen without changing the active partition.
It would be interesting to know if anybody has already done it.
#99
Posted 17 June 2009 - 06:44 AM
seaweed, on Jun 16 2009, 10:19 AM, said:
It would be interesting to know if anybody has already done it.
YEP.
here:
http://www.msfn.org/...showtopic=90495
2K, not XP, but there should be not much difference.
Possibly you would need to stop a couple of services, like VSS or similar things if doing it from a "live" system.
Doing the changes "offline" would be probably more advised.
jaclaz
#100
Posted 20 June 2009 - 12:36 AM
jaclaz, on Jun 17 2009, 06:44 AM, said:
jaclaz
I've copied Windows XP into drive K using Windows 98 to do the changes offline, and I'm trying to find out what comes next.
May I have your advice?
Thanks.
This post has been edited by seaweed: 20 June 2009 - 01:59 AM



Help



Back to top









