From owner-freebsd-stable@FreeBSD.ORG Wed May 17 17:14:29 2006 Return-Path: X-Original-To: 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 2965D16ABC6 for ; Wed, 17 May 2006 17:14:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E8643E32 for ; Wed, 17 May 2006 17:12:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id B897746C17 for ; Wed, 17 May 2006 13:11:50 -0400 (EDT) Date: Wed, 17 May 2006 18:11:50 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: stable@FreeBSD.org Message-ID: <20060517180855.X69235@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: pxeboot with amd64 vs i386 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: Wed, 17 May 2006 17:14:29 -0000 I have my first SMP amd64 box at the office now to work with, and thought it was all going to be easy. Sadly not, or at least, not yet. :-) I configured dhcpd, tftpd, and nfs to export the 6.1 install CD from my notebook. All good so far. The problem is as follows: if I insert the 6.1 i386 release CD, it all works great. If I insert the amd64 CD, then I get the following after pxeboot has been going for a bit: (root@bloom.cse.buffalo.edu, Sun May 7 02:16:38 UTC 2006) Can't work out which disk we are booting from.Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0: can't load 'kernel' At that point, lsdev shows the disk devices, but not the pxeboot "disk", which leaves me without a kernel, etc. So something is different between the i386 and amd64 disks, or maybe there's a problem with my BIOS. I was wondering if anyone else had set up a similar configuration and had it work? Robert N M Watson