From owner-freebsd-questions@FreeBSD.ORG Sun Feb 27 21:29:22 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 772921065675 for ; Sun, 27 Feb 2011 21:29:22 +0000 (UTC) (envelope-from boyvalue@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 495C58FC0A for ; Sun, 27 Feb 2011 21:29:22 +0000 (UTC) Received: by pvg11 with SMTP id 11so671348pvg.13 for ; Sun, 27 Feb 2011 13:29:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=x5RNbYSVZzpJdfjHIhbVFZ0FCk8pLjM/SvLhBHkEb74=; b=njXvaQ2Nb4vuiE0Ka1IOkrEz8pzGDzDxgVZxFqz/RRWAkRDs6Di2uFKGj3gZpvrkkR D/Tcw+7WN/E1pwY32hqYXKJYsNZtzAlwXki8z4C3odH4PB3iGmWeJdhobZzu6EwXK7Qt cO5dLAbKdxyWJVs+WYZKgv/o0Y4OE8jDulGH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EyA+eOv/1bXJOv9AnnJ/+H3rtSsRJIpeMNMkNJtlUpa9pwW0MUOdQWhsJF2g6BhCii tkbRxabfCy4Nts8LYb5Rm1NHd3hbgISr70oWR6ZtqcJxLMTHzN7B2nlQv5vtCHlD3/J1 Cremb9RY4TcyRzXK7LoIao9+El7cN/oqqgJ3I= MIME-Version: 1.0 Received: by 10.142.172.13 with SMTP id u13mr3732341wfe.361.1298842161957; Sun, 27 Feb 2011 13:29:21 -0800 (PST) Received: by 10.142.116.7 with HTTP; Sun, 27 Feb 2011 13:29:21 -0800 (PST) In-Reply-To: References: Date: Sun, 27 Feb 2011 16:29:21 -0500 Message-ID: From: Scott Ballantyne To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Problem upgrading from 8.1->8.2, ZFS as root filesystem 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: Sun, 27 Feb 2011 21:29:22 -0000 On Sun, Feb 27, 2011 at 4:04 PM, Adam Vande More wrote: > On Sun, Feb 27, 2011 at 2:36 PM, Scott Ballantyne wrote: > >> >> ===>sys/boot/i386/zfsloader (install) >> >> cp zfsloader.sym zfsloader.bin >> cp:No such file or directory >> *** Error code 1 >> Stop in /usr/src/sys/boot/i386/zfsloader >> *** Error code 1 >> >> Stop in /usr/src/sys/boot/i386 >> >> Any suggestions would be *very* appreciated! >> >> Thanks, >> Scott >> > > You can follow the intructions for building the loader which I believe are > in the wiki or set LOADER_ZFS_SUPPORT=YES in /etc/src.conf prior to upgrade. > > Thanks Adam, but it still comes to a screaming stop with that set.