From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 1 23:47:22 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2806106564A for ; Sat, 1 Oct 2011 23:47:22 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id B408F8FC08 for ; Sat, 1 Oct 2011 23:47:22 +0000 (UTC) Received: by qadz30 with SMTP id z30so1256133qad.13 for ; Sat, 01 Oct 2011 16:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=xPONVTPKi3xSkRMCPCWF6x1uWRQLArYp8PxpgynAZ3U=; b=YyG/I2QGyPg+Fn1a0wPuWNJtJvpLQFK4c15YW/Vo125Q/5pRrymhrZZ+rt/SVORvMi RMUPNa+jQ+SCHNxHLcLiL2wsd5keJ2SjBKKZdJh/HTI4efuDaGopaDvU9XEP6XpNeJGk 2jPVhVkPiCpS5cugzCHVr4a2fYjTEJcrNv9Ww= MIME-Version: 1.0 Received: by 10.224.182.10 with SMTP id ca10mr2253060qab.274.1317512842052; Sat, 01 Oct 2011 16:47:22 -0700 (PDT) Received: by 10.224.74.82 with HTTP; Sat, 1 Oct 2011 16:47:22 -0700 (PDT) In-Reply-To: <1317510199.34235.YahooMailClassic@web114206.mail.gq1.yahoo.com> References: <1317510199.34235.YahooMailClassic@web114206.mail.gq1.yahoo.com> Date: Sat, 1 Oct 2011 16:47:22 -0700 Message-ID: From: Garrett Cooper To: Jack Frost Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: Weird memory error X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 23:47:23 -0000 On Sat, Oct 1, 2011 at 4:03 PM, Jack Frost wrote: > Someone told me to post my experiences here.I haven't used bsd in the pas= t but anyhow i decided to try the live cd but had it result in systematic t= ermination.apparently my bios was telling it or it was reading my memory as= only having 600k of 3 gigs free(i have 4 gigs) so what i did to resolve th= is was to type set hw.physmem=3D2G and then it loaded perfectly. Make sure that your BIOS isn't currently setup to only advertise 3GB. Some ASUS MBs I've dealt with (P5B, P5K) did this for instance; it can confuse the stuff out of the OS if the BIOS lies. -Garrett