From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 17:04:20 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3465BA09 for ; Mon, 29 Dec 2014 17:04:20 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBE59349D for ; Mon, 29 Dec 2014 17:04:19 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so24229158wiv.4 for ; Mon, 29 Dec 2014 09:04:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=BrAnw7YETeX5zd/amh3Rv7DpKPjV47SoytSw8VFNfNE=; b=ZrrPKF8cpwhS6Xo8z+sr+8yn4tn2qGp93iX7JTjI7yTVbh2Q+yO7rQF7m2MruiG0qS nIE2dPzQKSgWtSDj/Rujc1IuwVIqywaHWAo1qFc5FAFWbVMW0s9Qc1k+7vgjCWsUpq8W SmOgcx3mSHr0VnNXGx5Bl23ZfFTPlwkFxLcrUSNm6ObZFWqZBYde3Ejxbxncrt2CDLQJ L81yAkI/sHxX2xjKi/h6pIQfJio4zmfBH9KsK+yNhEAFPtVavEM/hx014GjejP5CTUpX KPcIMcjOtwKfmVXk2J0V+5GBIah1C42DgFjezVFjtlOEyKoccAo8eNhAUswJbrWd6X+e mtAA== X-Gm-Message-State: ALoCoQmvbCFvBETIhMqCuBLY3Fka6rJXxgT4NOXwvotN3M8v1U4VzXstFrLW9StuWUi5zZ11gx4s X-Received: by 10.180.207.10 with SMTP id ls10mr98947977wic.7.1419872652666; Mon, 29 Dec 2014 09:04:12 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id f7sm40180856wiz.13.2014.12.29.09.04.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Dec 2014 09:04:11 -0800 (PST) Message-ID: <54A18986.4000002@multiplay.co.uk> Date: Mon, 29 Dec 2014 17:04:06 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 17:04:20 -0000 On 29/12/2014 16:02, Dr Josef Karthauser wrote: > On 29 Dec 2014, at 08:36, Steven Hartland wrote: >> That looks like a 10.0 boot not a 10.1 boot could you confirm and provide a 10.1 boot if thats the case please Joe? > Whoops! Sorry. > > Attached is a verbose boot time dmesg for the 10.1 that causes the problem under load. > I immediately rebooted back onto 10.0, so the (un-verbose) dmesg for that follows. > > Joe Thanks Joe actually a verbose boot from 10.0 for comparison would good too. Also something to try on the 10.1 to see if it makes any difference, add the following to /boot/loader.conf or run from the loader prompt: hint.ahci.0.msi=1 You can also try =0 as well if 1 makes no difference. Regards Steve