From owner-freebsd-questions@FreeBSD.ORG Tue Aug 9 20:08:02 2011 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 ACF2E106566B for ; Tue, 9 Aug 2011 20:08:02 +0000 (UTC) (envelope-from james@colannino.org) Received: from xsmtp1.es.uci.edu (xsmtp1.es.uci.edu [128.200.80.131]) by mx1.freebsd.org (Postfix) with ESMTP id 978318FC15 for ; Tue, 9 Aug 2011 20:08:02 +0000 (UTC) Received: from [10.1.2.117] (71-21-6-74.los.clearwire-wmx.net [71.21.6.74] (may be forged)) (authenticated bits=0) by xsmtp1.es.uci.edu (8.13.8/8.13.8) with ESMTP id p79K7x4A003363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 9 Aug 2011 13:08:01 -0700 X-UCInetID: jcolanni Message-ID: <4E4193BA.40505@colannino.org> Date: Tue, 09 Aug 2011 13:08:26 -0700 From: James Colannino User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110719 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD won't install after Fixit 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: Tue, 09 Aug 2011 20:08:02 -0000 Hey everyone, I have the FreeBSD DVD (amd64) and, during an install, used the Fixit option (while choosing to mount the DVD as the live filesystem) to load a kernel module. After exiting the fixit shell and attempting a standard install, when it came time to install packages, I got the following error: Error mounting /dev/acd0 on /dist: Input/output error (5) I also noticed that once I've chosen the CDROM/DVD option under Fixit once, I can't do it again, and get the same error when I try. It appears that /dev/acd0 can only be mounted once by the installer. Is this a known issue, and if so, is there a way to work around this so that I can load kernel modules before continuing on with the installation? I could remain within the fixit environment and do the entire install manually, but I'd really rather not do that... Thanks! James