User`s manual
Version 5.4 549 May 2008
SIP User's Manual 14. Installing Linux™ Operating System on the OSN Server
8. Add the following parameters to the 'append' line:
text console=ttyS0,115200.
Note: In the above string, “ttyS0,115200” consists of a capital “S”, only zeros, and
one comma.
The following examples show how the 'label linux' line and its 'kernel' and 'append'
sublines may appear after you change them:
label linux
kernel linux
append initrd=initrd text console=ttyS0,115200
or
label linux
kernel linux
append initrd=initrd ramdisk_size=65536 text
console=ttyS0,115200
9. Locate the line 'prompt <flag>' (usually appears as 'prompt 1') and then change it to
'prompt 0'.
10. Locate the line 'timeout <tenth_of_secs>' (usually appears as 'timeout 200') and then
change it to 'timeout 0'.
Note: If the timeout line does not exist, do not add it.
The isolinux.cfg file should now look like the following:
serial 0 115200
default linux
# hard disk
label harddisk
kernel linux
append SLX=0x202 showopts
# install
label linux
kernel linux
append initrd=initrd text console=ttyS0,115200
# noacpi
label noacpi
kernel linux
append initrd=initrd splash=silent showopts acpi=off
# failsafe
label failsafe
kernel linux
append initrd=initrd splash=silent showopts apm=off acpi=off
mce=off barrier=off ide=nodma idewait=50 i8042.nomux
psmouse.proto=bare irqpoll
# rescue
label rescue
kernel linux
append initrd=initrd splash=silent rescue=1 showopts
# memory test
label memtest
kernel memtest