Re: How can i install and boot to MS-DOS
- From: John John <audetweld@xxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 09:49:30 -0300
Olicaca wrote:
I followed, but it say these:
---------------------------
16 bit MS-DOS Subsystem
---------------------------
C:\WINDOWS\system32\cmd.exe - debug
An application has attempted to directly access the hard disk, which
cannot be supported. This may cause the application to function
incorrectly. Choose 'Close' to terminate the application.
---------------------------
Close Ignore
---------------------------
Ok, lets make the bootsect.dos file with the MS-DOS installation and see if we can use it on the NTFS active partition.
Toggle the active partition and boot to your MS-DOS installation and run these debug commands to create the Bootsect.dos file:
L 100 2 0 1
N C:\BOOTSECT.DOS
R BX
0
R CX
200
W
Q
The file should be created in the C:\ root of the DOS installation. Use the debug command to verify that the file you just created is for the MS-DOS installation:
At the DOS prompt enter the following debug command:
debug c:\bootsect.dos
Then at the debug prompt enter:
d 100 L 100
this will allow you to see the beginning of the bootsect.dos file. The first bytes should read MSDOS...
Then at the debug prompt enter:
d 200 L 100
you will now see the second half of the file, the last bytes should read IO SYSMSDOS SYS.
Now, toggle the active partition again and boot to the Windows XP installation. Copy the bootsect.dos file that you created to the root of the XP inatallation alongside the ntldr, NTDETECT.COM & boot.ini files.
Edit the Boot.ini file and under the [operating systems] section add a line for the MS-DOS operating system:
c:\bootsect.dos="MS-DOS"
Now, with the Windows XP partition set as active try to boot to the DOS installation.
If it doesn't work don't despair, we can transfer the XP boot files to the DOS partiton and change the boot sector to boot the operating systems from that partition instead of the XP partition.
John
.
- References:
- Re: How can i install and boot to MS-DOS
- From: John John
- Re: How can i install and boot to MS-DOS
- From: Olicaca
- Re: How can i install and boot to MS-DOS
- From: John John
- Re: How can i install and boot to MS-DOS
- From: Olicaca
- Re: How can i install and boot to MS-DOS
- From: John John
- Re: How can i install and boot to MS-DOS
- From: Olicaca
- Re: How can i install and boot to MS-DOS
- Prev by Date: Re: How can i install and boot to MS-DOS
- Next by Date: rollback sysprep factory mode
- Previous by thread: Re: How can i install and boot to MS-DOS
- Next by thread: Re: How can i install and boot to MS-DOS
- Index(es):
Relevant Pages
|