From owner-freebsd-bugs Thu Sep 7 14:40:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 357CA37B43E for ; Thu, 7 Sep 2000 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA16806; Thu, 7 Sep 2000 14:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 ; 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 Reply-To: abc@bsdi.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/21099: BSD/OS partition type wrong in boot0.s Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21099 >Category: i386 >Synopsis: BSD/OS partition type wrong in boot0.s >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 07 14:40:00 PDT 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message