From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 06:55:56 2004 Return-Path: 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 CBC5C16A4CE for ; Wed, 28 Jan 2004 06:55:56 -0800 (PST) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 30B8743D41 for ; Wed, 28 Jan 2004 06:55:53 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: (snipe 9511 invoked by alias); 28 Jan 2004 23:55:49 +0900(KST) Received: from nospam@users.sourceforge.net with SpamSniper2.76 (Processed in 0.044786 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 28 Jan 2004 23:55:49 +0900(KST) X-RCPTTO: freebsd-questions@freebsd.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id i0SEqmHO108868 for ; Wed, 28 Jan 2004 23:52:48 +0900 Message-ID: <4017CD7C.6090007@users.sourceforge.net> Date: Wed, 28 Jan 2004 23:55:56 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040119 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: diskless boot: console via serial port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 14:55:56 -0000 Hi, I'm trying to get diskless boot working, but I'm struggling. I have two FreeBSD PCs, of which one is diskless. I have only one monitor, so I'm continuesly reconnecting the monitor from one PC to the other, to see what either the server or client is doing. Ideally I would like to monitor the boot process of the diskless client on the server via the serial port console. However, I do not seem to get that right. I am quite familiar with making installation disks for serial boot, by creating the boot.config on the floppy. But how does that translate to the diskless situation? Once I have this working, it'll be much easier for me to further investigate the diskless boot problems. Thanks, Rob.