From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed Date: Tue, 22 Dec 2009 20:03:11 +0000 Message-ID: <1261512191.27802.20.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Michael D Labriola Cc: "xen-devel@lists.xensource.com" , ?????? , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Tue, 2009-12-22 at 19:50 +0000, Michael D Labriola wrote: > > Yeah. Last line of my config is: > > extra="earlyprintk=xen iommu=soft console=hvc0" > > No login for me. Just one of those days, I guess. You need a getty on hvc0 defined in /etc/inittab of the guest. The console= stuff just controls the kernel messages. Ian.