From owner-freebsd-questions@FreeBSD.ORG Thu Aug 25 05:53:31 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 2569016A41F for ; Thu, 25 Aug 2005 05:53:31 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3FC43D45 for ; Thu, 25 Aug 2005 05:53:30 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j7P5rTUs025084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Aug 2005 22:53:30 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050824224729.0642f650@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 24 Aug 2005 22:53:54 -0700 To: Sarath Kamisetty , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <641e6aa9050824175462de4b7d@mail.gmail.com> References: <641e6aa9050824175462de4b7d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Booting FreeBSD over network or serial links? 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: Thu, 25 Aug 2005 05:53:31 -0000 At 05:54 PM 8/24/2005, Sarath Kamisetty wrote: >Hi, > >I have two PCs, one with linux installed and another one is a old PC. >I would like use my linux pc to make modifications to freebsd code >base and then test it on my old PC. After compiling freebsd image on >my linux pc, how do I boot this image on my old PC ? Is there a cost >effective way of doing this without using floppies or CDs which is >time consuming ? Can I run some special image on my old PC to let it >fetch the newly compiled image everytime ?? Does anyone have this kind >of setup ? Can I setup a console server for cheap and acheive this ? >Please share your thoughts on this. If you have an intel NIC which supports PXE, you can boot the machine from a kernel that's on another machine and shared by NFS or tftp. Take a look at the man page for pxeboot(8), as well as the development(7) man page for some good info. -Glenn >Thanks, >Sarath >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"