From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 00:48:55 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B47FD761 for ; Sun, 8 Feb 2015 00:48:55 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4770DDEC for ; Sun, 8 Feb 2015 00:48:55 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id p10so8813947wes.7 for ; Sat, 07 Feb 2015 16:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/oNhkarbKId+7IH2DmW+hR3MWU9SQrgPRr5XEgPExk0=; b=UZrLZn6W9mZYsUBjQWkalKLd+VP8lT2HxWhgV8YO/UFSI28856BTXsZqCJH9OSLAE0 Zdsn9w9fdK7LXzSv1OMqHKv+1WDOTK5yxI6QWFHLMVgrSy4Sdd9LdNkrmJTnHn29ZN9x DwWE18b2ueVvPtPz8jSyHGrKqsKO/hX+49Btem/mmzprTlufq+r+NtX8lxtooox9X648 SwkbTUCD2ZzTkqh0uTfpobT6H80T8CZvJWoW9A06rfVyv9A37aiw6e0wTjYU2/kjp2HD KBEKXeRRIzC3c+fhGQ3/f5+Gjd51l4P/8xxRXi6zkXBD5WGLv7zaaoLbc1WvwIRKFPNU AGSg== MIME-Version: 1.0 X-Received: by 10.180.79.131 with SMTP id j3mr10226169wix.33.1423356533354; Sat, 07 Feb 2015 16:48:53 -0800 (PST) Received: by 10.194.241.132 with HTTP; Sat, 7 Feb 2015 16:48:53 -0800 (PST) In-Reply-To: References: Date: Sun, 8 Feb 2015 08:48:53 +0800 Message-ID: Subject: Re: Unable to boot after upgrade to 10.1-RELEASE From: Ben Woods To: Manas Bhatnagar Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2015 00:48:55 -0000 I'm no expert in kernel debugging, but this looks like the issue described in /usr/src/UPDATING entry 20121223 and explained in the second bullet point here: https://www.freebsd.org/releases/10.1R/errata.html#open-issues Are you on i386 (32 bit as opposed to amd64 64 bit)? Are you running a multi-disk ZFS (mirror or raidz)? If so, the GENERIC kernel used in FreeBSD 10.1 will not work for you, and you will need to build a custom kernel with options KSTACK_PAGES=4 Regards, Ben On Sunday, February 8, 2015, Manas Bhatnagar wrote: > Hello, > > I tried to update a 10.0-RELEASE system to 10.1-RELEASE. > I am running ZFS + GELI on root. > This is what I see after rebooting: > http://i.imgur.com/1IGpHa3.png > Any help would be appreciated. > > Thanks, > Manas > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org " > -- -- From: Benjamin Woods woodsb02@gmail.com