From owner-freebsd-doc Fri Jul 25 10:19:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA13911 for doc-outgoing; Fri, 25 Jul 1997 10:19:36 -0700 (PDT) Received: from marvin.ulster.net (marvin.ulster.net [208.148.73.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA13897 for ; Fri, 25 Jul 1997 10:19:31 -0700 (PDT) Received: from mhv.net (root@spice.mhv.net [199.0.0.21]) by marvin.ulster.net (8.8.5/8.8.5) with ESMTP id NAA18162 for ; Fri, 25 Jul 1997 13:26:07 -0400 Received: from host (orange-port13.mhv.net [205.245.175.33]) by mhv.net (8.7.5/8.7.3) with ESMTP id NAA16672 for ; Fri, 25 Jul 1997 13:19:22 -0400 Message-ID: <33D899F4.3B8DA4A@mhv.net> Date: Fri, 25 Jul 1997 13:20:04 +0100 From: "William C . Topp" Reply-To: topp@mhv.net X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: nt on one hdd, freebsd on another, need boot manager X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk in your faq i read: "The general idea is that you copy the first sector of your native root FreeBSD or Linux partition into a file in the DOS/NT partition. Assuming you name that file something like c:\bootsect.bsd or c:\bootsect.lnx (inspired by c:\bootsect.dos) you can then edit the c:\boot.ini file to come up with something like this: [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows NT" C:\BOOTSECT.BSD="FreeBSD" C:\BOOTSECT.LNX="Linux" C:\="DOS" This procedure assumes that DOS, NT, Linux, FreeBSD, or whatever have been installed into their respective fdisk partitions on the same disk." i've got native nt on scsi 0, two partitions, both ntfs. i've put freebsd on scsi 1, a separate hdd with a single partition. i had the freebsd installation put a boot manager on 0, standard mbr on 1. when i restart i get the boot manager (f1 hpfs f5 disc2) but BOTH selections boot nt. what did i do wrong? i tried to run bootinst boot.ini from the nt command prompt but nt won't let it access the disc. i don't have a dos system floppy. how can i modify the above advice from your faq for freebsd on a second hdd? thanks bill topp topp@mhv.net