From owner-freebsd-questions Fri Mar 22 13:12:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from exgw2.lumeta.com (exgw2.lumeta.com [65.198.68.66]) by hub.freebsd.org (Postfix) with ESMTP id AAC4F37B404 for ; Fri, 22 Mar 2002 13:12:21 -0800 (PST) Received: from lucy.corp.lumeta.com (h65-198-68-133.lumeta.com [65.198.68.133]) by exgw2.lumeta.com (Postfix) with ESMTP id 1EE90758C for ; Fri, 22 Mar 2002 16:12:21 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by lucy.corp.lumeta.com (Postfix) with ESMTP id E60811081F for ; Fri, 22 Mar 2002 16:12:20 -0500 (EST) Received: from lumeta.com (tal.dhcp.corp.lumeta.com [65.198.68.237]) by lucy.corp.lumeta.com (Postfix) with ESMTP id 13CBC10811 for ; Fri, 22 Mar 2002 16:12:20 -0500 (EST) Message-ID: <3C9B9E4D.F6AE9DC3@lumeta.com> Date: Fri, 22 Mar 2002 16:12:45 -0500 From: Tom Limoncelli Organization: Lumeta Corp X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Problem installing over network (Jumpstart / pxeboot) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey folks! (Is there a mailing list for discussing FreeBSD jumpstart/network installations?) Here's the situation. We built a "install FreeBSD system over the network" system using the standard DHCP -> PXEBOOT -> loader -> mount network root -> sysinstall reads install.cfg method. It works great in FreeBSD 4.1 and 4.3. Now we're upgrading to FreeBSD 4.5 and we can't duplicate what we have. The process works until sysinstall starts. It complains: Loading module if_an.ko failed (I press [OK]) Loading module if_txp.ko failed (I press [OK]) Loading module if_wi.ko failed (I press [OK]) FOund PC-card slots(s). (I press [No]) Then if I'm using DHCP, it panics. If I'm not using DHCP ("tryDHCP=no" in install.cfg), it gives me the screen to verify the IP address that I've set, and then panics: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x8 fault code = supervisor read, page not present ... processor eflags = interrupt enabled, resume, IOPL = 0 current process = 15 (ifconfig) interrupt mask = net tty trap number = 12 panic: page fault The beginning of the install.cfg file is: # Turn on extra debugging. debug=YES nonInteractive=YES noWarn=YES #tryDHCP=YES tryDHCP=no ######################## hostname=unconfigured domain=corp.lumeta.com ######################## nfs=65.198.61.10:/usr/local/export/freebsd4.5 defaultrouter=65.198.61.1 netDev=xl0 netInteractive=YES ipaddr=65.198.68.223 netmask=255.255.255.192 mediaSetNFS Any pointers to how to debug this? Thanks in advance, -Tom Limoncelli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message