From owner-freebsd-stable@FreeBSD.ORG Tue Nov 18 16:26:44 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4652776 for ; Tue, 18 Nov 2014 16:26:44 +0000 (UTC) Received: from mail-vc0-x234.google.com (mail-vc0-x234.google.com [IPv6:2607:f8b0:400c:c03::234]) (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 99F5AEE9 for ; Tue, 18 Nov 2014 16:26:44 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id im6so5891674vcb.25 for ; Tue, 18 Nov 2014 08:26:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=atiNCEO0fjQxAyyqcptJsbhfwJNOGWDb/wyHe0pv0s4=; b=oFo2PEUZ+PxWqQM5kJNQS2JPH2LpZ47DLfmgihgBZ+aK/A/+qiGZQ5gkQC5nNYwqaE A3aZA0dZBrZ2Ij1w5sPhm6cfoHNHVW+GqKsDJm7x2xgKR/evjd0TPCq0BuHL5g7ygq0Z FpsQTjrkzOlm+aifB1N6ipuI8dRlYdmw7YVUnwwinxEnpy22ptlTlzabAQrXkjJUaSpZ feYe6tsEnSsha9c5/1BzmdsPjFRGOf8vzTS73LNA+AG00rVRMTO7VRu/AYoli51EOUwT 7Kx9Ocfg6TcuiIKTP9y4tmCzOm6k/dS8j39kLmjg6eBfUgtgaRuKYf26x/q3tHkcc9g2 W1hA== MIME-Version: 1.0 X-Received: by 10.221.41.193 with SMTP id tv1mr851434vcb.72.1416328003702; Tue, 18 Nov 2014 08:26:43 -0800 (PST) Received: by 10.31.142.77 with HTTP; Tue, 18 Nov 2014 08:26:43 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Nov 2014 18:26:43 +0200 Message-ID: Subject: Re: Mountroot prompt with the new vt(4) console not working. From: Kimmo Paasiala To: Warren Block Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-stable@freebsd.org" , Ronald Klop X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 16:26:45 -0000 On Tue, Nov 18, 2014 at 5:49 PM, Warren Block wrote: > On Tue, 18 Nov 2014, Kimmo Paasiala wrote: > >> It's a PS/2 keyboard. Only the default VGA driver is used with vt(4). >> These are my loader.conf(5) settings on one of my systems: >> >> loader_logo="beastie" >> hw.usb.no_pf=1 >> kern.cam.ada.legacy_aliases=0 >> kern.vty=vt >> kern.geom.label.gptid.enable=0 > > > Does it change if > > hw.vga.textmode=1 > > is added? No difference. What is interesting is that I can hear the fans on my machine (mac mini 2011 model) pick up speed when I'm stuck at the mountroot prompt unable to type anything as if something was running in a very tight busy loop. -Kimmo