You can also define this as an installation parameter when configuring the node. So when you do:
system host-update 2 personality=controller
you can also set the console at this time, such as:
system host-update 2 personality=controller console=
or:
system host-update 2 personality=controller console=tty0
The default console setting is ttyS0,115200, which you can see with a “system host-show controller-1” command.
From: Jaewook Oh [mailto:jwoh95@dcn.ssu.ac.kr]
Sent: Thursday, February 28, 2019 1:53 AM
To: Cordoba Malibran, Erich
Cc: Jaewook Oh; Lin, Shuicheng; starlingx-discuss
Subject: Re: [Starlingx-discuss] Duplex PXE Booting seems failed
Hi Erich,
Let me check that way, thanks for the advice :)
BR,
Jaewook.
2019년 2월 28일 (목)
오전 11:37, Cordoba Malibran, Erich <erich.cordoba.malibran@intel.com>님이
작성:
Hi,
On PXE booting the serial output is used instead of the screen. You can change this on the
grub menu (hit “e” when grub appears) by replacing ttyS0 to tty0.
-Erich