From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:08:33 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 89D1F1065674 for ; Wed, 1 Aug 2012 20:08:33 +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 418208FC0A for ; Wed, 1 Aug 2012 20:08:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SwfDb-00084W-Dp for freebsd-questions@freebsd.org; Wed, 01 Aug 2012 22:08:31 +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 ; Wed, 01 Aug 2012 22:08:31 +0200 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Aug 2012 22:08:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Wed, 1 Aug 2012 20:08:20 +0000 (UTC) Lines: 39 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: Wed, 01 Aug 2012 20:08:33 -0000 Sergey Listopad gmail.com> writes: > > Hi. > > I try to boot topic on retro dual PIII Intel L440GX+ based system. It > is onboard AIC-7896 SCSI controller with 1 COMPAQ HDD. CDROM is IDE. > When I try boot from installation CD, boot stuck on > > CD Loader 1.2 > ... > BTX loader 1.00 BTX version is 1.02 > Consoles: internal video/keyboard > BIOS CD is cd0 > BIOS drive A: is disk0 > > If I remove HDD, system (/boot/loader) boot from CD just fine. Then I > insert HDD (hotswap) and able to install on it. But after reboot (with > installation CD disk removed from drive) system unable to boot. And > stuck on the same place, after > ... > BIOS drive A: is disk0 > > Maybe anybody can help me to resolve this issue. I can post any > additional information which may be helpful. > > Thanx. > If FreeBSD boot loader can not find a root partition (slice), you can help with a boot parameter, for example vfs.root.mountfrom="ufs:ad4s4a" After booting, verify and update /etc/fstab, otherwise add it to /boot/loader.conf . Also, the FreeBSD boot slice must be marked as bootable ("active"). jb