From owner-freebsd-arm@freebsd.org Thu Dec 21 14:54:13 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFB15E9BE88 for ; Thu, 21 Dec 2017 14:54:13 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 66A8F69749 for ; Thu, 21 Dec 2017 14:54:12 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 3c7f91a4; Thu, 21 Dec 2017 15:54:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=uPiYEsMyJrQnpqXrraXUrZZm3/4=; b=A7lp99w3kZ9XV395I0aWsmdzZvpi AS5w21zmuEcgT11XuBbxVuTyUbPPFLOm7PMLcFLg/Vl9GBdy7S6I643vEoKxIY3C 53ql1ABDBmvA/3Nn91hAmvatxslNwMop6N29N76wxQDhqe3x1Q56CSZ75S3xslzR EqinmNDGXRyuJLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=Q3hY1tPMbnrjR4Z7JMqVQcePwneeW17yU7xaId6VUYKocNxdpZcRyCXx KwgAJ25x+wxdMFKtK49XbKcFil61CkhKAdDlDMiCe6cpnSRjgOaJsMJOomvJ+Ltx 9q0DYfoAfnaT/jzIpcLW8ceuE6rPOzO2FXcHP3rh2XvF8VJPXUc= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id e50d7d91 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 21 Dec 2017 15:54:03 +0100 (CET) Date: Thu, 21 Dec 2017 15:54:02 +0100 From: Emmanuel Vadot To: Jon Brawn Cc: freebsd-arm@freebsd.org Subject: Re: Is there a SoftIron Overdrive 1000 expert in the house? Message-Id: <20171221155402.d0fffb529fd7cf363b35fb53@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 14:54:14 -0000 On Thu, 21 Dec 2017 01:12:16 -0600 Jon Brawn wrote: > Wotcha! >=20 > I?ve managed to upset my Overdrive 1000 by trying to upgrade it to 12.0-C= URRENT, r326820. >=20 > It used to boot from the internal hard drive with an older version of 12.= 0. Now it is unhappy; it now starts up, >=20 > prints the early info, >=20 > prints the bit about pressing ESCAPE for boot options, then drops into th= e UEFI Interactive shell stuff: >=20 > UEFI Interactive Shell v2.1 > EDK II > UEFI v2.60 (SoftIron Overdrive 1000, 0x00010000) > Mapping table > FS0: Alias(s):HD0b65535a1:;BLK1: > PciRoot(0x1)/Pci(0x0,0x0)/Sata(0x1,0xFFFF,0x0)/HD(1,GPT,07AA3FF= 3-E61A-11E7-A2B0-E0FFF70020A6,0x28,0x64000) > BLK0: Alias(s): > PciRoot(0x1)/Pci(0x0,0x0)/Sata(0x1,0xFFFF,0x0) > BLK2: Alias(s): > PciRoot(0x1)/Pci(0x0,0x0)/Sata(0x1,0xFFFF,0x0)/HD(2,GPT,07AAD8D= 0-E61A-11E7-A2B0-E0FFF70020A6,0x64028,0x73F9BFF8) > BLK3: Alias(s): > PciRoot(0x1)/Pci(0x0,0x0)/Sata(0x1,0xFFFF,0x0)/HD(3,GPT,07AC2C1= B-E61A-11E7-A2B0-E0FFF70020A6,0x74000020,0x706D67) > Press ESC in 1 seconds to skip startup.nsh or any other key to continue. > Shell>=20 >=20 > Any ideas about what I do to get it to look for the kernel in /dev/ada0p2= , in /boot/? ? >=20 > I?m new to UEFI, having never used it before. >=20 > Thanks for any help y?all can offer. >=20 > Jon. What happens when you directly select the drive in the firmware ? --=20 Emmanuel Vadot