From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 22 08:40:46 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76376106564A; Sat, 22 Sep 2012 08:40:46 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id D19928FC19; Sat, 22 Sep 2012 08:40:45 +0000 (UTC) Received: by wibhi8 with SMTP id hi8so2361241wib.13 for ; Sat, 22 Sep 2012 01:40:44 -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 :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=crBzmta1ULFkUjkx2321GdSNN4wqndli21iy/FrfuYQ=; b=egfm6GcmLvmUar/uDWmynVx9AF2Kc/kC7N315GZ2dsxuvPy4s6h1F3RvzVFLHAZZRx /FmM3pEcmR4sOJqjOm+mH7JAp3lEXEE2ZIhIRROHWwqIFMbHX55th3zAKKzYLy7e0svc OppOWlK7cbKKUZ5B7s5VgWg5yZIT24LNB7U7LhzsWKlra+/yMvAmWP+E03EryK9YMXvh M5YRIe7ty2SOCIeqze98Lf1rmT2WhTc3bVi/Xx2sO8bPMHJ4j3G3Yugb6Y4zvpP6aAO9 mHc1r5N46Y3tr17VXtgWdkBc0l/QYquuvu1/6iwj7HXkLYhXD+7v3BH4nYCrdgwI9J/M Z0tw== Received: by 10.216.241.203 with SMTP id g53mr4190974wer.142.1348303244634; Sat, 22 Sep 2012 01:40:44 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.223.157.200 with HTTP; Sat, 22 Sep 2012 01:40:24 -0700 (PDT) In-Reply-To: <505786AC.9010302@FreeBSD.org> References: <505786AC.9010302@FreeBSD.org> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Sat, 22 Sep 2012 10:40:24 +0200 X-Google-Sender-Auth: 4jhHh6OdVp36J2pDPQ89vbD3OLQ Message-ID: To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: serial console "detection" during boot X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 08:40:46 -0000 On Mon, Sep 17, 2012 at 10:23 PM, Andriy Gapon wrote: > > Guys, > > With this patch I am able to boot with > boot_multicons="YES" > console="vidconsole,comconsole" > in loader.conf on hardware where serial ports are disabled in BIOS. > Previously loader would just hang trying to apply the console setting. I confirm that I can boot under Virtualbox without serial port configured with your patch and dual console configuration in /boot/loader.conf. But, I've still the same hang problem with a system configured for booting with dual console configuration like that: echo "-D" > /boot.config Regards, Olivier