From owner-freebsd-stable@FreeBSD.ORG Sat Aug 30 06:38:43 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D040BE7 for ; Sat, 30 Aug 2014 06:38:43 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (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 D882612E6 for ; Sat, 30 Aug 2014 06:38:42 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id q59so3082921wes.7 for ; Fri, 29 Aug 2014 23:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=96xqcIEkVuQ8HKBkDK1lVCrClN5S23G26602X2ghg54=; b=WAV7JQkR7W8SakJV44OuHtOrjHLRO+JItYmFT4HKzEkrZCECDzoOI2fSi3Ey1/tp5T BDyHj/fx9b9uoKp9x5Byqs2YPKLyjHGN1VevSy1QkyKYV/yLkvBZYaD1JXfsjEic4fe1 LBOpZe4pA0S/ikR60D1mwBgqOJhl+zLWHFX8lZKKTXNKTTZV6mIl7v/RWVD0tfS8kxRo bvZkd4djidAdiC4TII6DbTjxnWgX9CXYSsjnErlIr+h4TaavqBsEhICp4EVl2792XZyY R2mCZ1foPGkpKJ5pRT+nvyJEOC6kN4ELKL9IdocY4dT7HUBA3Gh46uQFlumPZW12OyR+ ubVA== X-Received: by 10.194.200.74 with SMTP id jq10mr164711wjc.110.1409380721132; Fri, 29 Aug 2014 23:38:41 -0700 (PDT) Received: from kontrol.kode5.net (host81-157-206-146.range81-157.btcentralplus.com. [81.157.206.146]) by mx.google.com with ESMTPSA id r19sm3971094wik.0.2014.08.29.23.38.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Aug 2014 23:38:40 -0700 (PDT) Message-ID: <5401716F.9030504@gmail.com> Date: Sat, 30 Aug 2014 07:38:39 +0100 From: Jamie Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: Mod_Load_Init error (Vesa) References: <5400C42D.4030709@gmail.com> In-Reply-To: <5400C42D.4030709@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 30 Aug 2014 06:38:43 -0000 On 29/08/2014 19:19, Jamie Griffin wrote: > I've seen the following in dmesg: > > module_register_init: MOD_LOAD (vesa, 0xffffffff80d69720, 0) error 19 > > and i'm wondering why this is happening. Having searched on Google, it > seems it may be due to my BIOS needing flashing. Is this correct? > > As i'm using FreeBSD 10-STABLE amd64, how would I do that? Is it a > case of booting a windows iso and doing it from that? Removing the options to load the vt console driver stops this, fyi. Posting to stable for information reasons.