On Thu, Feb 08, 2007 at 05:29:34PM +0900, KUWAMURA Shin'ya wrote:
> Hi all,
>
> At xen-ia64-unstable:13867, the serial console connected to my Tiger4
> machine outputs no messages. Do anyone have any ideas?
> Cset:13773 is good.
>
> My setting:
> append="dom0_mem=2G com2=115200,8n1 console=com2,vga tbuf_size=8 \
> dom0_max_vcpus=2 -- console=tty0 console=ttyS1,115200,8n1 \
> rhgb root=/dev/sda2"
>
> The serial output:
> ELILO boot: Uncompressing Linux... done
> Loading file ..\xen\initrd-2.6.18-xen.img...done
> Loading file ..\xen\vmlinuz-2.6.18-xen...done
> Uncompressing... done
> (No output from this line...)
Its been a while since I used a Tiger4, but when I did, I believe this
worked. (Non console related bits removed)
append="com2=115200,8n1,0x2f8,0 console=com2 cdb=com2 " \
"-- console=tty0 console=ttyS0,115200n8 console=ttyS1,115200n8"
(I don't think the console=ttyS1,115200n8 bit is needed)
More recently I have been using a Tiger2, where the following works.
Its pretty similar to the line above, which seems to indicate
it is correct.
append="com2=115200,8n1,0x2f8,0 console=com2 " \
"-- console=tty0 console=ttyS0,115200"
--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|