From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fantu Subject: Re: Kernel 2.6.31.6 pv_ops freeze on start Date: Thu, 14 Jan 2010 23:00:59 -0800 (PST) Message-ID: <27173149.post@talk.nabble.com> References: <27059994.post@talk.nabble.com> <20100107133734.GW25902@reaktio.net> <27063167.post@talk.nabble.com> <20100107211424.GC25902@reaktio.net> <27141339.post@talk.nabble.com> <20100113091250.GW25902@reaktio.net> <27143153.post@talk.nabble.com> <20100113153925.GA10380@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100113153925.GA10380@phenom.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org without add also in vmlinux not show all (see precedent first post of debug) the actual entry of grub is: menuentry "Xen 4 hg-un DEBUG, linux 2.6.31.6" { set root=(hd0,1) multiboot /boot/xen-4.gz dom0_mem=1024M iommu=passthrough,pv loglvl=all guest_loglvl=all sync_console console_to_ring com2=56700,8n1 console=com2,vga module /boot/vmlinuz-2.6.31.6 root=LABEL=root-raid ro console=hvc0 console=com2,vga earlyprintk=xen module /boot/initrd.img-2.6.31.6 } what i change for do correct and complete? Konrad Rzeszutek Wilk wrote: > > On Wed, Jan 13, 2010 at 03:05:53AM -0800, Fantu wrote: >> >> In attachment file output of lspci -vv do on some server (Dell T610 bios >> 1.3.6) with hardy with xen 3.3 from backports >> http://old.nabble.com/file/p27143153/lspcivv.log lspcivv.log > > In your vmlinuz argument line: > root=LABEL=root-raid ro console=hvc0 console=com2,vga earlyprintk=xen > > The second console=com2,vga should not be there (that syntax is only > applicable to the Xen command line). > > Also add these extra arguments to the Linux command line: > initcall_debug debug loglevel=10 > > That should out a bit in figuring out where you are stuck. > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > > -- View this message in context: http://old.nabble.com/Kernel-2.6.31.6-pv_ops-freeze-on-start-tp27059994p27173149.html Sent from the Xen - Dev mailing list archive at Nabble.com.