From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 18:19:29 2014 Return-Path: Delivered-To: freebsd-questions@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 4A5F56DD for ; Fri, 29 Aug 2014 18:19:29 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 D579D120C for ; Fri, 29 Aug 2014 18:19:28 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id cc10so2600365wib.6 for ; Fri, 29 Aug 2014 11:19:26 -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 :content-type:content-transfer-encoding; bh=YJLk3FkJrmRJyURA23V6fn/Y+I6ZHQPhUbxi+32R+Ok=; b=gS6oOjD9vExNmlEdE0jhjzyweN/KtPTAoe6CyAzQBGuh3E7YZyMjM6gKE/pqJgIbwF 8iowCMBtP0M50OceaF6HHp2TsSjET2McDhtbr78k5IWx/cWkfSqPUjubv4qCH2a4EiZq GDp6t+EzdrfYUSDo9f/EEaKgFPzV/K6I69rCnwX6b2/ODy014V0ySBIuBaXxwsQkiplB F7IG4DMGjGUAaUr8q7OG8Wph6XLuO48iSlDDOLUgkIYgWaS+eby2rRUVpl4CRzKl3H5O EbGXD7qhXDM178s2pALIMq/a0T3ifa0hRzPZgU+/h7H6nY18zS6YLcMxbd7SouqpR0jv lBYQ== X-Received: by 10.194.191.165 with SMTP id gz5mr15241168wjc.16.1409336366478; Fri, 29 Aug 2014 11:19:26 -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 pc6sm1636454wjb.43.2014.08.29.11.19.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Aug 2014 11:19:26 -0700 (PDT) Message-ID: <5400C42D.4030709@gmail.com> Date: Fri, 29 Aug 2014 19:19:25 +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: Mod_Load_Init error (Vesa) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 18:19:29 -0000 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?