From owner-freebsd-questions@FreeBSD.ORG Tue Apr 12 20:51:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 989401065722 for ; Tue, 12 Apr 2011 20:51:10 +0000 (UTC) (envelope-from elon@emmi.physik-pool.tu-berlin.de) Received: from emmi.physik-pool.tu-berlin.de (emmi.physik-pool.tu-berlin.de [130.149.58.146]) by mx1.freebsd.org (Postfix) with ESMTP id 1220A8FC2A for ; Tue, 12 Apr 2011 20:51:09 +0000 (UTC) Received: from emmi.physik-pool.tu-berlin.de (localhost.physik-pool.tu-berlin.de [127.0.0.1]) by emmi.physik-pool.tu-berlin.de (8.14.4/8.14.4) with ESMTP id p3CKp7s6082573 for ; Tue, 12 Apr 2011 22:51:07 +0200 (CEST) (envelope-from elon@emmi.physik-pool.tu-berlin.de) Received: (from elon@localhost) by emmi.physik-pool.tu-berlin.de (8.14.4/8.14.4/Submit) id p3CKp7sG082572 for freebsd-questions@freebsd.org; Tue, 12 Apr 2011 22:51:07 +0200 (CEST) (envelope-from elon) Date: Tue, 12 Apr 2011 22:51:07 +0200 From: Leon =?iso-8859-15?Q?Me=DFner?= To: freebsd-questions@freebsd.org Message-ID: <20110412205107.GC9116@emmi.physik-pool.tu-berlin.de> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Kernel loading very slowly with specific (wrong?) loader.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2011 20:51:11 -0000 Hi, when you use the following loader.conf: # cat /boot/loader.conf hint.sio.1.flags="0x20" comconsole_speed="115200" boot_multicons="yes" and have no /boot.config, then booting the kernel is extremely slow. It writes about one character per second on the screen. Also i dont actually have a serial device (dmesg says so), although i should. cu, Leon