There are a total of two partitions, both primary partitions.
The C drive is in Fat32 format and set as the active partition.
The D drive is in Fat format and set as the inactive partition.
The C drive has Winxp installed, and XP boots Grub4DOS.
Copy the DOS system files (IO.sys, MSDOS.sys, Command.com) to the root directory of the D drive.
Modify menu.lst as follows:
title DOS6.22
root (hd0,1)
chainloader (hd0,1)/IO.SYS
title DOSDOS
find --set-root (hd0,1)/io.sys
chainloader (hd0,1)/io.sys
title FINDDOSACT
find --set-root (hd0,1)/io.sys
makeactive
chainloader (hd0,1)/io.sys
title HD0
rootnoverify (hd0,0)
makeactive
chainloader +1
title HD1HD1
rootnoverify (hd0,1)
makeactive
chainloader (hd0,1)/io.sys
None of them can succeed, and the error displayed is
Error 13: Invalid or unsupported executable format.
Why is this?
What method can I use to achieve dual-boot?
Also, another question, can Grub4DOS boot the Vxworks bootrom? If yes, how to do it?
Thank you everyone!
The C drive is in Fat32 format and set as the active partition.
The D drive is in Fat format and set as the inactive partition.
The C drive has Winxp installed, and XP boots Grub4DOS.
Copy the DOS system files (IO.sys, MSDOS.sys, Command.com) to the root directory of the D drive.
Modify menu.lst as follows:
title DOS6.22
root (hd0,1)
chainloader (hd0,1)/IO.SYS
title DOSDOS
find --set-root (hd0,1)/io.sys
chainloader (hd0,1)/io.sys
title FINDDOSACT
find --set-root (hd0,1)/io.sys
makeactive
chainloader (hd0,1)/io.sys
title HD0
rootnoverify (hd0,0)
makeactive
chainloader +1
title HD1HD1
rootnoverify (hd0,1)
makeactive
chainloader (hd0,1)/io.sys
None of them can succeed, and the error displayed is
Error 13: Invalid or unsupported executable format.
Why is this?
What method can I use to achieve dual-boot?
Also, another question, can Grub4DOS boot the Vxworks bootrom? If yes, how to do it?
Thank you everyone!
