From owner-freebsd-virtualization@freebsd.org Thu Mar 15 23:07:50 2018 Return-Path: Delivered-To: freebsd-virtualization@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 71861F5C67F for ; Thu, 15 Mar 2018 23:07:50 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (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 43A2C7E9E7 for ; Thu, 15 Mar 2018 23:07:48 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f45.google.com with SMTP id x205-v6so12672003lfa.0 for ; Thu, 15 Mar 2018 16:07:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc; bh=d31TjShogQlYS0xZT19bdMVpCqKrz5dfdf9Zpn2tM0A=; b=FP01UIcf4xx5pCQ+gJOxO2wmKmbAQ1wvazaNBb+dNY1fUkU9NlYcGINMX/3Fy/IGeg Hli3W7SUxhv/HB6Iz5LvHXAA0YZih7UkxPPeFNfuKjGu9SmqnqrABHZeifcAc2J7/l7w F3FQf/6C+M4UX387XnNsqaG31G+9zjlNEN8FgriTOgUmCYRhscM4Z313fTCQyS5uVAWj dHjvT9Vu/qlwhKVlIqykMBSdCiTkx+RD9idd3vnN64pecx1RWCKP8i25q8iGbvHusoMk NWqnOrR8C+9Fzz7xKt4Da36ERR82lVGs3h3JmlAw/1EFc3mIN8PNZb/MAHMINEcfNPQe LzZA== X-Gm-Message-State: AElRT7GvDZJp8zoR3k+m49HtIFY1q6mcZIzBvOhA+sLvypgFYHYo1BiV 8bK9sL7MzmGTKmSnyNK69dIVX2XoTXI= X-Google-Smtp-Source: AG47ELsr0obSu1ereymxte86KyRyB3lc5oQjqNabYFU35DspdMnuI6+KAtT/QFL5iBMWz4uKmB5nRQ== X-Received: by 2002:a19:1cc4:: with SMTP id c187-v6mr7282391lfc.44.1521155267188; Thu, 15 Mar 2018 16:07:47 -0700 (PDT) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com. [209.85.215.45]) by smtp.gmail.com with ESMTPSA id r20sm143863ljc.8.2018.03.15.16.07.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Mar 2018 16:07:47 -0700 (PDT) Received: by mail-lf0-f45.google.com with SMTP id f75-v6so12638436lfg.6 for ; Thu, 15 Mar 2018 16:07:47 -0700 (PDT) X-Received: by 10.46.128.214 with SMTP id r22mt6648917ljg.51.1521155266841; Thu, 15 Mar 2018 16:07:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.54.1 with HTTP; Thu, 15 Mar 2018 16:07:26 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Thu, 15 Mar 2018 18:07:26 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Issue encountered booting FreeBSD STABLE and CURRENT snapshots with EFI Cc: Peter Grehan , Joe Maloney , freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 23:07:50 -0000 On Thu, Mar 15, 2018 at 5:01 PM, Kyle Evans wrote: > On Thu, Mar 15, 2018 at 4:09 PM, Peter Grehan wrote: >>> I believe the problem may have been introduced with this commit: > > >>> https://svnweb.freebsd.org/base/stable/?view=log&pathrev=329114 >> >> Any chance of being able to work out where in that list of commits in >> CURRENT the loader stopped working ? >> > > Indeed- if you could work out the exact commit in that range from head > that caused it, I wouldn't think it to be a tough fix. After tonight > I'm out until Sunday, but should have time Sunday or Monday to try and > diagnose it further. Can one of you try this with boot1.efi+loader.efi built from today's head stand/? I'm not sure what I'm expecting here since these are among my first times trying bhyve, but this is what I'm seeing now (vs. from the mentioned head snapshot where I noted similar behavior as originally mentioned): 1.) Get to loader.efi, menu is good 2.) Break into loader prompt 3.) `lsdev`- pager is restricted to the line the prompt is on, so the output is useless 4.) `boot` 5.) "Unhandled ps2 mouse command 0xe1" At this point, the boot looks screwed until I VNC into it- it booted fine here, but the console stopped working after the kernel handoff. Thanks, Kyle Evans