Editing The Isolinux.cfg File - AudioCodes Mediant 1000 User Manual

Voice-over-ip (voip) h.323 media gateway
Hide thumbs Also See for Mediant 1000:
Table of Contents

Advertisement

H.323 User's Manual
I.6.3.2

Editing the isolinux.cfg File

To edit the isolinux.cfg file, take these 16 steps:
Open the Partner Install folder and select the isolinux.cfg file, with a text editor that
1.
supports UNIX file format (e.g., PSPad, UltraEdit).
Insert the following line in the beginning of the file, so that it is the first line.
2.
serial 0 115200
Locate the line 'default <my_kernel>'. It is usually the first line of the file and appears
3.
as follows.
DEFAULT /install/vmlinuz
Under the default line there should be a line that begins with 'append'.
4.
Add the following parameters to the 'append' line.
5.
text console=ttyS0,115200
Note:
The 'default <my_kernel> and 'append' lines should look like the following example:
DEFAULT /install/vmlinuz
APPEND vga=normal initrd=/install/initrd.gz text
Locate the line 'prompt <flag>'. It usually appears as 'prompt 1. Change it to 'prompt
6.
0'.
Locate the line 'timeout <tenth_of_secs>'. It usually appears as 'timeout 600'. Change
7.
it to 'timeout 0'.
Note:
The isolinux.cfg file should now look like the following:
8.
serial 0 115200
DEFAULT /install/vmlinuz
APPEND
LABEL linux
kernel /install/vmlinuz
...
DISPLAY isolinux.txt
TIMEOUT 0
PROMPT 0
F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
F5 f5.txt
F6 f6.txt
Version 5.0
I. Linux™ Operating System Installation for the OSN Server
In the above string, "ttyS0,115200" consists of a captial "S", only zeros and
one comma.
console=ttyS0,115200 ramdisk_size=10240 root=/dev/rd/0
devfs=mount,dall rw –
If the timeout line does not exist, do not add it.
vga=normal initrd=/install/initrd.gz text
console=ttyS0,115200 ramdisk_size=10240 root=/dev/rd/0
devfs=mount,dall rw --
445
December 2006

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents