From owner-freebsd-stable@FreeBSD.ORG Mon Mar 22 11:13:08 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8362C1065675 for ; Mon, 22 Mar 2010 11:13:08 +0000 (UTC) (envelope-from dan.naumov@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 17D2A8FC16 for ; Mon, 22 Mar 2010 11:13:07 +0000 (UTC) Received: by bwz8 with SMTP id 8so16991bwz.3 for ; Mon, 22 Mar 2010 04:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=6OqUxqWwxWMbKlY2b09etAPxKBwn29NGrb7fTt74YAI=; b=vIDs5qVRe6/VD9zpYxYz1Ja5vLIZsgH8QoqnStxx4FTQxfy8C657PPUzk2XhEZrVBb 8EreQSo2WKFrwF7XlgAJ96XI1yHxizi2kHnhq/Tvb25QzOQUovJalm6gM+vmGuqpJ+OU MztY+soKAne4Ic9VcMbkkn+wBRSutUU0svKmQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fBqLgLqNKy9/DcM+lGCWDXimVlHVrvOwsMZ2+sSjHGxw3TAOhkbxIY6kR16CMsufok kWUhGBCPv61sf06l+MzndBk5+9Tfqo+rvKn36j41iuxNSlaPhRtG1rRt4vdNGt1SiAgW Tgqf5yFy7Io2WRZ8T3774A5OwrYPFUUWwBA5Y= MIME-Version: 1.0 Received: by 10.204.24.134 with SMTP id v6mr7793949bkb.204.1269256383784; Mon, 22 Mar 2010 04:13:03 -0700 (PDT) Date: Mon, 22 Mar 2010 13:13:03 +0200 Message-ID: From: Dan Naumov To: FreeBSD-STABLE Mailing List , alteriks@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: RE: Can't boot after make installworld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Mar 2010 11:13:08 -0000 The ZFS bootloader has been changed in 8-STABLE compared to 8.0-RELEASE. Reinstall your boot blocks. P.S: "LOADER_ZFS_SUPPORT=YES" is also deprecated in 8-STABLE, not to mention that you have it in the wrong place, for 8.0, it goes into make.conf, not src.conf. Is there any particular reason you are upgrading from a production release to a development branch of the OS? - Sincerely, Dan Naumov