From owner-freebsd-questions@FreeBSD.ORG Sun Feb 27 21:04:53 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 0FB7D1065672 for ; Sun, 27 Feb 2011 21:04:53 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2C68FC18 for ; Sun, 27 Feb 2011 21:04:52 +0000 (UTC) Received: by fxm19 with SMTP id 19so3598332fxm.13 for ; Sun, 27 Feb 2011 13:04:51 -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:cc:content-type; bh=jbM7FwvzOzDGRfD3w2lChEONoPBjEzb54GEhCMZULjo=; b=TDdnuGllZjlwgSVm7mnsuqDMpoC515dnZzmTGaarsG/MSdPEcQsAi58OOXnW0wcsH3 AIn1Rm/PY8XliZWfXw0gpZq2SJZHgFB7dopsUNCiY96g1rvLsjZVyAQXpp8/mVX1ZZlG SS5WTM6QhZEeHtGc2dXSGkG39tnqYcr3fKtVo= 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 :cc:content-type; b=NfSHpvMRTGxeovBoTlXsl4COpj2quiZeYIglvtW1wrTnvKA4BK9QipYWATz4BAkpq7 5nnFI3me2wLZyNbjQmwrXfuZB2DEkf3Aa3Uk+zXVkMU2Tl5eIXz8M/P1+GaZ/U2jfebr PzqbuQj5W6myCpuvZRM9VHenGXFFig+I3voNw= MIME-Version: 1.0 Received: by 10.223.70.136 with SMTP id d8mr5654793faj.3.1298840691638; Sun, 27 Feb 2011 13:04:51 -0800 (PST) Received: by 10.223.94.67 with HTTP; Sun, 27 Feb 2011 13:04:51 -0800 (PST) In-Reply-To: References: Date: Sun, 27 Feb 2011 15:04:51 -0600 Message-ID: From: Adam Vande More To: Scott Ballantyne Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org 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:04:53 -0000 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. -- Adam Vande More