From owner-freebsd-current@freebsd.org Sat Dec 9 20:00:14 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 D3896E96708 for ; Sat, 9 Dec 2017 20:00:14 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (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 96F1773627 for ; Sat, 9 Dec 2017 20:00:14 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x230.google.com with SMTP id d16so9261381itj.1 for ; Sat, 09 Dec 2017 12:00:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=wUzNP43jRGgBcWDhy+kquBFDp6kKpoVxSHwGlnTfues=; b=aiFP5D1exMRxmhTnzuS9Y1fEOwu/226olmDCpylgJMIn8icHHpXvG84WPkiH+H3WRZ bEdTx+bs0DXbHCkkYIjBuZTaMKaegu9CsNd2RahQAhQvnsaAem4XKFLrv3AyEQq1CZtA T3TybyNj+SYcrTrEi6QWwIuoaGlRPpcfmGaYCMuhno/lLaHqiMHplUDRHaZJD7m1g2PJ QC8KH+FvPgKC0odcm+RGP5tchP7t4ESZmgPjUsgy/SZ67HZX9VvbRKFAQ1oZEX1sHlzQ LUICIfOD8+g923b4qQAva6jjz3mrACDG8KGuqoIh5t+N6PAWGILHNkhvW1GYtIRswryN +hfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=wUzNP43jRGgBcWDhy+kquBFDp6kKpoVxSHwGlnTfues=; b=HBYixXu+vmeDf68k+aN1W8BAi9YSNoi5KzgQyr3Wtsd2z65tqLcKmFEUmT7U2GvhDC ee3N7pa1H55bc283vHHQEY/UXiyz0hk1RQmmBVXKdmG7LhqESlucOr6ImhRLpEJJCQJD lLSqFwFWC6WKD1zYxdphXl6F/9TghhcpfA+b3LUUGEIcD3AobwMJFiueH2+B5NN3dglz 0TAo2+AFSdkGUJAFUXLHiX1NlkPFgwWapgesNY/l77GQLzLzKBfzEageVuCkAhLIVQRP XUJ7Aymsk2Nfz20f0XVqJjsjMyBm4ncOpMwo+iCZglex+JNp+DKeNIoYW22LI4k87fGw 61cQ== X-Gm-Message-State: AKGB3mJAmuVtMt2MRJSa+aSWzeB2i+M/W5pBT7Y9Lf6DGEHsXu7Twit3 l5o6zdEeQu0g66u5//tY+l1/i1AQt8lp8FrsiqV2Jg== X-Google-Smtp-Source: ACJfBosS9wUoEZTQLmi7RqstEyncR7DdpQxHVa98vKDbDL9H+qI0EDal7y3DazG6XA55aN9Z0wG04j2CkUfEoMDNYQI= X-Received: by 10.36.131.200 with SMTP id d191mr3079323ite.97.1512849613754; Sat, 09 Dec 2017 12:00:13 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.108.204 with HTTP; Sat, 9 Dec 2017 12:00:12 -0800 (PST) X-Originating-IP: [2603:300b:6:5100:1052:acc7:f9de:2b6d] In-Reply-To: <728FB521-24EE-4628-9816-EB3DF0ACA14E@freebsd.org> References: <20171209194129.53977a63@thor.intern.walstatt.dynvpn.de> <728FB521-24EE-4628-9816-EB3DF0ACA14E@freebsd.org> From: Warner Losh Date: Sat, 9 Dec 2017 13:00:12 -0700 X-Google-Sender-Auth: f7ONRXJU1xKhBjZG_GFdL5gqyeI Message-ID: Subject: Re: r326734: serial console fails: boot stuck at: Consoles: internal video/keyboard To: Michael Tuexen Cc: "O. Hartmann" , FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 09 Dec 2017 20:00:14 -0000 On Sat, Dec 9, 2017 at 12:13 PM, Michael Tuexen wrote: > > On 9. Dec 2017, at 19:41, O. Hartmann wrote: > > > > Running a PCengines APU2C4 with FreeBSD Current, r326734, fails to boot= , > it gets stuck at > > the very first messages on the serial console prompting > > > > Consoles: internal video/keyboard > > > > and then nothing more. > I don't think it is a general problem with r326734. I'm running on the > same hardware > that revision (with some modifications to the TCP I'm testing): > > uname -a > FreeBSD nf3.testbed 12.0-CURRENT FreeBSD 12.0-CURRENT #31 r326734M: Sat > Dec 9 20:03:59 CET 2017 tuexen@nf3.testbed:/usr/home/ > tuexen/head/sys/amd64/compile/TCP amd64 > Hi Michael, What's your boot setup? BIOS vs UEFI? UFS vs ZFS? GELI? GPT vs MBR? Plants vs Zombies? And did you update your boot blocks or not? Warner > Best regards > Michael > > > > FreeBSD CURRENT FreeBSD 12.0-CURRENT #52 r324234: Tue Oct 3 11:00:53 > CEST 2017 amd64 > > works fine. > > > > What the heck has changed? > > > > Kind regards, > > > > oh > > > > -- > > O. Hartmann > > > > Ich widerspreche der Nutzung oder =C3=9Cbermittlung meiner Daten f=C3= =BCr > > Werbezwecke oder f=C3=BCr die Markt- oder Meinungsforschung (=C2=A7 28 = Abs. 4 > BDSG). > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " >