From owner-freebsd-questions@FreeBSD.ORG Mon Jan 25 21:57:37 2010 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 915D510656A3 for ; Mon, 25 Jan 2010 21:57:37 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: from mail-yw0-f197.google.com (mail-yw0-f197.google.com [209.85.211.197]) by mx1.freebsd.org (Postfix) with ESMTP id 5281F8FC2F for ; Mon, 25 Jan 2010 21:57:37 +0000 (UTC) Received: by ywh35 with SMTP id 35so3125257ywh.7 for ; Mon, 25 Jan 2010 13:57:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=4+qaRsTUwzaL4E+5hRPNtp7OzbsvyYzTrHL4rbkDy0s=; b=KUmcJCXzKTwYBmG+U0d14vIVrfT44zzWAuRvjlmO8e2wEB1jd7HDKuIwp/4Wccq0JV wCDPagHEXo0UKNxeicGtf77301/v36y63vqRVF4NOAEx4nW3W4YssQR06lLElrbZCRWz Bw/GbmYk/2dwXflfAth/4cniWH6FcZiUumc84= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Z09C9u7dtIcgTmT9THmhg7PXqg8YhozMTxJOSc8u+YBiSDXhXaq1byoSKfrCoqvrig JA63rd9GjR+r4TgaMxpYTCkRFjL4juWjXX8Z/qkYh7zYKcUI3fjDsTxopABOQmd790sr ivG/nHWEsy9as2by8fMgUXVQpTYp8JIpWvwzU= MIME-Version: 1.0 Received: by 10.91.153.1 with SMTP id f1mr6273416ago.21.1264455107002; Mon, 25 Jan 2010 13:31:47 -0800 (PST) From: Ross Penner Date: Mon, 25 Jan 2010 13:31:26 -0800 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Help booting FreeBSD with a ZFS 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: Mon, 25 Jan 2010 21:57:37 -0000 I'm trying to set up a system using ZFS as the root filesystem. I followed this guide: (http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot). Everything went swimmingly until I rebooted and the system failed to load. output: FreeBSD/i386 bootstrap loader, Revision 1.1 (root@, Mon Jan 25 13:03:11 UTC 2010) \ can't load 'kernel' Type '?' for a list of command, 'help' for more detailed help. OK I used the memstick 8.0-Release. Can anybody suggest what could have gone wrong, or how I could find out what could have gone wrong? Thank you for any help