From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 1 15:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 076D31065688 for ; Wed, 1 Oct 2008 15:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E8FB88FC17 for ; Wed, 1 Oct 2008 15:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m91FK3fd079587 for ; Wed, 1 Oct 2008 15:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m91FK33i079586; Wed, 1 Oct 2008 15:20:03 GMT (envelope-from gnats) Date: Wed, 1 Oct 2008 15:20:03 GMT Message-Id: <200810011520.m91FK33i079586@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Harald Hanche-Olsen Cc: Subject: Re: kern/119868: [zfs] 7.0 kernel panic during boot with ZFS and WD1600JS X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harald Hanche-Olsen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 15:20:04 -0000 The following reply was made to PR kern/119868; it has been noted by GNATS. From: Harald Hanche-Olsen To: johan@giantfoo.org Cc: bug-followup@FreeBSD.org Subject: Re: kern/119868: [zfs] 7.0 kernel panic during boot with ZFS and WD1600JS Date: Wed, 01 Oct 2008 17:18:31 +0200 (CEST) + Johan A. van Zanten : > The problem for me is that the panic occured very early in the boot > process, before the dump device is normally configured, and no one > on the freebsd-help list, nor anyone reading these bug reports > seemed to know or care enough to help me get a dump device > configured earlier. Well, the handbook gives a method that it says is "deprecated" http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html (specifying a dump device in the kernel config), but these lines from /usr/src/usr.sbin/config/config.y System_spec: CONFIG System_id System_parameter_list = { errx(1, "%s:%d: root/dump/swap specifications obsolete", yyfile, yyline);} make me think that the handbook itself is obsolete at this point, and the "deprecated" method is no longer available. If you still have the disk and wish to resurrect it, you can try my method: I booted from a ubuntu cd and erased the EFI partition table using dd if=/dev/zero bs=512 count=1 seek=1 of=/dev/disk/by-id/... (making VERY sure I did not clobber the wrong disk). - Harald