From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from orion.sas.upenn.edu(ORION.SAS.UPENN.EDU[165.123.26.31]) (1764 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Sun, 28 May 2000 01:55:01 -0400 (EDT) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from karolina (DIALIN0236.UPENN.EDU [128.91.16.236]) by orion.sas.upenn.edu (8.9.3/8.9.3/SAS.05) with SMTP id BAA07862 for ; Sun, 28 May 2000 01:55:00 -0400 (EDT) Message-ID: <000501bfc882$b5595ee0$ec105b80@karolina> From: "Victor Tsaran" To: "Speakup List" Subject: Re: about boot disks for Redhat6.1 Date: Sun, 28 May 2000 01:56:31 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 List-Id: Hi, listers nad particularly Bill, creator of RedHat6.1 boot images! Bill, can you please help me with these images? I tried everything I could possibly think of. Below is the syslinux.cfg in a way I left it alone. As per one of the lister's suggestion, I attempted to first activate serial port and then have vmlinuz with Speakup attempt to speak. But nothing comes out of it. I would appreciate your help. Vic default linux serial=1,9600N8 prompt 1 timeout 600 display boot.msg F1 boot.msg F2 general.msg F3 expert.msg F4 kickit.msg F5 param.msg F7 snake.msg label linux kernel vmlinuz append initrd=initrd.img local label text kernel vmlinuz append="console=ttyS0" append initrd=initrd.img local text label rescue kernel vmlinuz append rescue label expert kernel vmlinuz append expert initrd=initrd.img local label ks kernel vmlinuz append ks initrd=initrd.img local