From owner-freebsd-questions@FreeBSD.ORG Sun Jul 4 15:47:36 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6423106564A for ; Sun, 4 Jul 2010 15:47:36 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A09F48FC17 for ; Sun, 4 Jul 2010 15:47:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o64FlXMP025681; Sun, 4 Jul 2010 09:47:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o64FlXd9025678; Sun, 4 Jul 2010 09:47:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 4 Jul 2010 09:47:33 -0600 (MDT) From: Warren Block To: Lowell Gilbert In-Reply-To: <44vd8ve1ep.fsf@lowell-desk.lan> Message-ID: References: <44vd8ve1ep.fsf@lowell-desk.lan> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (wonkity.com [127.0.0.1]); Sun, 04 Jul 2010 09:47:33 -0600 (MDT) Cc: Carl Chave , questions@freebsd.org Subject: Re: pxe LiveCD setup 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: Sun, 04 Jul 2010 15:47:37 -0000 On Sun, 4 Jul 2010, Lowell Gilbert wrote: > The stock tftpd on FreeBSD doesn't support variant block sizes (or much > of anything else past RFC 1350). You'll see better performance if you > go with something newer. Spent some time experimenting. tftp-hpa is faster, but setting the maximum block size was required to prevent errors. Unexpectedly, 1024 was fastest in my setup. The problems can be on the other end, too: System Rescue's tftp client is not great--three minutes for 211M. Clonezilla is much better, at 15 seconds for 101M. Linux systems with netboot can boot off http (using wget) and it's much better. Twice as fast for the Clonezilla load, but System Rescue went from three minutes to only 18 seconds.