From owner-freebsd-questions@FreeBSD.ORG Sun Jan 12 09:56:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 115D2A42 for ; Sun, 12 Jan 2014 09:56:14 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD4371462 for ; Sun, 12 Jan 2014 09:56:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=eNt8v9BfBvgxrGL1Lnc7/GuE8v9tbimuxUrxnUwObXs=; b=S9GBcAGbnGDpOCEM2befum7MzITV/ff32ya11hFSKzn6TIjmMqgDJePMx5oP4EP12cdFAr/2bSiuH3l+LZjYYu5pVYoG14Ze3fLiuOLuGsFyY2sY5GvkvU8QzePiPsREQXA0V9wvFssEngUO8dHttCOOvu0EV8b3v/tKpEYgfVA=; Received: from [120.176.138.66] (port=53398 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1W2Hm8-003dhR-Ab; Sun, 12 Jan 2014 02:56:13 -0700 Date: Sun, 12 Jan 2014 17:55:57 +0800 From: Erich Dollansky To: Scott Bennett Subject: Re: 9.2-RELEASE kernel ignores MBR on boot disk Message-ID: <20140112175557.1f666aff@X220.alogt.com> In-Reply-To: <201401120855.s0C8tb5I022973@sdf.org> References: <201401120855.s0C8tb5I022973@sdf.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 09:56:14 -0000 Hi, On Sun, 12 Jan 2014 02:55:37 -0600 Scott Bennett wrote: > After running "make installkernel KERNCONF=hellas", I rebooted. just to make sure, you have compiled both the world and the kernel before? > /dev/ad0 /dev/da0s1a /dev/da3 > /dev/ad0s1 /dev/da0s1d /dev/da4 9.2 should look for /dev/ada0 etc. It might be necessary to edit /etc/fstab before rebooting. I only installed 9.2 once but did not face any problems with MBR. Erich