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