From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 17:22:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D75531065670 for ; Thu, 18 Sep 2008 17:22:10 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A83C28FC19 for ; Thu, 18 Sep 2008 17:22:10 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id F14B6AFD2C6; Thu, 18 Sep 2008 09:22:09 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 18 Sep 2008 19:22:08 +0200 User-Agent: KMail/1.9.7 References: <20080918142643.GA50891@owl.midgard.homeip.net> In-Reply-To: <20080918142643.GA50891@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809181922.09168.fbsd.questions@rachie.is-a-geek.net> Cc: Robert Lebovich Subject: Re: FreeBSD installation doesn't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 17:22:10 -0000 On Thursday 18 September 2008 16:26:43 Erik Trulsson wrote: > On Thu, Sep 18, 2008 at 03:49:37PM +0300, Robert Lebovich wrote: > > I'm trying to install freeBSD on my pc, but after the installation it > > doesn't boot. It can't find the kernel. > > I think it is the problem with my partitioning. i'm trying this order: > > /boot > > swap > > / > > /var > > /usr > > Can you help me how to install in this order? > > Do not make a '/boot' partition separate from '/'. > It won't work. that's aside from the fact that the root partition '/' always has to be the first partition, for the simple reason that everything else is mounted on top of it. For the same reason: /dev/ad1se /usr/local .... /dev/ad1sf /usr will not work. For this particular case (root not first mount), sysinstall could be made smarter. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.