I seem to be running into an issue when attempting to use serial console.
The remote machine is configured with the follow parameters:
/boot/loader.conf:
/etc/ttys:
During the boot phase I do see the boot loader and kernel loader, when getty comes up I see no login prompt on the serial console.
The remote machine is configured with the follow parameters:
/boot/loader.conf:
Code:
boot_multicons="YES"
boot_serial="YES"
console="vidconsole,comconsole"
/etc/ttys:
Code:
ttyu0 "/usr/libexec/getty std.9600" vt100 on secure
Code:
FreeBSD 8.2-PRERELEASE #1: Thu Dec 23 22:31:11 MST 2010
Code:
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: [FILTER]
uart0: console (9600,n,8,1)
During the boot phase I do see the boot loader and kernel loader, when getty comes up I see no login prompt on the serial console.