OZ <[EMAIL PROTECTED]> writes: > do all that, but how in heck do I copy /boot/boot0 > from the FreeBSD hard drive over to the XP hard drive > in the first place?
Over the network, for example. FTP it or send the file via email. You could also write the file to any other media (floppy disk or CompactFlash card) which has a filesystem understood by both OSes (msdos FS, for example). Read `man mount_msdos' for more info. In the end, it's only 512 bytes! Do $ hexdump /boot/boot0 and write it down from the screen :-) I hope this helps. -- Alexander Pohoyda <[EMAIL PROTECTED]> _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"