From owner-freebsd-stable@FreeBSD.ORG Tue Nov 18 17:03:19 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 30F21D18 for ; Tue, 18 Nov 2014 17:03:19 +0000 (UTC) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [IPv6:2607:f8b0:400c:c03::231]) (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 D8FB367D for ; Tue, 18 Nov 2014 17:03:18 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id ij19so7337633vcb.22 for ; Tue, 18 Nov 2014 09:03:18 -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=a1JuV33rLNAdL5fj2bn3TLcIcGaoIYvfC6PHuckfKwQ=; b=idxejLokwiC6lfqfgfjqH4BCj90dVIsvapJrcFqxoLNF5f5UF2UY/aUkT66nh+iSTb 0gGBV+W99dn38ZxozPuFJVRYHm4grMhLEHb+r2XYa5OvYbVML/hwgT5NcgFsYSKb47K2 GuKULb28SGfK6P1Hgi8b/4QkL6Q/wzKkoc0+ZdICttUsWZ84lai9syXWretKAgYPEJYI +OCV8+tmaKmLyKNSrVV2qsW7p75iam9cfXX6OIyOli9ZuhIRFnUk3o0a0Ul+K9TSv763 5imx8421M2lFDgR4a1exAQECnNIaUEwUMFIsabhqeyIWXBhwQPCMsZO1KGMGnZgdKun5 75LA== MIME-Version: 1.0 X-Received: by 10.52.163.202 with SMTP id yk10mr27403133vdb.14.1416330197902; Tue, 18 Nov 2014 09:03:17 -0800 (PST) Received: by 10.31.142.77 with HTTP; Tue, 18 Nov 2014 09:03:17 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Nov 2014 19:03:17 +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 17:03:19 -0000 On Tue, Nov 18, 2014 at 6:26 PM, Kimmo Paasiala wrote: > 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 The Mac Mini in question is running the VirtualBox VM in case you're wondering.