From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 16:40:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E0237B401 for ; Thu, 10 Apr 2003 16:40:33 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C1D43F93 for ; Thu, 10 Apr 2003 16:40:32 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h3ANeHpX070560 for ; Thu, 10 Apr 2003 18:40:17 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h3ANeC4D070543 for ; Thu, 10 Apr 2003 18:40:16 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Thu, 10 Apr 2003 18:40:12 -0500 (CDT) From: Eduardo Viruena Silva To: freebsd-questions@freebsd.org Message-ID: <20030410175507.D69511@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: diskless FreeBSD 5.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 23:40:33 -0000 Hello pals! I'm trying to make an x-term out of a pentium II/366MHz computer. I believe I have successfully installed the operating system for my x-term in the /usr/diskless directory on my server. Configured nfs, dhcp and tftp and anyone of them works fine. I compiled a kernel that includes the following options: options BOOTP options BOOTP_COMPAT options BOOTP_NFSROOT and put it in the /tftpboot directory. Now, I started my xterm with etherboot. Etherboot recognizes the network configuration. Loading ROM image... ROM segment 0x1000 legth 0x4000 reloc 0x8f00 Boot from (N)etwork or from (L)ocal? N Etherboot/32 version 4.6.1 (GPL) for [3C5x9] Probing...[3C5x9]3C5x9 board on ISA at 0x300 - 10base2 Ethernet address: 00:20:AF:39:55:F2 Searching for server (DHCP)... Me: 192.168.123.37, Server 192.168.123.112, Gateway 192.168.123.254 Loading kernel (ELF/FreeBSD)... done Now, the kernel loads, suddenly it freezes, and my computer reboots. According to some letters in the list, I saw somebody suggesting to add CPUTYPE=i686 to the /etc/make.conf file before compiling the kernel. I did it but the result is the same. Where did I go wrong? Could you help me? Thanks in advance.