Re: How do I install the Recovery Consold
Posted: 04 Oct 2010, 04:10
On Thu, 30 Sep 2010 21:26:45 -0300, John John <audetweld@nbnot.nb.ca>
wrote:
>The Sys command will restore the Windows 98 boot sector and you will be
>able to boot to Windows 98 but you will no longer be able to boot to
>Windows XP, that is no big deal, the Fixboot command will restore the NT
>boot sector and allow you to boot Windows XP again. After you boot to
>the Windows 98 installation you can use the ancient debug command to
>recreate the BOOTSECT.DOS file then you can use the Fixboot command to
>rewrite the NT boot sector and return the boot process to ntldr.
>
>To use the DEBUG command to create the bootsect.dos file, from Windows
>98 start an MS-DOS Prompt and navigate to the root of the System drive.
> To start the Debug console type debug and press <Enter> then enter
>the following commands, (pressing <Enter> after each):
>
>L 100 2 0 1
>N C:\BOOTSECT.DOS
>R BX
>0
>R CX
>200
>W
>Q
>
>If you want you can copy and paste the above commands to a Notepad file
>then save the file as READ.SCR in the root folder, then once in the
>debug console you can just type READ.SCR and press <Enter> to run the
>commands automatically. Remember to navigate to the root folder (cd\)
>before you launch Debug.
>
>Note that the second number in the in the L line (L 100 # 0 1) indicates
>the drive letter of the Windows 98 partition (2 = C, 3 = D, 4 = E, and
>so on).
>
>L 100 2 0 1
I've been reading and reading to understand all this, and this line
still confuses me. If the address of the MBR is 0000 on the C/D hard
disk and its 512 bytes long, how come the line just above isn't
L 200 2 0 1 ?
Between 0000 and 0100 are only 256 bytes. Doesn't there need to be
room for 512?
>
>assumes that Windows 98 is on C:.
>
>After you create the Bootsect.DOS file use the Recovery Console's
>Fixboot command to rewrite the NT boot sector to the partition and
>return the boot to the NT boot manager (ntldr), you should then be able
>to boot both operating systems. The boot.ini file contains the entries
>for both operating systems, typically:
>
>[boot loader]
>timeout=15
>default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
>[operating systems]
>multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP" /fastdetect
>C:\="Microsoft Windows 98"
>
>John
wrote:
>The Sys command will restore the Windows 98 boot sector and you will be
>able to boot to Windows 98 but you will no longer be able to boot to
>Windows XP, that is no big deal, the Fixboot command will restore the NT
>boot sector and allow you to boot Windows XP again. After you boot to
>the Windows 98 installation you can use the ancient debug command to
>recreate the BOOTSECT.DOS file then you can use the Fixboot command to
>rewrite the NT boot sector and return the boot process to ntldr.
>
>To use the DEBUG command to create the bootsect.dos file, from Windows
>98 start an MS-DOS Prompt and navigate to the root of the System drive.
> To start the Debug console type debug and press <Enter> then enter
>the following commands, (pressing <Enter> after each):
>
>L 100 2 0 1
>N C:\BOOTSECT.DOS
>R BX
>0
>R CX
>200
>W
>Q
>
>If you want you can copy and paste the above commands to a Notepad file
>then save the file as READ.SCR in the root folder, then once in the
>debug console you can just type READ.SCR and press <Enter> to run the
>commands automatically. Remember to navigate to the root folder (cd\)
>before you launch Debug.
>
>Note that the second number in the in the L line (L 100 # 0 1) indicates
>the drive letter of the Windows 98 partition (2 = C, 3 = D, 4 = E, and
>so on).
>
>L 100 2 0 1
I've been reading and reading to understand all this, and this line
still confuses me. If the address of the MBR is 0000 on the C/D hard
disk and its 512 bytes long, how come the line just above isn't
L 200 2 0 1 ?
Between 0000 and 0100 are only 256 bytes. Doesn't there need to be
room for 512?
>
>assumes that Windows 98 is on C:.
>
>After you create the Bootsect.DOS file use the Recovery Console's
>Fixboot command to rewrite the NT boot sector to the partition and
>return the boot to the NT boot manager (ntldr), you should then be able
>to boot both operating systems. The boot.ini file contains the entries
>for both operating systems, typically:
>
>[boot loader]
>timeout=15
>default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
>[operating systems]
>multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP" /fastdetect
>C:\="Microsoft Windows 98"
>
>John