syslog output in PXEboot server in automatic OS installation
Hi All,
I can't get the syslog output like RHEL during PXE SLES installation.
/tftpboot/pxelinux.cfg/default:
RHEL:
kernel RHEL46x86/vmlinuz
append initrd=RHEL46x86/initrd.img ks=http://192.168.9.1/ks_rhel4qu6.cfg ksdevice=eth0 syslog=192.168.9.1 method=nfs:192.168.9.1:/data/rhel46x86 ramdisk_size=8192
I can receive all kind of debug and kernel messages in PXEboot server in /var/log/messages during RHEL OS installation. (i.e ALT+CTRL+F3 console output)
SLES:
kernel SLES10x86/linux
append initrd=SLES10x86/initrd autoyast=http://192.168.9.1/autoinst10x86.xml syslog=192.168.9.1 install=nfs://192.168.9.1/data1/SLES10x86 hostip=192.168.9.20 netmask=255.255.255.0
I didn't get the any log message in /var/log/messages during SLES OS installation.
Please help me how do I get the syslog messages in PXEboot server during SLES installation(like RHEL).
Thanks,
Sathish
|