From owner-freebsd-virtualization@freebsd.org Fri Mar 16 01:56:06 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 63FEEF3D540 for ; Fri, 16 Mar 2018 01:56:06 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) (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 C103384CAC; Fri, 16 Mar 2018 01:56:05 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f41.google.com with SMTP id m69-v6so13033703lfe.8; Thu, 15 Mar 2018 18:56:05 -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:to:cc; bh=6UbOjKgc4xrF91WmwI4tOmVxCp4NpjrW9BdHl7nw3hw=; b=Bd/F0Tw+hokgks6856gT2WFfApiO/vwqNzj+41Fc82xho3ww/W1DvuRUcL60njn6Tp nDM5uy/OdvZ3T0MHNstcoPxbV+IdrMO5qfBICuFIGvR65fM00TsRniSkyUnLzWu03FeS txlYsESnRg9W+PfCAFQKeFwzKZixVowU6f8gH85qAvnfepmMqjW9oC9UVb+GagD1jSUJ OrJNbLzi7Myu8ksgTU0ziDoSPR5Egm1JR9q5b08G+NRES+1XDeOoMLPCbKvjcYgq8pVU dU2/eIso1EiDrunvZo0QK6TR3rNBZLL8G35oGoBsCCAYQOpnfqQoVRyaLuz5vyR9dkNB iJXg== X-Gm-Message-State: AElRT7Hx/tmfbNy+wJkY7zUcC2kyVQt9JvOYZbwMumC2KvE4iSjc1k1p JCiXV+gn23Th9Po3VU5NEyUMKFKdZvs= X-Google-Smtp-Source: AG47ELtoB6ePyKYfeCfzwGqi/eWTLTGnuGKqLf7dEdhZY/sIIudgWa63gzZnVXAH3aRj231MHSU2/g== X-Received: by 2002:a19:1d12:: with SMTP id d18-v6mr33750lfd.128.1521165363623; Thu, 15 Mar 2018 18:56:03 -0700 (PDT) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com. [209.85.215.49]) by smtp.gmail.com with ESMTPSA id d204-v6sm1459337lfe.8.2018.03.15.18.56.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Mar 2018 18:56:03 -0700 (PDT) Received: by mail-lf0-f49.google.com with SMTP id g13-v6so2085713lfe.10; Thu, 15 Mar 2018 18:56:03 -0700 (PDT) X-Received: by 2002:a19:c987:: with SMTP id z129-v6mr40152lff.74.1521165363312; Thu, 15 Mar 2018 18:56:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.54.1 with HTTP; Thu, 15 Mar 2018 18:55:42 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Thu, 15 Mar 2018 20:55:42 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Issue encountered booting FreeBSD STABLE and CURRENT snapshots with EFI To: araujo@freebsd.org Cc: 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: Fri, 16 Mar 2018 01:56:06 -0000 On Thu, Mar 15, 2018 at 8:46 PM, Marcelo Araujo wrote: > > > 2018-03-16 7:07 GMT+08:00 Kyle Evans : >> >> 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 >> _______________________________________________ >> freebsd-virtualization@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >> To unsubscribe, send any mail to >> "freebsd-virtualization-unsubscribe@freebsd.org" > > > Hi Kyle, > > I will do that today and report back as soon as I have something. > Thanks! If it's still failing, I think capturing the output of "lsdev" and "show currdev" prior to a failed boot might be most helpful just to make sure there's not something obviously sketchy happening.