From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 08:54:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BA8F416A421 for ; Fri, 12 Aug 2005 08:54:21 +0000 (GMT) (envelope-from jumbler.chi@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22FF843D49 for ; Fri, 12 Aug 2005 08:54:20 +0000 (GMT) (envelope-from jumbler.chi@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so141030wri for ; Fri, 12 Aug 2005 01:54:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BjsamvHrvTFKkuW2orCukkgWTl54pT9gCUe35HUVQMFgHSuu90DmD3K30v8GQtLLY/gOYfl1CVQskyiWo3YlUgkUvZ86DrguzOiEteEwOwtMS3RhHOxmPfFtFUpPuYr1h+5QLlsRiPkZ3R2rLrhwBZJ1jBpmH4roXwEMI5VrdE0= Received: by 10.54.19.46 with SMTP id 46mr61554wrs; Fri, 12 Aug 2005 01:54:20 -0700 (PDT) Received: by 10.54.19.44 with HTTP; Fri, 12 Aug 2005 01:54:20 -0700 (PDT) Message-ID: Date: Fri, 12 Aug 2005 16:54:20 +0800 From: jumbler chi To: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Diskless on FreeBSD 5.4-stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 08:54:21 -0000 hi : Anyone install and configure successfully on FreeBSD 5.x ?! I referenced the handbook of FreeBSD :http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless= .html then my installation step as: 1. clone whole system via 'clone_root' script. ( /usr/share/examples/diskless/clone_root ) 2. install isc-dhcp3-server port , and configure the dhcpd.conf=20 3. setup TFTP service and NFS service both. 4. get etherboot Image file via following web site, and 'dd' this image to floppy disk. http://rom-o-matic.net/5.2.6/build.php?version=3D5.2.6&F=3D&arch=3Di386&nic= =3Dvia-rhine%3Adlink-530tx+--+%5B0x1106%2C0x3065%5D&ofmt=3DFloppy+bootable+= ROM+Image+%28.zdsk%29&A=3DConfigure ( since the remote machine's network card isn't Intel , is VIA-Rhine VT3043 . so it can't boot via PXE. ) 5. Finally, I booted the remote machine via this floppy . then I saw nothing in remote machine. why ?! Did I miss something else ?! if the network has another dhcp server , whether it will impact ?! BTW, I re-configure the etherboot image with=20 ALTERNATE_DHCP_PORTS_1067_1068 option, it still can't work .=20 Regards! Jumbler