cannie Posted February 14, 2009 Author Posted February 14, 2009 As I said IMHO the important thing is making the tutorial useful for anyone who needs it.To make it easier for newbies I decided to put all together in the first post.If moderators believe it should be placed anywhere else, please post it here.Thanks to you all.
cannie Posted March 4, 2009 Author Posted March 4, 2009 (edited) As I said IMHO the important thing is making the tutorial useful for anyone who needs it.First post has been updated to include interesting new ideas.HTH Edited March 4, 2009 by cannie
cannie Posted March 14, 2009 Author Posted March 14, 2009 The first post has been completed with a D paragraph to help those who suffer from damaged partition diseases.Cheers.
jaclaz Posted March 14, 2009 Posted March 14, 2009 A couple of notes related to "added" D paragraph :After rebuilding the damaged partition it is convenient to regenerate the hard drive hidden bootparts. No risk at all and extremely easy: you only need to reboot using the DOS floppy and run one after the other the following commands in the command line: FDISK/MBRPlease note that FDISK /MBR only replaces the MBR CODE (with the "default" Win9x one).It does NOTHING if the Virus or whatever has corrupted the MBR DATA.It is always a good idea to have (possibly on the same "emergency floppy" a backup of the complete MBR.If you don't have it, your only way out (possibly) is the use of TESTDISK:http://www.cgsecurity.org/wiki/TestDiskto re-build the MBR DATAIt is unclear/undocumented if there is any advantage (or drawback) on a dual boot system to have the Win9x MBR CODE or the 2K/XP/2003 one. SYS A: C:BOOTPART WINXP BOOT:C:BOOTPART WIN98 C:\BOOTSECT.W98 "Windows 98" Later on, when the system is already operating normally, the created Msdos.sys must be replaced by the one at the Windows 98 boot floppy and the boot.ini must be edited because Windows 98 appears twice to eliminate the second one.Not really. :whistling:If you already have an entry for BOOTSECT.W98 in your BOOT.INI you can simply run:BOOTPART WIN98 C:\BOOTSECT.W98a new bootsector will be created, but NO entry will be added to BOOT.INI.Of course you need to use the SAME "BOOTSECT.W98" name for the "old" and the "new" bootsector. jaclaz
cannie Posted March 14, 2009 Author Posted March 14, 2009 (edited) A couple of notes related to "added" D paragraph :"Four eyes see more than two".Thanks, jaclaz! Edited March 14, 2009 by cannie
cannie Posted March 14, 2009 Author Posted March 14, 2009 Being almost impossible to collect in the first post each and every excellent idea, I have modified also the "Remarks" so that any reader knows that more detailed explanations can be found in your documented posts all along this thread.Thank you very much to you all again!
cannie Posted March 17, 2009 Author Posted March 17, 2009 (edited) Hi, jaclaz!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! Edited March 17, 2009 by cannie
cannie Posted March 25, 2009 Author Posted March 25, 2009 After several essays and using the same instruments the XP cloning procedure has been considerably simplified, as you may see in the modified first post of this thread.HTH.
jaclaz Posted March 25, 2009 Posted March 25, 2009 Ok, now that you have reached (actually you think you reached ) your goal through a "simple" method, it's time for you to start with a simpler one.I am assuming you have a C:\ drive with (at least) these files:NTLDRNTDETECT.COMBOOT.INIIO.SYSMSDOS.SYSCOMMAND.COMAUTOEXEC.BATCONFIG.SYSAdd to it following files:grldrgrub.exemenu.lstfrom this download:http://nufans.net/grub4dos/http://nufans.net/grub4dos/grub4dos-0.4.4-2009-03-25.zipEdit 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
cannie Posted March 28, 2009 Author Posted March 28, 2009 Ok, now that you have reached (actually you think you reached ) your goal through a "simple" method, it's time for you to start with a simpler one.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.
jaclaz Posted March 28, 2009 Posted March 28, 2009 After trying grub I find it to be an excellent option, allowing you a lot of possibilities. To be picky, it's grub4dos, not "legacy" grub. jaclaz
cannie Posted March 28, 2009 Author Posted March 28, 2009 (edited) After trying grub I find it to be an excellent option, allowing you a lot of possibilities. To be picky, it's grub4dos, not "legacy" grub. jaclazThat's what I really meant. I never used the legacy version: I've just followed your instructions, and only simplified the name.Thank you! Edited March 29, 2009 by cannie
seaweed Posted April 7, 2009 Posted April 7, 2009 3 .- INSTALLING THE CLONED UNIT - 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.
cannie Posted April 16, 2009 Author Posted April 16, 2009 (edited) Is it possible to clone XP the same way if you use a SATA HD and NTFS?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. Edited April 16, 2009 by cannie
cannie Posted April 22, 2009 Author Posted April 22, 2009 (edited) @echo offecho Restoring Master Boot Record...pauseFDISK /MBRAfter 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. Edited April 23, 2009 by cannie
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now