From abc@laptop.firehouse.net  Thu Sep  7 14:31:53 2000
Return-Path: <abc@laptop.firehouse.net>
Received: from laptop.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43])
	by hub.freebsd.org (Postfix) with ESMTP id 4EBC037B43F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Sep 2000 14:31:52 -0700 (PDT)
Received: (from root@localhost)
	by laptop.firehouse.net (8.11.0/8.11.0) id e87LViH25063;
	Thu, 7 Sep 2000 17:31:44 -0400 (EDT)
	(envelope-from abc)
Message-Id: <200009072131.e87LViH25063@laptop.firehouse.net>
Date: Thu, 7 Sep 2000 17:31:44 -0400 (EDT)
From: abc@bsdi.com
Sender: abc@laptop.firehouse.net
Reply-To: abc@bsdi.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: BSD/OS partition type wrong in boot0.s
X-Send-Pr-Version: 3.2

>Number:         21099
>Category:       i386
>Synopsis:       BSD/OS partition type wrong in boot0.s
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    rnordier
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 07 14:40:00 PDT 2000
>Closed-Date:    Sat Sep 9 11:06:58 PDT 2000
>Last-Modified:  Sat Sep 09 11:09:09 PDT 2000
>Originator:     Alan Clegg
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
BSDi
>Environment:

	Dual-Boot Intel system with BSD/OS and FreeBSD

>Description:

	bootmgr shows BSD/OS partitions as "Unknown".

	It seems that the BSD/OS partition is really 9f, not b7 as
		is found in /usr/src/sys/boot/i386/boot0/boot0.s

>How-To-Repeat:

	Install bootmgr on a system with a BSD/OS partition.

>Fix:

*** boot0.s.orig        Thu Sep  7 17:26:34 2000
--- boot0.s     Thu Sep  7 17:26:53 2000
***************
*** 443,449 ****
  # These valuse indicate bootable types we know the names of
  #
  table1:               .byte 0x1, 0x4, 0x6, 0x7, 0xb, 0xc, 0xe, 0x63, 0x83
!               .byte 0xa5, 0xa6, 0xa9, 0xb7
  table1_end:
  #
  # These are offsets that match the known names above and point to the strings
--- 443,449 ----
  # These valuse indicate bootable types we know the names of
  #
  table1:               .byte 0x1, 0x4, 0x6, 0x7, 0xb, 0xc, 0xe, 0x63, 0x83
!               .byte 0xa5, 0xa6, 0xa9, 0x9f
  table1_end:
  #
  # These are offsets that match the known names above and point to the strings


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->rnordier 
Responsible-Changed-By: rnordier 
Responsible-Changed-When: Fri Sep 8 00:36:40 PDT 2000 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21099 
State-Changed-From-To: open->closed 
State-Changed-By: rnordier 
State-Changed-When: Sat Sep 9 11:06:58 PDT 2000 
State-Changed-Why:  
Fixed in r1.22 of boot0.s; MFC to follow in due course. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21099 
>Unformatted:
