From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: simple scheduler Date: Fri, 19 Feb 2010 09:17:44 -0500 Message-ID: <20100219141744.GA14359@phenom.dumpdata.com> References: <14f366f91002150519y1a27774h6f5d6628734f8849@mail.gmail.com> <20100215185412.GX2861@reaktio.net> <14f366f91002161018h60504c10g9224480e24872c1c@mail.gmail.com> <20100216182909.GG2861@reaktio.net> <14f366f91002180934h4a6544eegbc3d18af1a0904c1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <14f366f91002180934h4a6544eegbc3d18af1a0904c1@mail.gmail.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: "michele.paolino" Cc: George Dunlap , Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Feb 18, 2010 at 06:34:41PM +0100, michele.paolino wrote: > Here's my grub.conf. With George's suggestion my dom0 start normally. I think > that my serial console configuration is correct, but is important for > me know that my > serial console is well configured for my future debugging. > > ## enable console output to serial port > serial --unit=0 --speed=11520 --word=8 --parity=no --stop=1 That is wrong. 11520 ? > terminal --timeout=15 serial console > > ## Xen Linux kernel options to use with the default Xen boot option > xenkopt=console=ttyS0 Where is that used. Doesn't look right. > > > title Xen 3.4 serial simple > root (hd0,0) > kernel /boot/xen-3.4.2.gz dom0_mem=262144 sched=simple loglvl=all > guest_loglvl=all com1=115200,8n1 console=com1 > module /boot/vmlinuz-2.6.18.8-xen root=/dev/hda1 ro console=hvc0 > earlyprintk=xen nomodeser What does 'nomodser' do? > module /boot/xen-3.4.2-initrd.img > quiet