From owner-freebsd-bugs@freebsd.org Thu May 5 02:36:52 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 470DBB2D4A7 for ; Thu, 5 May 2016 02:36:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C073119A for ; Thu, 5 May 2016 02:36:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u452aq7L062053 for ; Thu, 5 May 2016 02:36:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 209275] Cannot utilize both serial and efi console with UEFI booting Date: Thu, 05 May 2016 02:36:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbw@hilltopgroup.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 02:36:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209275 Bug ID: 209275 Summary: Cannot utilize both serial and efi console with UEFI booting Product: Base System Version: 10.3-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: jbw@hilltopgroup.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org I cannot get dual consoles for boot running in FreeBSD 10.3-RELEASE using t= he UEFI boot. When my settings are: /boot.config: -D -S115200 /boot/loader.conf: boot_multicons=3D"YES" boot_serial=3D"YES" comconsole_speed=3D"115200" console=3D"comconsole,efi" geli_ada0p4_keyfile0_load=3D"YES" geli_ada0p4_keyfile0_type=3D"ada0p4:geli_keyfile0" geli_ada0p4_keyfile0_name=3D"/boot/encryption.key" aesni_load=3D"YES" geom_eli_load=3D"YES" geom_eli_passphrase_prompt=3D"YES" vfs.root.mountfrom=3D"zfs:zroot/ROOT/default" kern.geom.label.gptid.enable=3D"0" zpool_cache_load=3D"YES" zpool_cache_type=3D"/boot/zfs/zpool.cache" zpool_cache_name=3D"/boot/zfs/zpool.cache" zfs_load=3D"YES" GELI passphrase shows in both consoles, but only accepts input from keyboard (at least only the enter key. It seems as if it might get some sort of oth= er input from the serial console since the passphrase isn't correct when mount= ing occurs, and I have to enter it again from they keyboard OR serial console at this phase). Beastie menu shows on both, but doesn't have the auto-timeout= for boot, and only accepts input from keyboard. Login works from both consoles. When my settings are the same above except for the line "console=3Dcomconsole" instead of "console=3Dcomconsole,efi" All console output/input works fine from the serial port, but nothing appea= rs on the monitor until actual OS starts to boot. Autoboot from the beastie me= nu works fine in this mode, but GELI passphrase and beastie menu don't appear = on the monitor. When my settings are the same above except for the line "console=3Dcomconsole, vidconsole" instead of "console=3Dcomconsole,efi" (l= ike before the efi booting) I get "console vidconsole is invalid!" and everything else is the same as i= f I just had the comconsole as above. --=20 You are receiving this mail because: You are the assignee for the bug.=