From owner-freebsd-amd64@freebsd.org Sat Dec 3 10:10:41 2016 Return-Path: Delivered-To: freebsd-amd64@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 8B88BC62BB0; Sat, 3 Dec 2016 10:10:41 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 55AF1108D; Sat, 3 Dec 2016 10:10:41 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-io0-x234.google.com with SMTP id c21so479273463ioj.1; Sat, 03 Dec 2016 02:10:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tWbfHRFQVRNY2LVfb8yomegI84LMbuo8S184Y7nGdQs=; b=LSD5HbZIQMZFglefnW6cOrZZQDXp723wfiqgYPHTSbT5BUV2fvJ+mQbyAlGFo/PFY/ +fDvjVBe4nZKpuV9Q4gEPNNSD3m/N2hsxfYAqTv2HYzzgZCO2Xtjm4ecMLMIzg7N8B+t dzQQtdhRecqdyXNGtToqCDx9W4L3uGeYaUsln7icvFrpGU98h6Al4Qo5dwBfadUp8Rsg 0y4oYO1BCgBGrC9P6UP435ppq8aDR4GbCggNz/KS64aIlgxbpTI0NkCFMkKI4ug10hRa Dru1fa7VmU2diviHwwSsFI1Mf5erWUAyK0hvBH0iLo+cu85OLObZmr+ma/Cc7W3knB38 NRhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tWbfHRFQVRNY2LVfb8yomegI84LMbuo8S184Y7nGdQs=; b=FBqNrEVuBJlXqEByyHhjejliOVfFsqdnGCkPuYPCMTr52lBZPWhLZIdP+eiCbg17OT zlnRq86a9mK+x38t/EafQGKF70rMA+tkH5vTBuY4ZXQztt4gJ8zwQ5zh4T02GGbCROAs Rjzr/oWx/TGyQUXGQli/vX3vPB7QDFfIrosjWGfUoFYMykqf4wEF+eX9wnurnln2zo9c i8hLAjwJqIlpHmNeaN3GelbFFhCJYHGjnMLQ+z907Z0dawEZgaQFYUIDhhREy8U72KRc v0tYix85cCi2awhtLnoavNFImCn6839cPACDRFqRuCX+re4JsucQB8VWQXAMOLw2odDR +t1Q== X-Gm-Message-State: AKaTC02YA/ivyXeyXK2l6/aFPiHV2oT0z0g55H3CFqWRB5gP0fqiIoq1+I4SUkSdRMX6vhq3EBPHoehqJo8olg== X-Received: by 10.36.43.193 with SMTP id h184mr1154910ita.29.1480759840445; Sat, 03 Dec 2016 02:10:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.136.197 with HTTP; Sat, 3 Dec 2016 02:10:39 -0800 (PST) In-Reply-To: References: From: Ben Woods Date: Sat, 3 Dec 2016 18:10:39 +0800 Message-ID: Subject: Re: CFT EFI Boot Refactoring To: Eric McCorkle Cc: freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org, "current@freebsd.org" X-Mailman-Approved-At: Sat, 03 Dec 2016 12:59:46 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 10:10:41 -0000 On 3 December 2016 at 01:02, Eric McCorkle wrote: > Therefore, I would like to issue a CFT for this changeset. We need > people using the boot1/loader EFI boot setup to test their setup using > boot1 and loader as built with this patch applied. > After I got this to build, I managed to install the new world, and copy the new boot1.efi to /EFI/BOOT/BOOTX64.EFI. Upon reboot, my machine hung at the loader, with the following text on the screen: >> FreeBSD EFI boot block Loader path: /boot/loader.efi Initializing modules: FS Backend| Unfortunately it stopped there and didn't continue. I was able to recover my system by moving my BOOTX64.BAK to BOOTX64.EFI, and changing back to my old loader.efi. Any thoughts of how we can debug this? Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com