From owner-freebsd-current@freebsd.org Thu Aug 2 13:43:01 2018 Return-Path: Delivered-To: freebsd-current@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 785661067D76; Thu, 2 Aug 2018 13:43:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2777A89837; Thu, 2 Aug 2018 13:43:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id B38AB261AE; Thu, 2 Aug 2018 13:43:00 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f178.google.com with SMTP id s12-v6so2001221ljj.0; Thu, 02 Aug 2018 06:43:00 -0700 (PDT) X-Gm-Message-State: AOUpUlG76ltkE7qCM2DoeWfaKGukaXASbk4au4mZ3JrpEer6FJKPiqlr zymqwevmzUPwYDlAvEjRj3OT7+IuXfPUUp5rEgI= X-Google-Smtp-Source: AAOMgpf6CzCqCRla5wsUSvBrDs8Bxyl/uOmvgQgnxqtbdCoDA//vWKJBuOxb7A7mIZmd6AhNz7s//1hwPok1RDZAeMo= X-Received: by 2002:a2e:8617:: with SMTP id a23-v6mr2418818lji.43.1533217379231; Thu, 02 Aug 2018 06:42:59 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Thu, 2 Aug 2018 06:42:38 -0700 (PDT) In-Reply-To: References: <3DF39C46-977E-4D07-AF23-F0C7D5DAF2E6@fh-muenster.de> <9A67D337-ADC9-4B19-A44D-6C08135861D3@me.com> From: Kyle Evans Date: Thu, 2 Aug 2018 08:42:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Unable to UEFI boot 11.2 via pxeboot To: Toomas Soome Cc: =?UTF-8?B?VGltbyBWw7Zsa2Vy?= , "freebsd-hackers@freebsd.org" , "freebsd-current@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 02 Aug 2018 13:43:01 -0000 On Thu, Aug 2, 2018 at 7:45 AM, Toomas Soome wrote: >> On 2 Aug 2018, at 15:32, Toomas Soome wrote: >> >> >> >>> On 2 Aug 2018, at 15:08, Timo V=C3=B6lker > wrote: >>> >>> It seems this issue is related to current as well. I did a quick test a= nd got this output, while I tried to (pxe)boot FreeBSD current (without a U= SB stick plugged in) >>> >>> https://ibb.co/no8Fve >>> >>> Best regards >>> >>> Timo >> >> the hint is about efipart_inithandles() returning 2, thats errno code fo= r ENOENT. congratz, you have hit the corner case:D >> >> Since efinet_dev is part of devsw, we can not skip the devswitch init wi= th such error, we still need to walk the list. Let me see if I can provide = quick fix. >> >> rgds, >> toomas >> > > Could you check the current with https://svnweb.freebsd.org/changeset/bas= e/337131 > > thanks, > toomas > Hmm... that's less than great. Is this worth an MFC + 11.2 EN? I'd suspect it's not an entirely common case at all, but loader.efi is highly visible and actually updated in stable/11 (vs. soon-to-be thrown on ESP in head. Thanks, Kyle Evans