From owner-freebsd-questions@FreeBSD.ORG Sat Mar 14 13:21:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69F3A1065697 for ; Sat, 14 Mar 2009 13:21:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id CD4AF8FC2D for ; Sat, 14 Mar 2009 13:21:11 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n2EDL4is037333; Sat, 14 Mar 2009 14:21:04 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n2EDL4iX037330; Sat, 14 Mar 2009 14:21:04 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 14 Mar 2009 14:21:04 +0100 (CET) From: Wojciech Puchar To: Cipta H In-Reply-To: <13b997e60903140256y44a50a4u9cac80af06d76d9c@mail.gmail.com> Message-ID: References: <13b997e60903140256y44a50a4u9cac80af06d76d9c@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: boot loader I/O through ethernet 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: Sat, 14 Mar 2009 13:21:15 -0000 > question. > > More and more systems are made without serial ports these days. This means I > > can't access the loader prompt on FreeBSD without a monitor and keyboard, > which > is an annoyance. So my question is, is there a way to channel input and > output of > the loader through LAN / Ethernet by software only and somehow receiving it > on the > other side? Thanks in advance. > > Regards, FreeBSD can be PXE booted, but as it's PC, you have to connect keyboard and monitor to change BIOS settings to PXE. It's as stupid as "keyboard not detected, press F1 to continue" But it's PC anyway ;)