From owner-freebsd-ia64 Thu Nov 22 17:10:25 2001 Delivered-To: freebsd-ia64@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id BA45B37B419 for ; Thu, 22 Nov 2001 17:10:22 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fAN1AHQ61273; Thu, 22 Nov 2001 17:10:17 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id fAN1AuW07593; Thu, 22 Nov 2001 17:10:56 -0800 (PST) (envelope-from marcel) Date: Thu, 22 Nov 2001 17:10:55 -0800 From: Marcel Moolenaar To: Konrad Heuer Cc: freebsd-ia64@FreeBSD.ORG Subject: Re: ia64 boot error Message-ID: <20011122171055.A7484@dhcp01.pn.xcllnt.net> References: <20011120152234.D92311-100000@gwdu60.gwdg.de> <20011122090943.N5787-100000@gwdu60.gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011122090943.N5787-100000@gwdu60.gwdg.de> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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