User`s manual

H.323 User's Manual I. Linux™ Operating System Installation for the OSN Server
Version 5.0 437 December 2006
5. Insert the following line in the beginning of the file, so that it is the first line.
serial 0 115200
6. Locate the line "default <my_label>". Usually "default linux" appears.
7. Locate the line "label <my_label>". Usually "label linux" appears. Under this line, the
following appears:
kernel ...
append ...
8. Add the following parameters to the "append" line of <my_label>:
text console=ttyS0,115200
Note: In the above string, “ttyS0,115200” consists of a capital “S”, only zeros and
one comma.
The “kernel“ and “ “append“ lines should look like the following example:
label linux
kernel vmlinuz
append initrd=initrd.img ramdisk_size=8192
text console=ttyS0,115200
9. Locate the line "prompt <flag>". Usually "prompt 1" appears. Change it to "prompt 0".
10. Locate the line "timeout <tenth_of_secs>". Usually "timeout 600" appears. Change it
to "timeout 0".
Note: If the timeout line does not exist, do not add it.
11. The isolinux.cfg file should now look like the following:
serial 0 115200
default linux
prompt 0
...
label linux
kernel vmlinuz
append initrd=initrd.img ramdisk_size=8192
text console=ttyS0,115200
12. Save the changes to the isolinux.cfg file.
13. Close the text editor.
14. Open the Partner Install folder and with the ISO editing utility, open the boot.iso file.
15. Double-click the isolinux directory. The folder contents opens.