From owner-freebsd-questions@freebsd.org Fri Mar 3 01:08:40 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6F55CF5D60 for ; Fri, 3 Mar 2017 01:08:40 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [88.198.212.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF8BA1DAA for ; Fri, 3 Mar 2017 01:08:40 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from x220.lan (unknown [IPv6:2601:18a:c301:8eee:d1b5:69a:4c70:aaec]) by hz.citrin.ru (Postfix) with ESMTPSA id 1218929A30F for ; Fri, 3 Mar 2017 01:08:30 +0000 (UTC) Subject: Re: speeding up pxe netboot To: freebsd-questions@freebsd.org References: From: Anton Yuzhaninov Message-ID: <7de1261c-b862-ac87-0f5b-5d0f2e0c48ae@citrin.ru> Date: Thu, 2 Mar 2017 20:08:29 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1488503311; bh=8VXAUd6EcwTYkBNzDn0Trp8x9CmfDwgLu6oF3ysf63s=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SN3YYHqO2rsj2wS+cpmQ6ZsnGbc/vYoIHAzLltqAhu/ekVbExNSRWq69IuhohHLRfkHZuJxVk7Pz8M6GiL7TL3Mo4OuPgb2vg7+uHd6nVPv0qxKF0q8ag+pyyd8sE5S2riyc25sbod6k4Br8V/exAfME8sgICMWUjSdqaS1gdVs= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 01:08:41 -0000 On 03/02/17 15:13, Mike Tancsa wrote: > The slow part seems to be on the boot up from > /boot/kernel/kernel text=0x1532060 \ You can compress kernel file using gzip -9 to decrease load time, but there is definitely some problem with NFS.