From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 14:55:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0B8D106564A for ; Thu, 2 Aug 2012 14:55:25 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 77FCF8FC12 for ; Thu, 2 Aug 2012 14:55:24 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Swwnz-0000Gk-Rv for freebsd-questions@freebsd.org; Thu, 02 Aug 2012 16:55:20 +0200 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2012 16:55:15 +0200 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2012 16:55:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Thu, 2 Aug 2012 14:55:03 +0000 (UTC) Lines: 25 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:14.0) Gecko/20100101 Firefox/14.0.1) Subject: Re: Cant boot 9-RELEASE on Intel L440GX+ based system 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, 02 Aug 2012 14:55:25 -0000 Sergey Listopad gmail.com> writes: > ... > As you can see, bootstrap process stuck much earlier kernel > booting/root mounting. It stuck on loader stage (loader can't do > something. But what exactly?) > > I've been able to boot system manually (so system on HDD is workable), > by skipping loader stage (boot kernel directly from boot block prompt) > >> FreeBSD/i386 BOOT > Default: 0:ad(0p2)/boot/loader > boot:/boot/kernel/kernel OK. So it looks like you have succeeded with stage 1 and 2. At this point the boot slice is known - the boot process knows where to find defaults. After that stage 3 should be auto-executed, but it does not. At this point check if you have /boot.config by chance. This file, if exists, may contain options modifying stages of the boot process, in this case the transition from stage 2 to 3 is of interest. Check it out and, if applies, read BOOT.CONFIG(5) and its examples. jb