From owner-freebsd-hackers Wed Dec 13 13:55:16 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28270 for hackers-outgoing; Wed, 13 Dec 1995 13:55:16 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA28241 for ; Wed, 13 Dec 1995 13:54:27 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id WAA08964; Wed, 13 Dec 1995 22:54:09 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id WAA19289; Wed, 13 Dec 1995 22:54:08 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id WAA23296; Wed, 13 Dec 1995 22:53:13 +0100 From: J Wunsch Message-Id: <199512132153.WAA23296@uriah.heep.sax.de> Subject: Re: Wiring down scsi id's To: tony@rtd.com (Tony Jones) Date: Wed, 13 Dec 1995 22:53:13 +0100 (MET) Cc: hackers@FreeBSD.ORG Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199512131648.JAA25533@seagull.rtd.com> from "Tony Jones" at Dec 13, 95 09:48:49 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@FreeBSD.ORG Precedence: bulk As Tony Jones wrote: > > I asked this on -questions and didn't get any replies. > Can anyone give me some suggestions ? > Have 3 scsi discs > id0 quantum (Win95) > id1 dec (FreeBSD root/usr/var) > id2 dec (FreeBSD src/home) > So, I decided I'd fix down the scsi id's > > config kernel root on sd0 > > disk sd0 at scbus0 target 1 > disc sd1 at scbus0 target 2 > > I _thought_ this would do the trick. > > Works OK if the Quantum is removed/powered off. > > If I add the Quantum back in ... System boots with the Quantum in place, > assigns id0 to sd2, id1 to sd0 and id2 to sd1. > Then it sets root device to *sd1* and barfs trying to mount root as > sd1a. Seems to be getting sd1 from the fact that I'm booting off > id1. Your problem is the BIOS, not FreeBSD. You have to boot from different devices at the boot: prompt, since they reflect the BIOS' idea, not FreeBSD's idea. (That's why there is the ``hd'' hint.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)