The Boot-Manager consists of two parts...
_bootmgr.com - the Boot-Manager itself, and
mbr.bin - the MBR (Main Boot Record) which will load the Boot-Manager but works as a regular MBR as well (in case something is not working).
So what you have to do is to write
mbr.bin to the very first sector and
_bootmgr.com to the following sector (offset 512/200h). This can be done with any tool you might have but I offer one of course.
First of all I suggest you have a DOS boot-disk and download
PartCopy and rename it to pcopy_d.exe (then you can use my partcopy.bat for Windows and DOS)... you could also use a Boot-CD where you could access the files
Then start
_save.bat which should generate
bak_h0.dat which will be the first MB of your first harddisk (this should include enough backup information - actually about 64KB should do also)
Save this file to your boot-disk with all required tools for emergency - even though I doubt there will be... it is for your own safty.
You could later call
_r_mbr.bat and
_r_ubp.bat which will restore certain sectors using partcopy.
Ok, we made our backups, here comes the installation:
You may either call
_w_mbr.bat and
_w_ubp.bat or
writembr.exe and
writeubp.exe - they do almost the same... the later just do some more checking.
If you now restart your system you should see the Boot-Manager. And because I was concerned about safty your system should start normal when it could not start properly before (you could also press ESC when you see the screen to trigger the regular boot process).