similar to: isolinux and serial console

Displaying 20 results from an estimated 10000 matches similar to: "isolinux and serial console"

2006 Sep 07
2
isolinux and multiple serial consoles
Greetings, I'm using isolinux and I'd like to make it spawn serial consoles to all four devices (ttyS{0..3} / COM{0..3})... if spawning on just one (serial 0 38400), everything works great, however, should I attempt to spawn on all four, no console is available at all. How come? The relevant part of isolinux.cfg: serial 0 38400 serial 1 38400 serial 2 38400 serial 3 38400 Thanks in
2003 May 12
1
Isolinux serial console redirection issue
Hello all, I'm trying to use the console to setup our cluster. In the past, we used a floppy and it worked just fine. We had to manually use the "ks=" argument. Now, I actually see the "menu" on the serial console *and* the monitor but I can't use the keyboard. I can only use the keyboard that is connected on the machine. Unplugging the keyboard doesn't help.
2013 Apr 28
2
isolinux failing on serial console
Hi, I have a problem with isolinux failing to boot a kernel whenever I navigate and trigger the menu via serial console. My test machine is a DL585 G2, with iLO2. Navigating and booting the kernels off of the video console works 100% of the time. With the serial connection however, I _sometimes_ get a "menu.c32: not a COM32R image" error. Sometime it works fine. I suspect the serial
2004 Jan 15
3
isolinux serial console keyboard issue
Hello list, I am trying to use the console to setup my machine. During boot I am able see the syslinux boot prompt on the serial console *and* the monitor, but I can not use the console keyboard. I can only use the keyboard that is connected on the machine. After the kernel is loaded, the console keyboard starts working, but, this does not help me much, since I still need to use the keyboard
2012 Dec 06
4
problems with isolinux over serial console
Hi, I'm missing something in my isolinux.cfg configuration but I'm not quite sure what it is. menu.c32 displays properly over video console, but on the serial connection, the first letter of the labels are duplicated, and the margin is pushed off towards the right: http://dl.dropbox.com/u/59666947/isolinux.jpg my config is: --- cut --- 1. serial 0 115200 2. console 0 3. 4.
2016 May 12
0
syslinux vs isolinux - com32 serial port output problem
Hi Geert, I'm building syslinux 6.04 from scratch to prevent any issues with mismatched com32 modules. This gives me a "pure" set of modules as well as "pure" isolinux and syslinux cores. menu.c32 works perfectly on both the USB and CD boot media: I can move around the menu and select the command that I wish to use. In all cases, both the USB and CD boot properly into
2003 Sep 03
1
Headless/Cardless with isolinux ??
Hello Family, I'm trying to help with a problem where there is a headless/cardless server and we need to create an isolinux image that points the display to the serial port. The original machine that is using this has the ability in the bios to redirect its video to /dev/ttyS0 or such but the machines I have access to do NOT have that ability built into the bios. [question] Is there a way
2016 May 13
1
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 2:14 PM, Janz, Burt via Syslinux <syslinux at zytor.com> wrote: > Hi Geert, > > I'm building syslinux 6.04 from scratch to prevent any issues with mismatched com32 modules. This gives me a "pure" set of modules as well as "pure" isolinux and syslinux cores. 6.04 hasn't seen a full release, only the pre1 pre-release. >
2003 Sep 08
0
[option] SERIAL 0 ??
Hello Family, In creating an iso to boot the headless/cardless server, I've got isolinux to boot the system OK but still can't get the output to export to /dev/ttyS0 I've got a test script that pipes a "Hello World" to /dev/ttyS0 which show up fine on the other Linux box so I know that tunnel is intact. Here is the contents of my "isolinux.cfg" file that is
2006 Feb 03
3
Booting UDF?
Greetings, I wonder whether there are any plans to build udflinux or the likes. I've searched through the mailing list, finding out that should I create a mixed ISO9660/UDF filesystem. Unfortunately, that is not an option if I want to use a significant feature of UDF filesystem, which is writing. Making a mixed ISO9660/UDF, using mkisofs -udf, will (to my best knowledge) not allow me to
2016 May 12
0
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 02:29:52PM +0000, Janz, Burt via Syslinux wrote: > I have a need to display text to COM2 before loading a kernel. > The easiest way to do this was to invade menu.c32 (menumain.c) and > add a function to send the string out to the serial port just before > the selected menu "label" is executed. In menumain.c, my function is > called just before
2009 Jun 30
2
syslinux 3.11 patch for handling both KVM and serial console input
We modified our copy of syslinux. We're now sharing those modifications. That's so that: 1. We fulfill our requirements under the GPL 2. Our modifications might be picked up and included in the base code. That way we wouldn't have to make the same modifications, again, later. Since we're using CentOS 5.3, and CentOS 5.3 derives from RHEL 5.3, and RHEL 5.3 uses
2016 May 12
2
syslinux vs isolinux - com32 serial port output problem
I have a need to display text to COM2 before loading a kernel. The easiest way to do this was to invade menu.c32 (menumain.c) and add a function to send the string out to the serial port just before the selected menu "label" is executed. In menumain.c, my function is called just before 'if (cmdline)'. The code I wrote to initialize the hardware and send individual characters
2013 Dec 21
1
Serial Console Config in 6.5
Alle, After upgrading from 6.4 to 6.5, our serial console configuration non longer work. We have the following upstart file: [cwfox at hilo ~]$ cat /etc/init/ttyS0.conf # ttyS0 - agetty # # This service maintains a agetty on ttyS0. stop on runlevel [S016] start on runlevel [23] respawn exec agetty -h -L -w /dev/ttyS0 115200 vt100 [cwfox at hilo ~]$ And the following in /etc/securetty:
2013 Jun 30
3
6.01-pre 4 no timeout when using serial
Could it be that syslinux is waiting for ever if you use serial mode? SERIAL 0 115200 DEFAULT ramdisk LABEL ramdisk kernel /casper/vmlinuz append boot=casper toram initrd=/casper/initrd.img nomodeset console=ttyS0 LABEL isotest kernel /casper/vmlinuz append boot=casper integrity-check initrd=/casper/initrd.img nomodeset console=ttyS0 LABEL memtest kernel /install/memtest append -
2016 May 12
3
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 06:16:46PM +0200, Good Old Idea via Syslinux wrote: > On Thu, May 12, 2016 at 02:29:52PM +0000, Janz, Burt via Syslinux wrote: > > I have a need to display text to COM2 before loading a kernel. > > The easiest way to do this was to invade menu.c32 (menumain.c) and > > add a function to send the string out to the serial port just before > > the
2017 May 17
0
[PATCH 3/5] s390x: appliance: Use /dev/ttysclp0 for serial console.
--- lib/appliance-kcmdline.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lib/appliance-kcmdline.c b/lib/appliance-kcmdline.c index 4dde7a865..a394e6e67 100644 --- a/lib/appliance-kcmdline.c +++ b/lib/appliance-kcmdline.c @@ -40,11 +40,19 @@ guestfs_int_string_is_valid ((term), 1, 16, \ VALID_FLAG_ALPHA|VALID_FLAG_DIGIT,
2015 Oct 15
0
CentOS7 - Serial Console and Flow Control
On 10/15/2015 03:05 PM, Mike - st257 wrote: > Would anyone be so kind as to share their experience? > What has worked for your BMC/SoL configurations? I have a C7 server with a physical RS-232 console, but the config should be similar. I did not have to generate a systemd service for this; systemd saw the console line and automatically started the getty without me having to generate a
2005 Apr 26
2
Booting another isolinux.bin with isolinux
Hi, I tried to build a multiboot DVD and decided to integrate the SuSE Linux LiveDVD. For several reasons the easiest way (as far as I can see) to do this is to boot the isolinux of the SuSE DVD with the "main" isolinux on my multiboot DVD. I do not want to use SuSE's modified version as default boot loader for some reasons! I decided to do it as follows (correct me, if
2005 Aug 03
0
Starting isolinux from another isolinux
Hi, some time ago I asked if it is possible to boot one isolinux from another one. The reason: I tried to integrate a SuSE Live DVD on a multiboot DVD, but SuSE uses a modified version of isolinux. I tried the following: 1. I copied the isolinux stuff from the SuSE DVD to /boot/suselive. 2. I edited isolinux.bin and substituted "/boot/isolinux" by "/boot/ suselinux" 3. I