From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 15:34:22 2012 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 323C51065670 for ; Thu, 2 Aug 2012 15:34:22 +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 DBDD08FC15 for ; Thu, 2 Aug 2012 15:34:21 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SwxPg-0007ze-Vx for freebsd-questions@freebsd.org; Thu, 02 Aug 2012 17:34:12 +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 17:34:12 +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 17:34:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Thu, 2 Aug 2012 15:34:01 +0000 (UTC) Lines: 22 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 15:34:22 -0000 Sergey Listopad gmail.com> writes: > ... > So far I have system with GPT partitioning scheme. To exclude this > layer, I've reinstall system with MBR scheme, but loader(8) stuck in > the same place. > > BTX loader 1.00 BTX version is 1.02 > Consoles: internal video/keyboard > BIOS drive A: is disk0 How about setting this (based on /boot/defaults/loader.conf) in file /boot/loader.conf: verbose_loading="YES" # Set to YES for verbose loader output For the sake of debugging, I assume you do not have any of these: loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local" as it seems to be a new installation. Are you getting more debugging output ? jb