Date: Thu, 21 Apr 2005 13:26:09 -0700 From: carl forsythe <finalstatic@gmail.com> To: freebsd-questions@freebsd.org Subject: Setting console parameters for PXE Booting Message-ID: <1258e055050421132651ef80f0@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I am working on setting up what will end up being a fully automated environment for setting up our FreeBSD systems. As part of the setup process when they are racked they get plugged into a serial console (Cyclades) and I have console=3D"comconsole" in the loader.conf that I'm using in the PXE environment. My question is this, is there a way to specify the console terminal type i.e. VT100 etc. so that it doesn't ask what type of console you have attached after the kernel loads? (This is before install begins). There doesn't appear to be a getty of any form running or available at this point in the process so adding the below to an etc/ttys file in the mfsroot image probably wouldn't be of use. ttyd0 "/usr/libexec/getty std.9600" vt100 off secure I've read through the handbook and the README.serial in /usr/src/sys/i386/boot/biosboot and haven't really come up an answer to this. When it sits there waiting for the input the install hangs waiting, which throws a small wrench into this process. Any ideas? Carl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1258e055050421132651ef80f0>