From owner-freebsd-stable@FreeBSD.ORG Tue Oct 25 12:02:45 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07761106564A for ; Tue, 25 Oct 2011 12:02:45 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id B81278FC27 for ; Tue, 25 Oct 2011 12:02:44 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id DC5D228423; Tue, 25 Oct 2011 14:02:42 +0200 (CEST) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2C62628428; Tue, 25 Oct 2011 14:02:42 +0200 (CEST) Message-ID: <4EA6A561.80405@quip.cz> Date: Tue, 25 Oct 2011 14:02:41 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Johan Hendriks References: <4EA67991.5020604@gmail.com> <1319536366754-4935645.post@n5.nabble.com> <4EA68DE5.80007@gmail.com> In-Reply-To: <4EA68DE5.80007@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: timp , freebsd-stable@freebsd.org Subject: Re: From 8-stable to 9.0 RC1 iscsi panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2011 12:02:45 -0000 Johan Hendriks wrote: > timp schreef: >> For installworld you should boot to 'single user mode'. >> This mode doesn't read loader.conf and much more. [...] > Well i did use the single user mode ! > And the safe mode ! > But they all gave me that error. > So the did load the loader.conf file. I think modules are loaded before displaying boot menu, where you can choose to boot in to single user mode. But you can enter the boot loader prompt, where you can unload already loaded modules or load new modules by its name, so you don't need to edit loader.conf for one time boot option. Miroslav Lachman