From owner-freebsd-current@FreeBSD.ORG Sat Jan 22 20:24:46 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B4F16A4CE for ; Sat, 22 Jan 2005 20:24:46 +0000 (GMT) Received: from web26808.mail.ukl.yahoo.com (web26808.mail.ukl.yahoo.com [217.146.176.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D70143D2D for ; Sat, 22 Jan 2005 20:24:45 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Received: (qmail 2292 invoked by uid 60001); 22 Jan 2005 20:24:44 -0000 Message-ID: <20050122202444.2290.qmail@web26808.mail.ukl.yahoo.com> Received: from [194.248.174.50] by web26808.mail.ukl.yahoo.com via HTTP; Sat, 22 Jan 2005 21:24:44 CET Date: Sat, 22 Jan 2005 21:24:44 +0100 (CET) From: Claus Guttesen To: Stefan Cars , current@freebsd.org In-Reply-To: <41F2AA80.3030408@snowfall.se> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Boot / Install freeze with Dell PE1850 5.3 and amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 20:24:46 -0000 > The troubling machine is a Dell 1850 with 2x2.8GHZ > Noncona, 4GB of RAM > The working machine is a Dell 1850 with 2.2.8GHZ > Noncona, 1GB of RAM, > which installs fine with amd64. > > It hangs initializing the ATA CD-ROMs: Had the same problem with a Dell 2850 and 4 GB RAM. Found the following hints on freebsd.org: 1. Press 6 to enter boot prompt. 2. Type 'set hw.physmem="2G" 3. Enter boot to boot :D 4. Cvsup to latest 5.3-stable by adding *default release=cvs tag=RELENG_5 to your sup-file 5. Rebuild world and kernel as normal. 6. Reboot. This made my Dell 2850 work without hw.physmem. If you need to reboot before you have installed new world/kernel don't forget to enter ph.physmem again. Important that the cvs tag is *not* RELENG_5_3. HTH Claus