On 12/28/09, Fbsd1 <[email protected]> wrote: > > > How is this rewrite correct? [...] > > corrupted by a virus. Microsoft/Windows provides no native method of > selecting which partition to boot from in a multiple partition allocation.
Windows NT and XP both use a built-in boot loader that can be used to select the boot partition. You can use it to dual-boot Windows and FreeBSD, or multiple versions of Windows (or both). There is a FreeBSD FAQ that explains how to configure it at (http://www.freebsd.org/doc/en/books/faq/disks.html#NT-BOOTLOADER). Basically, you edit the c:\boot.ini file and do a bit of other magic. In Vista and Windows 7 it changed to some new method that can still boot your choice of partitions, but the native configuration tool provided can only configure it to boot different versions of Windows. To configure it to boot FreeBSD you need a third-party tool (EasyBCD is popular). -- -- Bob Johnson _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
