Displaying 2 results from an estimated 2 matches for "com2l".
Did you mean:
com2
2008 Mar 18
0
dom0 serial port usage
...e=tty0 console=ttyS1,57600n8r noresume xencons=off
module /initrd.img-2.6.18-6-xen-686
savedefault
Still, neither is usable. I''m probably misunderstanding XEN''s serial
port emulation. How should I go about this?
I''m almost there by using com2=auto,8n1 console=com2L,vga and
xencons=ttyS16, which makes possible loading 8250.ko in DOM0 to access
ttyS0. However, that ttyS0 is losing lots of characters under very
slight loads, which made me think there must be a better solution.
Is there?
Also, is it possible to use hardware flow control on the emulated
ports?...
2008 Apr 26
3
extlinux: missing text on serial output
...matically booting 'xen' in 10 seconds.
default xen
label linux
kernel /vmlinuz-2.6.18-6-686
append initrd=/initrd.img-2.6.18-6-686 root=/dev/mapper/xen1-root ro console=tty0 console=ttyS1,57600n8r noresume
label xen
kernel mboot.c32
append /xen-3.2-1-i386.gz com2=auto,8n1 console=com2L,vga dom0_mem=256M --- /vmlinuz-2.6.18-6-xen-686 root=/dev/mapper/xen2-root ro xencons=xvc console=tty0 console=xvc noresume 3 --- /initrd.img-2.6.18-6-xen-686
I get this output on my monitor:
EXTLINUX 3.63 2008-04-10 EBIOS Copyright (C) 1994-2008 H. Peter Anvin
Select 'linux' or 'xen&...