From owner-freebsd-questions Tue Feb 27 15:54:40 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA23796 for questions-outgoing; Tue, 27 Feb 1996 15:54:40 -0800 (PST) Received: from feisal.newera.ab.ca (feisal.newera.ab.ca [198.161.82.137]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA23763 for ; Tue, 27 Feb 1996 15:54:31 -0800 (PST) Received: by feisal.newera.ab.ca (1.39.111.2/16.2) id AA129245026; Tue, 27 Feb 1996 16:50:26 -0700 Date: Tue, 27 Feb 1996 16:50:25 -0700 (MST) From: Stephen Mathezer To: Terry Lambert Cc: questions@freebsd.org Subject: Re: how to use NT boot loader? In-Reply-To: <199602272148.OAA06079@phaeton.artisoft.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk Sorry, sendmail is a bit hosed so I don't get correct return addresses for 'CC's' so I can only send this back to the list. I Used the same method for booting NT and FreeBSD. The one problem I had was due to the fact that I had a separate disk for each OS. NT is of course on the boot drive. I copied the boot sector from the FreeBSD drive to a file in C:\ on NT and modified boot.ini...... The problem was that of course that boot sector expected to be on the second drive, not the first and therefore failed exactly as the original poster described. In the end, I just made a small FreeBSD '/' partition on my primary hard drive and now things work fine. Sorry for the laymans terms but that is the way I understand it. Please correct me if I am wrong and also let me know if I can get rid of '/' on my NT drive and keep the two OSs on completely separate hard drives. -Steve