<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 17, 2017 at 8:25 AM, Konrad Rzeszutek Wilk <span dir="ltr"><<a href="mailto:konrad.wilk@oracle.com" target="_blank">konrad.wilk@oracle.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">> This is what's defined in /etc/default/grub following the install of the<br>
> Xen:<br>
><br>
> GRUB_CMDLINE_XEN_DEFAULT="<wbr>dom0_mem=1024M,max:1024M cpuinfo com1=115200,8n1<br>
> console=com1,tty loglvl=all guest_loglvl=all"<br>
> GRUB_CMDLINE_LINUX_XEN_<wbr>REPLACE_DEFAULT="console=hvc0 earlyprintk=xen<br>
> nomodeset"<br>
><br>
> I didn't set these myself, this is what the xen package (or one of its<br>
> dependencies) is doing.<br>
><br>
> I'm still not clear on why hvc0 is needed, or why it's being set, but what<br>
> I do know for sure is it was causing the boot messages to be suppressed.<br>
<br>
</span>So the hvc0 is to use the PV console driver to pipe all the messages to the Xen one.<br>
<br>
And Xen is configured to use the serial console (com1=115200,8n1).<br>
<br>
Which means that all you Linux bootup info should be piped to that.<br>
<br></blockquote><div><br></div><div>So how would I properly configure it to still write to tty without disabling hvc0?  Perhaps something like this?</div><div><br></div><div><div>GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT="console=hvc0,tty earlyprintk=xen nomodeset"</div></div><div><br></div><div>Looks like I have some learning to do.  Do you happen to know of a good article explaining how console redirection works? <br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
But Linux is pretty quiet unless you add 'loglevel=10' or 'debug' on the<br>
Linux command line.<br><br></blockquote><div><br></div><div><br></div></div></div></div>