From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?= Subject: Re: Kernel 2.6.31.6 pv_ops freeze on start Date: Thu, 7 Jan 2010 23:14:24 +0200 Message-ID: <20100107211424.GC25902@reaktio.net> References: <27059994.post@talk.nabble.com> <20100107133734.GW25902@reaktio.net> <27063167.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <27063167.post@talk.nabble.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: Fantu Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Jan 07, 2010 at 09:04:51AM -0800, Fantu wrote: >=20 > the server is Dell T610, have IPMI serial over lan, can help me to use = it for > report debug please? >=20 First you need to figure out what IO port the IPMI SOL port is using. lspci -vvv should help you to figure that out. If you want to see GRUB1 prompt also on the serial console: cat /etc/grub/grub.conf | grep -i serial # Intel AMT serial-over-lan console serial --port=3D0x3440 --speed=3D115200 terminal --timeout=3D10 console serial 0x3440 is the SOL ioport on my motherboard. And then the actual Xen hypervisor SOL console configuration in grub1.conf: xen.gz com1=3D115200,8n1,0x3440,0 console=3Dcom1,vga 0x3440 again is the SOL device IO port. Change it to match your SOL device IO port. dom0_kernel should have parameters like this: vmlinuz root=3Dsomething console=3Dhvc0 earlyprintk=3Dxen -- Pasi > Pasi K=E4rkk=E4inen wrote: > >=20 > > On Thu, Jan 07, 2010 at 05:33:04AM -0800, Fantu wrote: > >>=20 > >> I have compiled kernel 2.6.31.6 pv_ops but freeze on start and the s= erver > >> not > >> have serial port, somebody can help to for solve please? > >> > >=20 > > Well you really need to figure out the error. > >=20 > > You can record a video of the boot process if you don't have a serial > > console (or SOL). > >=20 > > Have you specified correct options for the pv_ops dom0 kernel btw?=20 > >=20 > > See here: http://wiki.xensource.com/xenwiki/XenParavirtOps > >=20 > > -- Pasi > >=20 > >=20 > >=20 > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > >=20 > >=20 >=20 > --=20 > View this message in context: http://old.nabble.com/Kernel-2.6.31.6-pv_= ops-freeze-on-start-tp27059994p27063167.html > Sent from the Xen - Dev mailing list archive at Nabble.com. >=20 >=20 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel