From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 20:57:07 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 182F557E for ; Fri, 27 Jun 2014 20:57:07 +0000 (UTC) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBB0D2C0C for ; Fri, 27 Jun 2014 20:57:06 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id lx4so4960879iec.19 for ; Fri, 27 Jun 2014 13:57:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vKkDOxxQbootnSlNKMIGRE/H1IGsITAz8fBItRTSdqI=; b=EXRBB6frLMs2Go6ubUteejrrSDPprDxUp/1dAUVx0DMoLYSce1W+2uFfZEmxtMarJ/ MOCXiXB9S5sPAivAOqOECmiNgtIeJYQpwZpptPBTkW9IfdgVvvzzIftMrGPdV4/f6axK jDHaJCIXTRZP0f1yyEBKeAVtbwBsmUZMUD8hbmPSd8/EvFt7LVTrMpBey0xKRs/FBT6b KUW1cU0nZZgyX93UAw2hQyluMWcmJRWiOkWwh1TJG3D4S9cn8+K1IV4VGesHLmautOrH 4hLIBoLhCpDHAfppuQzJ6FWBWBQlqYCsFc7u1FF7N+HthzWSUXI3f3ZoSFiSffBbT4C4 Nxfw== MIME-Version: 1.0 X-Received: by 10.50.61.164 with SMTP id q4mr15170784igr.49.1403902626341; Fri, 27 Jun 2014 13:57:06 -0700 (PDT) Received: by 10.64.225.194 with HTTP; Fri, 27 Jun 2014 13:57:06 -0700 (PDT) In-Reply-To: <20140627223650.25210a53.freebsd@edvax.de> References: <44lhsi5ugm.fsf@be-well.ilk.org> <20140627223650.25210a53.freebsd@edvax.de> Date: Fri, 27 Jun 2014 13:57:06 -0700 Message-ID: Subject: Re: what should uname -v be telling me here? From: paul beard To: Polytropon Content-Type: text/plain; charset=UTF-8 Cc: "questions@freebsd.org" , Lowell Gilbert X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 20:57:07 -0000 On Fri, Jun 27, 2014 at 1:36 PM, Polytropon wrote: > You need to find out where /boot resides (in my case, > it's on ad4s1a, which is mounted at /) to identify the boot > device (or to be precise, the device the kernel has been read > from). I keep thinking this should be something you ought to be able to discover without being on console. I realize the BIOS can't be interrogated but if I knew that the active kernel was ad3:/boot/kernel or ad2:/boot/kernel, it would be useful. Kind of surprised that doesn't appear anywhere in dmesg or that it can't be read out of somewhere. -- Paul Beard / www.paulbeard.org/