From owner-freebsd-chat@FreeBSD.ORG Mon Jan 29 02:35:08 2007 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE10916A401 for ; Mon, 29 Jan 2007 02:35:08 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFA213C481 for ; Mon, 29 Jan 2007 02:35:08 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1044424uge for ; Sun, 28 Jan 2007 18:35:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=P6z1RDtrllVJOqyMisSkBv62YwXfSdsgqJynu8Mtp3CfbbSC7Lr2xfX7PZLJmvANxojMxwJ99uiY4RWiySU7xcjmsQn0czMOpkfRruVbuQt9QedyrWbC/amn90gO/kC2ecA45BQAJkh8JMC4TafknEIfb/fhzBnsuFb6is8JWdw= Received: by 10.67.96.14 with SMTP id y14mr7960775ugl.1170038107182; Sun, 28 Jan 2007 18:35:07 -0800 (PST) Received: from ?192.168.123.111? ( [84.2.148.252]) by mx.google.com with ESMTP id o1sm6600355uge.2007.01.28.18.35.05; Sun, 28 Jan 2007 18:35:06 -0800 (PST) Message-ID: <45BD5D5E.6080303@gmail.com> Date: Mon, 29 Jan 2007 03:35:10 +0100 From: deeptech71@gmail.com User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-chat@freebsd.org References: <45B3A409.40005@gmail.com> <45BA30CF.9070906@gmail.com> <45BA3868.2020200@gmail.com> <45BA44CE.90501@daleco.biz> <45BA81BD.9050007@gmail.com> <20070126232200.GB21946@steerpike.hanley.stade.co.uk> <45BAAF6F.8000600@gmail.com> <45BD3604.2060802@gmail.com> In-Reply-To: <45BD3604.2060802@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: what can i do with a 486? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 02:35:08 -0000 Sten Daniel Sørsdal wrote: > deeptech71@gmail.com wrote: >> Adrian Wontroba wrote: >>> The point has been made before in this thread, but you need to change >>> the way the NEW machine accesses the drive FROM LBA to CHS BEFORE you >>> install. >>> >>> Your new system supports LBA. The old one doesn't, and its view of the >>> disk is very different. You must ensure that the disk "looks right" >>> before installation. >>> >>> CHS addressing started to be a problem as soon as disks stopped actually >>> having a fixed number of sectors per track. IDE drives circumvented it >>> by lying to the BIOS about what they looked like. If you are really >>> unlucky, you will have to choose a compatible pair of lies. >>> >> So I've tried disabling LBA mode for that HDD, but the results are the >> same: "missing operating system" > > Did you also reinstall after that? > Of course.