Date: Thu, 7 Sep 2000 17:31:44 -0400 (EDT) From: abc@bsdi.com To: FreeBSD-gnats-submit@freebsd.org Subject: i386/21099: BSD/OS partition type wrong in boot0.s Message-ID: <200009072131.e87LViH25063@laptop.firehouse.net>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009072131.e87LViH25063>