Displaying 5 results from an estimated 5 matches for "115200n8".
2016 Jun 27
2
non-standard (PCI) Serial port
I'm trying to get isolinux serial port working on a system. Using
UEFI boot mode but system does not have Legacy Serial port (3f8, etc)
enabled. Serial port devices are PCI devices, memory mapped I/O with
32-bit offset. Using linux kernel command line
console=uart8250,mmio32,xxxx,115200n8 works. However I do not see
syslinux/isolinux boot menu.
Looking through the code it looks like syslinux assumes serial ports
are I/O only and do not use EFI boot services Serial Port?
2006 Nov 27
0
Troubles Using the serial console
I''m running xen 3.0.1 on the 2.6.12-26mdkxen0 mandriva kernel. (x86_64)
When I set the serial line using the following configuration, my serial
output is truncated as show in
http://pastebin.ca/259403
title xen
kernel (hd0,0)/xen.gz com1=115200n8 console=com1 xencons=serial
module (hd0,0)/vmlinuz-2.6.12-26mdkxen0 root=/dev/sda2
module (hd0,0)/initrd-2.6.12-26mdkxen0.img
The system is not hang, it works perfectly except I can see my serial
output.
Then I add the console=ttyS0 to the xen0 kernel, it will never boot
(maybe locked due to th...
2012 Oct 01
1
help configuring netboot over remote serial terminal
...em to get remote serial working.
Currently, I've modified the following files to reac:
-------
tftp/debian-installer/amd64/boot-screens/syslinux.cfg
SERIAL 0 115200
tftp/debian-installer/amd64/boot-screens/txt.cfg
append vga=788 initrd=debian-installer/amd64/initrd.gz --
console=ttyS0,
115200n8 earlyprint=serial,ttyS0,115200n8
tftp/debian-installer/amd64/pxelinux.cfg/default
SERIAL 0 115200
------
things get as far as displaying (on the remote serial console):
loading debian-installer/amd64/initrd.gz
which then disappears, and the cursor moves several lines down the screen
then everyth...
2005 Feb 17
10
Invalid or unsupported executable format, or is it a reiserfs problem?
Our newly build xen kernel does not boot. The error message is : Invalid
or unsupported executable format.
I have build xen from the xen-2.0.4 source (make world, make install) on
a debian sarge system.
I have not changed any of the kernel configurations, I did make an
initrd image.
The entry in my menu.lst is :
title Debian GNU/Linux, kernel 2.6.10-xen0
root (hd0,0) #
2004 Nov 14
25
dom0 kernel crashes with kernel panic during boot
...version 3.3.4 20040623 (Gentoo
Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #2 Sun Nov 14 19:19:39 CET 2004
BIOS-provided physical RAM map:
Xen: 0000000000000000 - 0000000002000000 (usable)
32MB LOWMEM available.
DMI not present.
Built 1 zonelists
Kernel command line: root=/dev/hda3 ro console=ttyS0,115200n8
Initializing CPU#0
PID hash table entries: 256 (order: 8, 4096 bytes)
Xen reported: 467.733 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Linux version 2.6.9-xen0 (root@zirafa) (gcc version 3.3.4 20040623 (Gentoo
Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #2 Sun Nov 14...