Haha cool I now have FreeBSD in the NTLDR on my laptop (along with W2K3) ![]()
Heres how to do it -
Since FreeBSD has no “rescue” option off the bootable (1st) CD you can use that unless you want to go and download the entire 2nd CD (screw that) so heres what you do.
You go get a linux rescue floppy of some sort, make sure it has the program “dd” on it and boot it. Enter “dd if=<he hex dump/partition fbsd is on> of=<somewhere> bs=512 count=1″. Yes youll need some knowledge of how linux stores hdd devices to do it. Mine was “dd if=/dev/hda2 of=/BOOTSECT.BSD bs=512 count=1″.
Copy it to a floppy and boot back to windows. Copy the BSD file into the C: directory. Right click on My Computer, go properties, go advanced, go startup and recovery, and you should see a section for setting the ntldr options. Edit it and in the [operating systems] file enter “C:<the BSD file>=”<whatever you want>”". For me it was “C:BOOTSECT.BSD=”FreeBSD”". Change the timeout if you want and viola FreeBSD in the NTLDR. Cool eh