From owner-freebsd-hackers@freebsd.org Fri Jul 22 19:38:33 2016 Return-Path: Delivered-To: freebsd-hackers@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 829A7BA221B for ; Fri, 22 Jul 2016 19:38:33 +0000 (UTC) (envelope-from ruben@rubenkerkhof.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51EBE1E84 for ; Fri, 22 Jul 2016 19:38:33 +0000 (UTC) (envelope-from ruben@rubenkerkhof.com) Received: by mail-oi0-x22e.google.com with SMTP id w18so176867432oiw.3 for ; Fri, 22 Jul 2016 12:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rubenkerkhof.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PLpmtZMIQcXwr89A2UzWZ/UibS/6kgSk7Pw3IBnsnOw=; b=WmLi52enxmETJeKxKzTW1O8NB7Z+nDwK5+h5mphdxpIB2ly8ucsTUGLdbt+5YSvuaZ 1J3CkOTTEb/k68LNAqQqfiDJC+ed+sLQ0TTV4N5AK88Vsi2dRC5pBOkhkTx88Bg5vE4+ 8/yld6Tkx9OGLS34A9gnDS3V9HlNaUMUBS7aU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PLpmtZMIQcXwr89A2UzWZ/UibS/6kgSk7Pw3IBnsnOw=; b=FHc1G6lC/NuRC9rbPP3RDszF2/oemHRHhoqWjhwgiMzuDmYq2Ncgg6+5qarI+k5aMF dgFe8MXI/mtK2tOgqR+2rDTjpO6UdeICuSsmSgiHpFkqaNawSGsseF6cP0nzZ7UioFoL z84hhxlNQdqOV21vPDYBRzOx191M4uTJ3Zz486L63UD0w1i1Si+7NB9UvqlEbZ1iwOaq ujQepr+3/FWhWvRMfkQDdSGrp5f17fP43PDDtfS7CyVctkf896yj8JWbFY8gkXR/rTob 0oZA1HY//O4nEyw5Ktovqrdxi3Rf94NLi3G0scYau0xkT2vstDvnhI33U4TFqG3SU/FY yGrg== X-Gm-Message-State: AEkoous5yRK/INEgb121IT2zetRw6k0se/9MLAyhWWSihrwNJFcLtkIYKvuR8b74tYNjHwSBkvf4q/TGuAgiFg== X-Received: by 10.202.117.22 with SMTP id q22mr1706256oic.63.1469216312548; Fri, 22 Jul 2016 12:38:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.51.38 with HTTP; Fri, 22 Jul 2016 12:38:13 -0700 (PDT) In-Reply-To: References: <4dc72d13-bdbf-3947-0564-4e8553475b17@denninger.net> <4e137b8a-4dd4-10c9-7843-83452c217a70@denninger.net> From: Ruben Kerkhof Date: Fri, 22 Jul 2016 21:38:13 +0200 Message-ID: Subject: Re: 11-Beta1 problem with virtual KVM To: Ed Maste Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 19:38:33 -0000 Hi Ed, On Wed, Jul 20, 2016 at 4:42 PM, Ed Maste wrote: > On 11 July 2016 at 13:22, Eric van Gyzen wrote: >> >> You might try adding this to /boot/loader.conf and rebooting: >> >> kern.vty="sc" >> >> That will at least narrow down the problem to the new vt(4). > > Or instead, add this: > > hw.vga.textmode=1 > > which will continue using vt(4) but in text mode instead. > > Could someone with this issue take a screen capture, and post it > somewhere or email me directly? Also, is this with BIOS/CSM boot, or > UEFI? https://s32.postimg.org/5yvnuqdpx/image.jpg The server was booted from an mfsbsd image based on FreeBSD-11-BETA2. It was a normal bios boot, the server doesn't support efi. Kind regards, Ruben Kerkhof