On Wed, May 17, 2017 at 4:20 PM, Jerry <jerryubi@gmail.com> wrote:
> This is what's defined in /etc/default/grub following the install of the
> Xen:
>
> GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=1024M,max:1024M cpuinfo com1=115200,8n1 It's the CentOS Xen package setting this. But the Xen option
> console=com1,tty loglvl=all guest_loglvl=all"
> GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT="console=hvc0 earlyprintk=xen
> nomodeset"
>
> I didn't set these myself, this is what the xen package (or one of its
> dependencies) is doing.
"console=com1,tty" should make it such that Xen sends its output
*both* to the serial line, *and* the monitor.
I take it you're not seeing any Xen output at all on your IPMI console?
-George