From marko@globalnet.co.uk Tue Aug 17 14:06:18 1999
Return-Path: <marko@globalnet.co.uk>
Received: from sand.global.net.uk (sand.global.net.uk [195.147.248.109])
	by hub.freebsd.org (Postfix) with ESMTP id 29EA9157F3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Aug 1999 14:06:13 -0700 (PDT)
	(envelope-from marko@globalnet.co.uk)
Received: from pd1s10a06.client.global.net.uk ([195.147.218.210] helo=marder-1.)
	by sand.global.net.uk with esmtp (Exim 2.05 #1)
	id 11GqQQ-00007a-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 17 Aug 1999 22:05:42 +0100
Received: (from marko@localhost)
	by marder-1. (8.9.2/8.8.8) id VAA00787;
	Tue, 17 Aug 1999 21:58:27 +0100 (BST)
	(envelope-from marko)
Message-Id: <199908172058.VAA00787@marder-1.>
Date: Tue, 17 Aug 1999 21:58:27 +0100 (BST)
From: Mark Ovens <marko@globalnet.co.uk>
Reply-To: marko@globalnet.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update to the FAQ
X-Send-Pr-Version: 3.2

>Number:         13207
>Category:       docs
>Synopsis:       Update to the FAQ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 14:10:01 PDT 1999
>Closed-Date:    Sat Sep 25 17:02:16 PDT 1999
>Last-Modified:  Sat Sep 25 17:02:35 PDT 1999
>Originator:     Mark Ovens
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

FreeBSD marder-1 3.1-RELEASE FreeBSD 3.1-RELEASE #3: Wed Jun 30 00:59:48 BST 1999     marko@marder-1:/usr/src/sys/compile/MARDER-1  i386

>Description:

Update to section 8.7 "How can I use the NT loader to boot FreeBSD?" of the FAQ

>How-To-Repeat:

	

>Fix:
	Apply the following diff and re-make.

*** admin.sgml.orig	Sun Aug 15 18:36:22 1999
--- admin.sgml	Mon Aug 16 20:45:01 1999
***************
*** 193,198 ****
--- 193,201 ----
      <sect1>
        <heading>How can I use the NT loader to boot FreeBSD?</heading>
  
+       <p>The procedure is slightly different for 2.2.x and 3.x (with the
+       3-stage boot) systems.
+ 
        <p>The general idea is that you copy the first sector of your
        native root FreeBSD partition into a file in the DOS/NT
        partition.  Assuming you name that file something like
***************
*** 210,218 ****
          C:\="DOS"
        </verb>
  
!       <p>This procedure assumes that DOS, NT, FreeBSD, or whatever
!       have been installed into their respective fdisk partitions on the
!       <bf/same/ disk.  In my case DOS &amp; NT are in the first fdisk
        partition and FreeBSD is in the second.  I also installed FreeBSD
        to boot from its native partition, <bf/not/ the disk MBR.
  
--- 213,221 ----
          C:\="DOS"
        </verb>
  
!       <p>For 2.2.x systems this procedure assumes that DOS, NT, FreeBSD,
!       or whatever have been installed into their respective fdisk partitions
!       on the <bf/same/ disk.  In my case DOS &amp; NT are in the first fdisk
        partition and FreeBSD is in the second.  I also installed FreeBSD
        to boot from its native partition, <bf/not/ the disk MBR.
  
***************
*** 242,247 ****
--- 245,259 ----
        <p>If FreeBSD is booting from the MBR, restore it with the DOS
        ``<tt/fdisk/'' command after you reconfigure them to boot from their
        native partitions.
+ 
+       <p>For 3.x systems the procedure is somewhat simpler.
+ 
+       <p>If FreeBSD is installed on the <bf/same/ disk as the NT
+       boot partition copy <tt>/boot/boot1</tt> to
+       <tt>c:&bsol;bootsect.bsd</tt> or if FreeBSD is installed on
+       a <bf/different/ disk copy <tt>/boot/boot0</tt> to
+       <tt>c:&bsol;bootsect.bsd</tt>. Then edit the
+       <tt>c:&bsol;boot.ini</tt> file as described above.
  
      <sect1>
        <heading>


>Release-Note:
>Audit-Trail:

From: Mark Ovens <markov@globalnet.co.uk>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: docs/13207: Update to the FAQ
Date: Tue, 17 Aug 1999 22:12:28 +0100

 send-pr(1) got the Originators e-mail address wrong. Should be
 mark@ukug.uk.freebsd.org
 

From: Mark Ovens <mark@ukug.uk.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: docs/13207: Update to the FAQ
Date: Thu, 9 Sep 1999 01:01:25 +0100 (BST)

 >Submitter-Id:   current-users
 >Originator:     Mark Ovens <mark@ukug.uk.freebsd.org>
 >Organization:   
 >Confidential:   no ] (one line)>
 >Synopsis:       Update to the FAQ
 >Severity:       non-critical
 >Priority:       low
 >Category:       docs
 >Release:        FreeBSD 3.1-RELEASE i386
 >Class:          change-request
 >Environment: 
 
 	
 
 >Description: 
 
 New diff for DocBook FAQ
 
 
 
 >How-To-Repeat: 
 
 	
 
 >Fix: 
 	
 
 *** book.sgml.orig	Mon Sep  6 22:16:42 1999
 --- book.sgml	Thu Sep  9 00:50:00 1999
 ***************
 *** 3471,3476 ****
 --- 3471,3479 ----
   <qandaentry><question>
   <para>How can I use the NT loader to boot FreeBSD?</para></question><answer>
   
 + <para>The procedure is slightly different for 2.2.x and 3.x (with the
 + 3-stage boot) systems.</para>
 + 
   <para>The general idea is that you copy the first sector of your
   native root FreeBSD partition into a file in the DOS/NT
   partition.  Assuming you name that file something like
 ***************
 *** 3489,3499 ****
         </literallayout>
   </para>
     
 ! <para>This procedure assumes that DOS, NT, FreeBSD, or whatever
 ! have been installed into their respective fdisk partitions on the
 ! <emphasis remap=bf>same</emphasis> disk.  In my case DOS &amp; NT are in the first fdisk
 ! partition and FreeBSD is in the second.  I also installed FreeBSD
 ! to boot from its native partition, <emphasis remap=bf>not</emphasis> the disk MBR.</para>
     
   <para>Mount a DOS-formatted floppy (if you've converted to NTFS) or the
   FAT partition, under, say, <filename>/mnt</filename>.</para>
 --- 3492,3503 ----
         </literallayout>
   </para>
     
 ! <para>For 2.2.x systems this procedure assumes that DOS, NT, FreeBSD,
 ! or whatever have been installed into their respective fdisk partitions
 ! on the <emphasis remap=bf>same</emphasis> disk.  In my case DOS &amp;
 ! NT are in the first fdisk partition and FreeBSD is in the second.  I also
 ! installed FreeBSD to boot from its native partition,
 ! <emphasis remap=bf>not</emphasis> the disk MBR.</para>
     
   <para>Mount a DOS-formatted floppy (if you've converted to NTFS) or the
   FAT partition, under, say, <filename>/mnt</filename>.</para>
 ***************
 *** 3525,3530 ****
 --- 3529,3543 ----
   ``<emphasis remap=tt>fdisk</emphasis>'' command after you reconfigure them to boot from their
   native partitions.</para>
     
 + <para>For 3.x systems the procedure is somewhat simpler.</para>
 + 
 + <para>If FreeBSD is installed on the <emphasis remap=bf>same</emphasis>
 + disk as the NT boot partition copy <filename>/boot/boot1</filename>
 + to <filename>C:\BOOTSECT.BSD</filename> or, if FreeBSD is installed on a
 + <emphasis remap=bf>different</emphasis> disk, copy
 + <filename>/boot/boot0</filename> to <filename>C:\BOOTSECT.BSD</filename>.
 + Then edit the <filename>C:\BOOT.INI</filename> file as described above.</para>
 + 
   </answer></qandaentry>
   
   <qandaentry><question>
 
 
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Sat Sep 25 17:02:16 PDT 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
