From owner-freebsd-stable@FreeBSD.ORG Sun Aug 28 13:16:15 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4939E16A41F for ; Sun, 28 Aug 2005 13:16:15 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from mail.helenmarks.co.uk (mail.helenmarks.co.uk [82.68.196.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E1843D45 for ; Sun, 28 Aug 2005 13:16:14 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id 98F8E2710C02; Sun, 28 Aug 2005 14:16:13 +0100 (BST) Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74768-08; Sun, 28 Aug 2005 14:16:08 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id 6923A2710C01; Sun, 28 Aug 2005 14:16:08 +0100 (BST) Received: from wifi.helenmarks.co.uk ([192.168.15.10]) (SquirrelMail authenticated user dom) by www.helenmarks.co.uk with HTTP; Sun, 28 Aug 2005 14:16:08 +0100 (BST) Message-ID: <1490.192.168.15.10.1125234968.squirrel@www.helenmarks.co.uk> In-Reply-To: References: Date: Sun, 28 Aug 2005 14:16:08 +0100 (BST) From: "Dominic Marks" To: "Brian Doherty" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: By ClamAV 0.85.1 Cc: freebsd-stable@freebsd.org Subject: Re: Dell Latitude D510 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 13:16:15 -0000 Brian Doherty wrote: > Hi all, > > I'm a bit of a newbie, with 5.x and hope someone can help me. :-) Here goes ... > I have a dell Latitude D510 with the mist recent BIOS installed. > I have win XP factory installed, boots fine. > I have tried installing the following on a partition: > > 5.4 FreeBSD > BTX Halted and goes no further straight after the install option screen, > ie > 1 - FreeBSD, 2 - FreeBSD without ACPI Tried booting without ACPI? I have quite a few machines at work which do this, mostly old(ish) PII/PIII systems with low-quality motherboards. > 5.3 FreeBSD > Gets a little further, but drops out on a panic, while trying to load the > usb devices, I think > > 4.11 FreeBSD > Same as 5.3 > 4.10 FreeBSD > Same as 4.10 Try the 6.0 BETA3, it's not too scary, but you will want to recompile your kernel after you install (assuming it works) to get decent performance (hint: remove the debugging options). If you haven't done this don't worry, it isn't complicated and is well covered in the Handbook. If the USB problem comes back, you can still work around it, although it may be challenging for someone new to FreeBSD. However, you will learn quite a bit in the process! Assuming you have a spare machine lying around, or another FreeBSD box already, you can compile your own kernel, removing the USB bits and then modify the ISO image file replacing the stock kernel with your own one. This isn't actually as hard as it might sound :-) You can mount the ISO image (using mdconfig and mount_cd9660) then copy your USB-less kernel over the one on the CD, then burn a copy of the ISO file again and it will have your own special-purpose install CD (haven't tried this but I think it will work, the kernel on the CD is not 'special' as far as I know). If this all sounds far too complex for you, I can probably make you the CD described above as I have a D510 here (which I'm typing from) although it's not running FreeBSD and I won't be fully test the install (it's not really mine). Try the simpler options first, and if not, send the list another E-Mail and see what comes your way. > I did a google, looked in the handbook, but couldn't find anything that it > might be. > > Regards, > > Brian > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > Cheers, -- Dominic Marks