From owner-freebsd-hackers Sun Apr 20 11:26:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA04482 for hackers-outgoing; Sun, 20 Apr 1997 11:26:25 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA04476 for ; Sun, 20 Apr 1997 11:26:21 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wJ1JQ-0000Zx-00; Sun, 20 Apr 1997 12:26:08 -0600 To: Wolfgang Helbig Subject: Re: disklabel -- owner? Cc: hackers@freebsd.org In-reply-to: Your message of "Sun, 20 Apr 1997 15:59:29 +0200." <199704201359.PAA03394@helbig.informatik.ba-stuttgart.de> References: <199704201359.PAA03394@helbig.informatik.ba-stuttgart.de> Date: Sun, 20 Apr 1997 12:26:07 -0600 From: Warner Losh Message-Id: Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199704201359.PAA03394@helbig.informatik.ba-stuttgart.de> Wolfgang Helbig writes: : This does not seem so any more, sorry about the wild speculation. : The geometry seems to have worked OK. To avoid the panic "cannot mount root" : we had to disable the IDE disk in the BIOS. We did that before installing : DOS to protect the IDE disk. Reenabling the IDE disk caused the kernel : and/or BIOS to get confused, so root on sd0 could not be mounted. That's the problem I wasted a bunch of time on. Turned out that I hadn't told the disklabel it was SCSI so it used wd by default. Warner