From owner-freebsd-amd64@FreeBSD.ORG Thu Sep 30 17:01:21 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC8A16A4CE for ; Thu, 30 Sep 2004 17:01:21 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0A143D41 for ; Thu, 30 Sep 2004 17:01:21 +0000 (GMT) (envelope-from rob2@pythonemproject.com) Received: from pythonemproject.com (c-67-169-203-186.client.comcast.net[67.169.203.186]) by comcast.net (sccrmhc12) with ESMTP id <2004093017012001200182gqe> (Authid: europax); Thu, 30 Sep 2004 17:01:20 +0000 Message-ID: <415C3C61.1010705@pythonemproject.com> Date: Thu, 30 Sep 2004 10:03:29 -0700 From: Rob User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: grub port question X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rob2@pythonemproject.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 17:01:21 -0000 I was going to try to use grub for booting from my multidisk system, as I was told that the bootup process is done in i386, then it is transfered to 64 bit mode. So grub works OK. But last nite I tried to install grub from ports and got the message immediately (paraphrasing) "that I could not compile a 32 bit application on a 64 bit OS." So now I'm really confused LOL. Rob.