From owner-freebsd-current@freebsd.org Tue May 1 20:00:00 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C83FCFB676B for ; Tue, 1 May 2018 20:00:00 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7455C82979; Tue, 1 May 2018 20:00:00 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.3] (c-73-216-227-39.hsd1.va.comcast.net [73.216.227.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 4695727001F7; Tue, 1 May 2018 15:59:59 -0400 (EDT) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 4695727001F7 Authentication-Results: duke.cs.duke.edu; dmarc=none header.from=cs.duke.edu DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1525204799; bh=BQsfYx4TYknC1OvRLEXV7sfaFd+1YyKGY7JfigULAJw=; h=Subject:To:From:Date:From; b=PPmbTtIrv9ES9kCPbVTi23tUok+0Yb1ZVaZX+gRt6vVmCXH5SLzuhBLBWhOP8HHdo 2EAG3YjwSz2cM2jdZVARm2GAB02teHrjvnPCPmMnZfPE/yTMbHeVXvMMZYugOLnYZh 0LxgP1sy9a2gTsYG9UN9ZSMj9NoPvwTXvjZAAnJUDR7Ls/vQBITl5HyQSdAlCVeAku ITeZ05VUN3tZS16sjOaM51VAosoGn2tWs/SbfP6M69FErTs5GwLlMvhUvlbp7boSf6 +lwJTqUX6OEgvl5nwtBEcFDOjNZuNPfUj2WRulP6J+ByfwRTWMVFfUXWItZ+x9PMLp B4YYOytsEoG2g== Subject: Re: Odd ZFS boot module issue on r332158 To: Toomas Soome Cc: Andriy Gapon , Allan Jude , freebsd-current@FreeBSD.org References: <935ad20e-017c-5c34-61b4-9db58788a663@freebsd.org> <5316e5ea-17a2-2f23-3c88-1671f41b5642@cs.duke.edu> <00fd72d0-cb41-eaf7-347e-6f3423bb6008@FreeBSD.org> From: Andrew Gallatin Message-ID: <336f22a5-e654-2faf-44f5-fcafa7ddeff7@cs.duke.edu> Date: Tue, 1 May 2018 15:59:58 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2018 20:00:00 -0000 FWIW, I also updated to the latest BIOS available for this board, Supermicro X10SRA, to version: 2.0c Release Date: 09/25/2017. One thing I noticed is that even though the board supports UEFI, there was no UEFI update procedure for it, and I had to flash via a USB stick with a FreeDOS boot image. Given that, I would not be terribly... surprised... if the UEFI fw on the board had issues with 2TB as well. All the update seemed to do was re-order my PCI devices, so I had to revisit my Xorg and byhve pptdev configurations. Thankfully, the only module giving issues is nvidia, which is just as well loaded post-boot. FWIW, the error is ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /boot/modules/nvidia.ko - elf64_obj_loadimage: read failed can't load file '/boot/modules/nvidia.ko': input/output error ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Drew