From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 14:16:19 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A269F91A for ; Wed, 17 Sep 2014 14:16:19 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 617C1303 for ; Wed, 17 Sep 2014 14:16:19 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id tr6so1737318ieb.26 for ; Wed, 17 Sep 2014 07:16:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=OM276n/GhEJex3kZ1jY6QfuDUP12JXVpVjnJB2xJlR8=; b=va+wnu2UoKvI0dEyBkp2Dy8rBwhNRwi6M/Vnl9Y0vyhcBDkVYpPZz0UHwbYVtQJsEI gcknajDcugDDeIYHdicnyseftLaqaX2IpTrgg3TdFQ+HN6zzwrOQq4asDNXLf1g5+Xbk u5/I9fMEZ58hfoG6ZOEmljqX573JcCma6qtz1ZvfSK/7l1DjEMVx4MHzOlSmmYaDejoI a71CQekaJj7uFN4e8HGlNjEEoVRQSEa5uMmTtTozwMzvKiE+WA7mMMFbgKhijfp8r29H K6s3QDj2t24kv3iHXO99QbLuj7YQO/RRtEH7PKquzUjUejz3ceDWaNiCL1I/HQNwgNAA 143Q== X-Received: by 10.50.43.138 with SMTP id w10mr6229732igl.33.1410963378876; Wed, 17 Sep 2014 07:16:18 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.44.196 with HTTP; Wed, 17 Sep 2014 07:15:57 -0700 (PDT) In-Reply-To: <20140916235039.34e9284f.ohartman@zedat.fu-berlin.de> References: <20140916020541.03c18d04.ohartman@zedat.fu-berlin.de> <54178607.1060305@freebsd.org> <541786BE.6010105@freebsd.org> <20140916075121.29989a53.ohartman@zedat.fu-berlin.de> <5417E20D.8070607@freebsd.org> <20140916235039.34e9284f.ohartman@zedat.fu-berlin.de> From: Ed Maste Date: Wed, 17 Sep 2014 10:15:57 -0400 X-Google-Sender-Auth: Qt9H6pMA17_TvZMIkruC7wk_YXQ Message-ID: Subject: Re: CURRENT: EFI boot failure To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 17 Sep 2014 14:16:19 -0000 On 16 September 2014 17:50, O. Hartmann wrote= : > ... > > hw.vga.textmode=3D1 > hw.vty=3Dsc > > (tried also hw.vty=3Dvt). > ... One clarification for the archives: there's no tunable "hw.vty", it's "kern.vty". From vt(4): kern.vty When both vt and sc(4) have been compiled into the kernel, the one to use for the system console can be selected by setting t= his value to =E2=80=98vt=E2=80=99 or =E2=80=98sc=E2=80=99. If thi= s value is not set, sc(4) is used. Although I see that needs an update, since the situation is now: If this value is not set, sc(4) is used, unless the system is booted via UEFI. In the UEFI-boot case vt(4) is used. (Tracked in PR 193710)