From owner-freebsd-current@freebsd.org Mon Mar 7 16:05:10 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F3C2AC35CC for ; Mon, 7 Mar 2016 16:05:10 +0000 (UTC) (envelope-from scoobi_doo@yahoo.com) Received: from nm4.bullet.mail.bf1.yahoo.com (nm4.bullet.mail.bf1.yahoo.com [98.139.212.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09BE4AEE for ; Mon, 7 Mar 2016 16:05:09 +0000 (UTC) (envelope-from scoobi_doo@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1457366703; bh=8Gjr6E96gktqmGUNdDp/ny6jrKQbrXfgio85wFgdbFs=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=RahKd6+3LMEh4LRSiFD3DPfGQS2HH+XI7ascOnOH1wDs/1HbESsIz4X+Dwx+G/C3rQ0bWRQ7Mu/Fros+ppYUonl/j/pEJit4DLo3iwDoOMKX+qhbjlXIenwUFzD46cG+6Dy/F37iD9b9Cnjb0aGutbUZl5MyXyorcvdKjAPK4wm5db257dTLhcLVSoZk3hWgC15gQMBzRv6RAtwCS3GtlHWF7dI0zzzu0qor0ovSWkTsZ5S4YKcUbpVhfXBe+b5wLZ2clV2SLOxSCAUJXi4dT4k9BpzEIN7T2iVlFa5EX1uI8dtcSWrqMHhvv9QJZ5JgKgxHxDm10EZfgM/gaa9elg== Received: from [66.196.81.171] by nm4.bullet.mail.bf1.yahoo.com with NNFMP; 07 Mar 2016 16:05:03 -0000 Received: from [98.139.212.246] by tm17.bullet.mail.bf1.yahoo.com with NNFMP; 07 Mar 2016 16:05:03 -0000 Received: from [127.0.0.1] by omp1055.mail.bf1.yahoo.com with NNFMP; 07 Mar 2016 16:05:03 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 186735.67770.bm@omp1055.mail.bf1.yahoo.com X-YMail-OSG: NG0acsQVM1m2QDjQONTn4LmQ0LhwWJ2hWmI8sHV_YcLs_yRko4yRP1MuXAExCrV lXWH7REZ89QZphL3VVlEMN1NTpb5jS88IelPjioyXWZ8TaSUZiE_mg8g8iC2tbDbHN4Alvgb.Ez7 Rh_bvpViLMTA69lFXm7nmWYw6eXJAXuLw1dPU1ts43LK2reX65zXAfuJw0dDxRtOdrD2d2sLLCmZ H28BYaz92RVMkOK4mCYEy2MLYqde6F2uH3km2gTqRtcuhV_XO47S_0xgQQB5x5XuUwR3dW_FbfWA padGxat9zpA1s_5LfDV.p7B.q35T3jU5QLUiHkk6t.N0u3uKjpNQgVVaxGb3Vd9Ohj63fQRHHWhE YGmyKWvleZy0MKCunm0FMh0.LeVQObeqF_EL3qtYn32KzRspHnGheWWqKP659oAQ70HP71d1uNJ8 8o3w2N9.KkjMSkjP.BsrQ9QJrzLS8Fcut38cqE.qEH0VchtdVRDlWXerAEPTarr9ILkM_Y0QYv.J t0NsIKCmkCQ-- Received: by 66.196.80.145; Mon, 07 Mar 2016 16:05:02 +0000 Date: Mon, 7 Mar 2016 16:04:46 +0000 (UTC) From: Anthony Jenkins Reply-To: Anthony Jenkins To: Steven Hartland , "freebsd-current@freebsd.org" Message-ID: <1502843679.5128683.1457366686937.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <56DD8DB4.9040202@multiplay.co.uk> References: <56DD8DB4.9040202@multiplay.co.uk> Subject: Re: loader and load: path? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Mon, 07 Mar 2016 16:05:10 -0000 set module_path /boot/kernel # ? I don't think module_path is set to its default "/boot/kernel;/boot/modules" when booting to loader(8) prompt... Anthony Jenkins ________________________________ From: Steven Hartland To: freebsd-current@freebsd.org Sent: Monday, March 7, 2016 9:18 AM Subject: Re: loader and load: path? So your saying "kldload zfs" fails because it can't find opensolaris or are you giving it absolute paths? If so try without absolute paths. Regards Steve On 07/03/2016 14:09, Larry Rosenman wrote: > If I type load /boot/kernel/kernel, and then load /boot/kernel/zfs.ko, > the loader > (loader.efi in this case) says it can't find opensolaris. Same for > dtraceall, where > it can't find it's dependent modules. Just hitting enter does the > right thing. > > What variable(s) am I missing? > > _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"