Hello,
I have a X11SAT-F motherboard with IPMI support running linux under EFI mode. I want to use SOL for the remote server. I appended the kernel command line to the following,
In addition the /etc/inittab was modified to the following,
Using these two changes, the SOL does come up. However, it stop outputting midway through the boot. The output is like so
The motherboard has three serial ports.
I am using the second port ttyS1 in the output above. I am not sure whether i should be using ttyS2.
Has anybody used SOL on their Supermicro motherboard?
Thanks
I have a X11SAT-F motherboard with IPMI support running linux under EFI mode. I want to use SOL for the remote server. I appended the kernel command line to the following,
Code:
linux /@/vmlinuz-4.9.95-gentoo root=ZFS=rpool/ROOT/gentoo ro spl.spl_hostid=0xa8c06f01 console=tty0 console=ttyS1,115200n8
Code:
s1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100

The motherboard has three serial ports.
Code:
# setserial -g /dev/ttyS[012]
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
/dev/ttyS1, UART: 16550A, Port: 0x0248, IRQ: 7
/dev/ttyS2, UART: 16550A, Port: 0xf0a0, IRQ: 19
Has anybody used SOL on their Supermicro motherboard?
Thanks