From owner-freebsd-hackers Sun Apr 20 07:24:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23703 for hackers-outgoing; Sun, 20 Apr 1997 07:24:01 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23685 for ; Sun, 20 Apr 1997 07:23:57 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id PAA03394; Sun, 20 Apr 1997 15:59:29 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199704201359.PAA03394@helbig.informatik.ba-stuttgart.de> Subject: Re: disklabel -- owner? In-Reply-To: <199704200823.KAA02207@helbig.informatik.ba-stuttgart.de> from Wolfgang Helbig at "Apr 20, 97 10:23:24 am" To: helbig@MX.BA-Stuttgart.De (Wolfgang Helbig) Date: Sun, 20 Apr 1997 15:59:29 +0200 (MET DST) Cc: imp@village.org, hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi again :-) > Hi, > > Installation paniced when it tried to write the partition tables to disk: > "cannot go anywhere without init" > or something similar. > > We tried twice -- with standard MBR and "dangerously dedicated" > selected. > > Then we used LiLo -- Linux was living on another (IDE) disk -- to install > an MBR and partition table. > Linux and the freshly installed FreeBSD could read and write the SCSI disk, > but the kernel loaded by LiLo paniced with > "cannot mount root" > (root was on sd0, the wdc-driver was disabled!) > > It seems that during sysinstall and booting a geometry was used which is > different from the one used by the disk-kernel. 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. > > Finally we grabbed some DOS installation floppies, installed DOS, installed > FreeBSD booted with standard MBR and everything went fine. > > Wolfgang Wolfgang