From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 30 17:53:42 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86481106564A for ; Sun, 30 Mar 2008 17:53:42 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 354288FC20 for ; Sun, 30 Mar 2008 17:53:41 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1224600wxd.7 for ; Sun, 30 Mar 2008 10:53:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=95yxTA2NUwiFtoI+y1HN26eE/WbZ4MeReb//q+ArMg0=; b=Hv7cQeptWkc8I7bXKbh2JKG3qOMb2neRNC55CKLa712Mw2Wz59IPq3asrMtyWwz0kQqd4147y4hJRgZZrtnIaJM6TAwmaRZEPsdTOskGezav3E0rjDnuP/iQT7LPIhGM6D7ZoD9ryOyYAGCHVtFaiWKzvI1Y9b6hjexmhtvbqt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Lf8oJZWmlYvLr37gQ2nbZTcSdh/Kn3Mq7Zv//2/YtStXqeOSbBwl6VkNMLH2Y9B9bfwEkRAKGnCHuhx6OCCV8o1xeDYYbgQzphkMQXvUnvc7BM/uQr+guGRjDR51uomfSp3R+UIzGf5Kt9EXvruWGxS9GZJoIZTtcDCdpqNZn9k= Received: by 10.114.254.1 with SMTP id b1mr8197610wai.132.1206899620679; Sun, 30 Mar 2008 10:53:40 -0700 (PDT) Received: by 10.114.152.6 with HTTP; Sun, 30 Mar 2008 10:53:40 -0700 (PDT) Message-ID: Date: Sun, 30 Mar 2008 12:53:40 -0500 From: "Don Wilde" To: "Pete French" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwilde1@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2008 17:53:42 -0000 On Sun, Mar 30, 2008 at 11:59 AM, Pete French wrote: > > I was able to boot the distro kernel of amd64-7.0-R from a USB CDROM, > but > > it hung up three quarters of the way through the probe process. It hung > > after the last PCI probe, and before the first SIO probe. The 'verbose > > logging' bootup didn't give me any more clues; it identified the 34th > (!) > > PCI bus port more completely, but it didn't give any more clues to what > hung > > it up. > > O.K., that's interesting - if you were going to have problems then I > would have expected it to come way before that point, as all my > issues with and64 have been BIOS related. Did you try 'safe mode' ? > That's what I figured, too. No, didn't try 'safe mode'. WIll try that Monday. > > > I was able to get the i386 ISO to complete the probe and move on to the > > FreeBSD sysinstall menu, but wasn't able to complete the install due to > the > > fact that there are no ATAPI CDROM ports on the blade and it couldn't > use > > the USB CD as a source. > > Does this machine have recognised ethernet ports ? I had a similar problem > with an install on a set of HP blades once, and ened up just doing a > network > install. If you can do a network install you can then use that install to > put and amd64 install into another partition, and that then gives you a > way to test patches to amd64 to see if you can get it working. > > -pete. > That's why I'm talking about building an ftp mirror; I'm also thinking that's going to be my best bet. Yes, it does have ethernet on the base system, but the dmesg flew by too fast for me to see whether the probe identified them. IIRC, they're Broadcom GBE's. That's a good suggestion to load both i386 and amd64. If I can't get it to get through the amd64 probe, I'll try that.