From owner-freebsd-config@FreeBSD.ORG Tue Jan 27 18:34:59 2004 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E6C16A4CE for ; Tue, 27 Jan 2004 18:34:59 -0800 (PST) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326B343D1F for ; Tue, 27 Jan 2004 18:34:53 -0800 (PST) (envelope-from appleman@shaw.ca) Received: from pd4mr1so.prod.shaw.ca (pd4mr1so-qfe3.prod.shaw.ca [10.0.141.212]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HS6005PJGN1JX@l-daemon> for freebsd-config@freebsd.org; Tue, 27 Jan 2004 19:09:01 -0700 (MST) Received: from pn2ml4so.prod.shaw.ca (pn2ml4so-qfe0.prod.shaw.ca [10.0.121.148]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HS600BP0GN1HT@l-daemon> for freebsd-config@freebsd.org; Tue, 27 Jan 2004 19:09:01 -0700 (MST) Received: from [192.168.0.7] (h68-145-52-94.cg.shawcable.net [68.145.52.94]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HS600G0WGN191@l-daemon> for freebsd-config@freebsd.org; Tue, 27 Jan 2004 19:09:01 -0700 (MST) Date: Tue, 27 Jan 2004 19:09:00 -0700 From: Appleman To: freebsd-config@freebsd.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.609) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Installation completes, mount fails on boot X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 02:34:59 -0000 I have completed the install of 4.9 on a 30GB hard drive, no other OS, disk is dedicated to FreeBSD, used auto defaults for slices and partitions. Once I do the first reboot I get the following: Mounting root from ufs:/dev/ad0s1a swapon: adding /dev/ad0s1b as swap device Automatic boot in progress... Then I get all the slice (ad0s1a,f,g,e) messages with "FILESYSTEM CLEAN: SKIPPING CHECKS", then the problem starts: pid 17 (mount), uid 0: exited on signal 10 Bus error Mounting /etc/fstab filesystems failed, startup aborted Then it just asks me the path of a shell. Bus error leads me to believe it is hardware, but I am not sure of that, it's a brand new motherboard, and if the install completes, how all of a sudden is there a bus error?? My /etc/fstab seems ok. # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1f /tmp ufs rw 2 2 /dev/ad0s1g /usr ufs rw 2 2 /dev/ad0s1e /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 Even if I boot into single user mode and type any sort of mount command I get: pid 11 (mount), uid 0: exited on signal 10 Bus error Thanks for any help!