Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 17:10:55 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Konrad Heuer <kheuer@gwdu60.gwdg.de>
Cc:        freebsd-ia64@FreeBSD.ORG
Subject:   Re: ia64 boot error
Message-ID:  <20011122171055.A7484@dhcp01.pn.xcllnt.net>
In-Reply-To: <20011122090943.N5787-100000@gwdu60.gwdg.de>
References:  <20011120152234.D92311-100000@gwdu60.gwdg.de> <20011122090943.N5787-100000@gwdu60.gwdg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 22, 2001 at 09:12:11AM +0100, Konrad Heuer wrote:
> 
> Since noone did respond I will modify my question: Can anyone send his/her
> bootptab or dhcp confign file to me? Maybe this will help me ... thanks!

I have the following for dhcpd:

group {
        option routers 192.168.4.1;
        option subnet-mask 255.255.255.0;

        filename "/nfs/ia64/netboot/loader.efi";
        option bootfile-name "/nfs/ia64/netboot/loader.efi";
        option root-path "192.168.4.1:/nfs/ia64/root";

        host itanium {
                hardware ethernet 00:d0:b7:ab:fb:ab;
                fixed-address 192.168.4.5;
        }
}

I don't think you need the filename line. It's probably one
of those left-overs...

Note also that I needed to have a -current tftp installed on
my -stable box.

Lastly, loader.efi has to be linked with a libstand compiled
with UDP_NO_CKSUM. I haven't bothered to figure out exactly
why.

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?20011122171055.A7484>