From owner-freebsd-questions Wed Aug 7 17:52:55 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA21869 for questions-outgoing; Wed, 7 Aug 1996 17:52:55 -0700 (PDT) Received: from relay-4.mail.demon.net (relay-4.mail.demon.net [158.152.1.108]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA21850 for ; Wed, 7 Aug 1996 17:52:52 -0700 (PDT) Received: from post.demon.co.uk ([158.152.1.72]) by relay-4.mail.demon.net id ae10551; 8 Aug 96 0:52 GMT Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa14502; 8 Aug 96 1:51 +0100 Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id AAA05416; Thu, 8 Aug 1996 00:41:22 GMT From: James Raynard Message-Id: <199608080041.AAA05416@jraynard.demon.co.uk> Subject: Re: 2.1.5-RELEASE generic kernel panics looking for mythical sd1a root To: Gabor Zahemszky Date: Thu, 8 Aug 1996 00:41:22 +0000 () Cc: questions@freebsd.org In-Reply-To: <199608071201.MAA00898@CoDe.CoDe.hu> from "Gabor Zahemszky" at Aug 7, 96 12:01:51 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > 1:sd(0,a)kernel > > Well, another question, from another person: > what does the 1: means? (On my 2.1R machine's man 8 boot, there isn't anything > about it, only controller(unit,part)/filename.) It's a very recent change that (I think) just managed to squeeze into 2.1.5. The '1' refers to the second drive detected by the BIOS (the BIOS detects IDE disks before SCSI, and hackers always count from 0 :-) For the benefit of anyone who's not familiar with the rest of it, 'sd' means SCSI drive, '0' signifies the first such drive, 'a' means, well that's a bit of a historical artefact, and '/kernel' (which should have a slash in front of it) is the name of the kernel to be booted.