Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 12:56:32 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        wu barry <wu_qingbo1969@hotmail.com>
Cc:        freebsd-ia64@FreeBSD.ORG
Subject:   Re: FreeBSD ia64 install problem on Intel Tiger 4
Message-ID:  <20030213205632.GB553@athlon.pn.xcllnt.net>
In-Reply-To: <20030213204727.GA553@athlon.pn.xcllnt.net>
References:  <F1563gSNPMyJUZTPPqG0000ea62@hotmail.com> <20030213204727.GA553@athlon.pn.xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 13, 2003 at 12:47:27PM -0800, Marcel Moolenaar wrote:
> 
> Start a buildworld for ia64 on some i386 machine like this:
> 
> 	cd /usr/src; make buildworld TARGET_ARCH=ia64
> 
> Once the buildworld has passed the point of building the cross-tools,
> you can start building a kernel, like this:
> 
> 	cd /usr/src; make buildkernel TARGET_ARCH=ia64
> 
> When in doubt as to when you can start the kernel build, wait for the
> world build to finish (can take 2 hours).

Oops... Forgot to tell you what to do after the kernel build has
finished.

The best thing to do is to setup netbooting. That way you can
continue to build and tweak on the i386 and boot the ia64 box
over the network. This requires enabling tftp on the i386 (see
inetd.conf) and installing a DHCP server (I use the one in the
ports collection). If /tftpboot is where you have the tftp
server look for the files, you can put the kernel there like
this:

	cd /usr/src; make installkernel TARGET_ARCH=ia64 DESTDIR=/tftpboot

You also need the loader there. The easiest way for now is to just
install the whole world build. Once you get a feel for it, you'll
know how to minimize space. Install world like:

	cd /usr/src; make installworld TARGET_ARCH=ia64 DESTDIR=/tftpboot

Configure the DHCP server so that the loader is fetched from
	/tftpboot/boot/loader.efi

There are other ways as well, but they all differ in the extend of
FreeBSD knowledge one needs to have.

HTH,

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ia64" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030213205632.GB553>