From owner-freebsd-questions@FreeBSD.ORG Sat Mar 14 10:25:28 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 60D1D106564A for ; Sat, 14 Mar 2009 10:25:28 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id D3FC58FC0C for ; Sat, 14 Mar 2009 10:25:25 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n2EAM536047364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Mar 2009 17:22:05 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n2EAPOMM055891; Sat, 14 Mar 2009 17:25:24 +0700 (ICT) Date: Sat, 14 Mar 2009 17:25:24 +0700 (ICT) Message-Id: <200903141025.n2EAPOMM055891@banyan.cs.ait.ac.th> From: Olivier Nicole To: ciphwn@gmail.com In-reply-to: <13b997e60903140256y44a50a4u9cac80af06d76d9c@mail.gmail.com> (message from Cipta H on Sat, 14 Mar 2009 05:56:27 -0400) References: <13b997e60903140256y44a50a4u9cac80af06d76d9c@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) 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 10:25:28 -0000 Hi, > 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. I may be wrong but... I think that depends on the hardware (and the BIOS), not on the specific OS that you are using. The loader is in charge of loading the OS, it is not possible to launch a redirection program at the loader stage. Any plateform that do not offer PS/2 port (but I expet them to offer USB port anyway) will offer some kind of keayboard/screen redirection (on serial, ethernet...) Bests, olivier