From owner-freebsd-current@freebsd.org Tue Apr 11 16:33:32 2017 Return-Path: Delivered-To: freebsd-current@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 0F389D39F62 for ; Tue, 11 Apr 2017 16:33:32 +0000 (UTC) (envelope-from tsoome@me.com) Received: from st13p35im-asmtp002.me.com (st13p35im-asmtp002.me.com [17.164.199.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA0EFE71 for ; Tue, 11 Apr 2017 16:33:31 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.st13p35im-asmtp002.me.com by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OO900D004ISPT00@st13p35im-asmtp002.me.com> for freebsd-current@freebsd.org; Tue, 11 Apr 2017 15:33:21 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1491924801; bh=1dRn9KGsMVNOCoodYIk3dMzAyN0vjzzpIV5vIzRXV7k=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=lsLsAuvxtEBLv3zty4f01j0UTxvVdBKds3pykcLQS9IO5m4IlP9qLgnWJOSzcKUu0 UGyUYFwQpg/GReD+NgEbfNBKwrNfuVMifXtV6lkkHlYQYJ07nL6majeUIz2kwi01IA hs3ieb6e3ohutsKY2U6Un6UrI35nFPnOlvjtghUsDlX7kU7OsZVdAL5nreYkFovbVi 1yHo0dE1eXoWiP9xblXBSgOKlVzBd2XCFXW22gvivvijgJo0ISGWLr5mokcCCmnJtH VAR0+Fg3vY8IqFTLumaiGzlco/fA4PjPQ0dAwiyPMligbFoVo1vzBN/WJz9MnjvW6y 3IflHOWpxokxQ== Received: from icloud.com ([127.0.0.1]) by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OO9001FB4JIE420@st13p35im-asmtp002.me.com>; Tue, 11 Apr 2017 15:33:21 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-11_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=2 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1701120000 definitions=main-1704110119 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: r316677:EFI boot failure: Can't load kernel From: Toomas Soome In-reply-to: <20170411.234252.2142525569522461055.ish@amail.plala.or.jp> Date: Tue, 11 Apr 2017 18:33:18 +0300 Cc: "Hartmann, O." , freebsd-current@freebsd.org Content-transfer-encoding: quoted-printable Message-id: <4E8539E2-B5D9-437E-ADBF-4730ECED0E05@me.com> References: <20170410210404.001e544d@thor.intern.walstatt.dynvpn.de> <20170411071734.52017b27@hermann> <20170411.234252.2142525569522461055.ish@amail.plala.or.jp> To: Masachika ISHIZUKA X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 16:33:32 -0000 > On 11. apr 2017, at 17:42, Masachika ISHIZUKA = wrote: >=20 >> replaced /boot/loader with /boot/loader.old (which was from end of >> March) >>=20 >> copied /boot/loader.efi from the r315864 snapshot USB image >> into /boot/loader.efi of the broken systems. >>=20 >> Aprt from the fact that I don't know which one is broken, the boxes = are >> booting again. >>=20 >> Conclusion: UEFI loader is broken! >=20 > Hi. >=20 > I'm using dell xps12 9q33 (core i7-4500U) with an internal SSD. > As reporting Bug 218473, I cannot boot /boot/loader.efi after > r316585. Replacing only loader.efi before r316584, I can boot > again. > --=20 > Masachika ISHIZUKA Yea, it seems to be the same issue for both of you, now have some work = to do to identify why this does happen. from loader prompt the lsdev -v output would be helpful - you can send = it directly, we do not need to spam the list:) rgds, toomas=