From owner-freebsd-current Tue Dec 3 14:36:03 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16950 for current-outgoing; Tue, 3 Dec 1996 14:36:03 -0800 (PST) Received: from red.jnx.com (red.jnx.com [208.197.169.254]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA16943; Tue, 3 Dec 1996 14:36:02 -0800 (PST) Received: from base.jnx.com (base.jnx.com [208.197.169.238]) by red.jnx.com (8.8.3/8.8.3) with ESMTP id OAA03970; Tue, 3 Dec 1996 14:35:30 -0800 (PST) Received: (from pst@localhost) by base.jnx.com (8.7.6/8.7.3) id OAA09908; Tue, 3 Dec 1996 14:35:11 -0800 (PST) To: current@freebsd.org cc: jkh@freebsd.org Subject: 2.2-ALPHA install failure w/Adaptec controller and NOT dangerously dedicated From: Paul Traina Date: 03 Dec 1996 14:35:09 -0800 In-Reply-To: terry@lambert.org's message of 26 Nov 96 22:13:05 GMT Message-ID: <7yybfftfxe.fsf_-_@base.jnx.com> Lines: 22 X-Mailer: Gnus v5.2.25/XEmacs 19.14 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Now that the flame-fest about installing with DD has died down, let me describe a problem that I've been seeing with an Oct 21st snapshot (which ^^^^^^^^ is very close to 2.2-ALPHA). We were setting up a few DOS/FreeBSD based machines. 2g hard disks, adaptec controllers, bios translation enabled (adaptec default). This always USED to work just fine (before that damn MBR hint change). We set up a 250mb DOS partition on sd0s1 and the rest of the disk is FreeBSD. Partition and install as normal, reboot the system, and BTEASY can't find either the DOS or the FreeBSD partitions. I assume it's because of the MBR change. If I scrog the disk with dd, boot a dos floppy, fdisk /mbr and partition the DOS file system with DOS fdisk, and then boot the FreeBSD boot floppy and add the FreeBSD partition, everything's happy. What gives? I used to (1 month earlier snapshot) be able to do this just fine. Paul