From owner-freebsd-questions@FreeBSD.ORG Mon Jan 7 13:53:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 52C371B0 for ; Mon, 7 Jan 2013 13:53:40 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 023DAAF9 for ; Mon, 7 Jan 2013 13:53:39 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TsD98-00071R-Uu for freebsd-questions@freebsd.org; Mon, 07 Jan 2013 14:53:46 +0100 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2013 14:53:46 +0100 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2013 14:53:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Subject: Re: FB 9.1 boot loader problem in VirtualBox Date: Mon, 7 Jan 2013 13:53:11 +0000 (UTC) Lines: 40 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20100101 Firefox/17.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 13:53:40 -0000 jb gmail.com> writes: > > jb gmail.com> writes: > > > ... > > Next problem: > the FB 9.1 dmesg differs on: > - VB VM > pnp bios: Bad PnP BIOS data checksum > ... > orm0: at iomem 0xc0000-0xc7fff pnpid ORM0000 on isa0 Correction > - on real hardware > none of the above dmesg: ... isab0: at device 31.0 on pci0 isa0: on isab0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xe0000-0xeffff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ... That msg in FB VM: "pnp bios: Bad PnP BIOS data checksum" it means what is says - do not trust it; or also do not use PnP ? But it may also mean a problem accessing it in VM only, as opposed to a real machine. Searched Google, it shows often, but no clear interpretation. jb