From owner-freebsd-sparc64@freebsd.org Thu Mar 22 23:01:17 2018 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C951F50EBB for ; Thu, 22 Mar 2018 23:01:17 +0000 (UTC) (envelope-from cross@distal.com) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46AFF7093F for ; Thu, 22 Mar 2018 23:01:17 +0000 (UTC) (envelope-from cross@distal.com) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200:0:0:0:ae25]) (authenticated bits=0) by hydra.pix.net (8.15.2/8.15.2) with ESMTPSA id w2MN18JJ026139 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 22 Mar 2018 19:01:16 -0400 (EDT) (envelope-from cross@distal.com) Received: from westeros.distal.com (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail.distal.com (8.15.2/8.15.2) with ESMTPS id w2MMxmnU097929 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 22 Mar 2018 18:59:49 -0400 (EDT) (envelope-from cross@westeros.distal.com) Received: (from cross@localhost) by westeros.distal.com (8.15.2/8.15.2/Submit) id w2MMxiHv097928; Thu, 22 Mar 2018 18:59:44 -0400 (EDT) (envelope-from cross) Date: Thu, 22 Mar 2018 18:59:44 -0400 From: Chris Ross To: John Conner Cc: freebsd-sparc64@freebsd.org Subject: Re: Latest ISO images not bootable Message-ID: <20180322225943.GL1286@westeros.distal.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mail.distal.com [IPv6:::1]); Thu, 22 Mar 2018 18:59:50 -0400 (EDT) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 23:01:17 -0000 On Thu, Mar 22, 2018 at 06:31:05PM +0000, John Conner wrote: > Hi, > > Tried DVD and CD images for v11 and v12 nightly. None boot in a Sparc T3 - > obp says the image isn't bootable. FreeBSD doesn't support the T3 (nor T1 or T2) processors. https://www.freebsd.org/platforms/sparc.html is a little old, but to the best of my knowledge, nothing in the sun4v processors/kernel architecture is supported. - Chris