Page 1 of 1

Redirect UBCD on console ( com / RS-232 ) port

Posted: Fri Mar 07, 2008 7:26 am
by killshoot
Hi everybody,

I'm serching how to customize UBCD to use the console port to redirect.

Usually I say to grup that the console port is my default screen

(http://www.vanemery.com/Linux/Serial/se ... nsole.html) but I've not finded how to and where to modify that for UBCD.

Anybody can help me ?

Best regards,

Vincent

Posted: Fri Jun 13, 2008 10:35 am
by slaxlax
Hey killshoot,
I'm looking to do the same thing. Have you had any success in doing this?

Posted: Fri Jun 13, 2008 11:25 am
by Icecube
Search for SERIAL port [[baudrate] flowcontrol] on http://syslinux.zytor.com/faq.php.

I haven't test it myself, but it should be possible.

Posted: Fri Jun 13, 2008 12:51 pm
by slaxlax
Thanks for the link. I tried to set it up by adding the line SERIAL 0 (since I only have one serial port) but I still can't get it to show up. I'll get the bios setup through the console but not the UBCD menu. Any ideas on what I'm doing wrong?

Posted: Sat Jun 14, 2008 12:49 am
by Icecube
I am not sure but I think that the Serial redirecting has to be done in each config file. Because every file of the menu loads the contents of /menus/defaults.cfg, you probably just have to add "SERIAL 0" to this file and to sylinux.cfg and isolinux.cfg.

In the FAQ of syslinux:
For the SERIAL directive to be guaranteed to work properly, it should be the first directive in the configuration file.
So i don't know if it works, when it is in the /menus/defaults.cfg file. So it could be that you have to include the command in each config file.

Posted: Mon Jun 16, 2008 8:37 am
by slaxlax
I tried putting SERIAL 0 at the top of the default.cfg file as well and this file is included in the rest of the menus but it still doesn't seem to work. I can get console redirection if I boot slax from the ultimate boot cd so I know that there is no problem on the host side but I need to be able to move through the menu to pick what I want to boot too. I'm wondering if there is a module or something that needs to be loaded into UBCD before it is capable of console redirection..

Posted: Mon Jun 16, 2008 1:32 pm
by Icecube

Posted: Tue Jun 17, 2008 8:27 am
by slaxlax
Thanks Icecube! I finally got it to work by using the method described in the link. I don't know what I was doing wrong the first time. Now that I can access the options through console would you know how I can make the options on the menus accessible by pressing a different number for each option instead of having to use the arrow keys?

Posted: Tue Jun 17, 2008 8:32 am
by slaxlax
Never mind. I figured out how to make a hot key with ^. Thanks for all the help again.