From nobody  Fri Oct 24 04:43:32 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.7/8.8.7) id EAA10774;
          Fri, 24 Oct 1997 04:43:32 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199710241143.EAA10774@hub.freebsd.org>
Date: Fri, 24 Oct 1997 04:43:32 -0700 (PDT)
From: tnomura@sfc.keio.ac.jp
To: freebsd-gnats-submit@freebsd.org
Subject: 2.2.5-RELEASE biosboot make problem
X-Send-Pr-Version: www-1.0

>Number:         4842
>Category:       i386
>Synopsis:       2.2.5-RELEASE biosboot make problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 24 04:50:01 PDT 1997
>Closed-Date:    Sun Apr 19 10:44:11 PDT 1998
>Last-Modified:  Sun Apr 19 10:44:49 PDT 1998
>Originator:     Takaaki Nomura
>Release:        2.2.5-RELEASE
>Organization:
Keio University
>Environment:
FreeBSD amadeus 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Wed Oct 22 23:03:54 JST 1997     nomura@amadeus:/usr/src/sys/compile/AMADEUS  i386
>Description:
I have two IDE disks and four SCSI disks and want to boot FreeBSD from
the third SCSI disk. As I've ever done before, I tried to make biosboot
with the option:

>How-To-Repeat:
Make biosboot with the option above.

>Fix:
Specify "4:sd(2,a)kernel" in /boot.config.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Sun Apr 19 10:44:11 PDT 1998 
State-Changed-Why:  
bootblocks have been modified since, and I think they 
address this issue 
>Unformatted:
 >CFLAGS+=	-DBOOT_HD_BIAS=2
 
 But I couldn't make with the following error.
 
 >dd if=boot.nohdr of=boot2 bs=512 skip=1
 >14+1 records in
 >14+1 records out
 >7216 bytes transferred in 0.001366 secs (5282502 bytes/sec)
 >boot2 is too big
 >*** Error code 2
 >
 >Stop.
 
