The same piece of hardware, the C drive is Fat32 with XP installed, and the extended partition D drive is Fat16 with DOS installed. Now I mainly want to ask for correction on the way to boot the DOS in drive D.
The first one:
title DOS
map --in-situ (hd0,4)+1 (hd0)
find --set-root /io.sys
chainloader /io.sys
The second one:
title DOS
map --read-only (hd0,4)+1 (hd0)
map --hook
chainloader (hd0,4)+1
rootnoverify (hd0)
map --harddrives=1
Which one of the above is correct, or is there a better way to write it? Please be corrected by the experts! Learning...
The first one:
title DOS
map --in-situ (hd0,4)+1 (hd0)
find --set-root /io.sys
chainloader /io.sys
The second one:
title DOS
map --read-only (hd0,4)+1 (hd0)
map --hook
chainloader (hd0,4)+1
rootnoverify (hd0)
map --harddrives=1
Which one of the above is correct, or is there a better way to write it? Please be corrected by the experts! Learning...


