Hey I have seen your problem, and I can say that if above post doesn’t help you then just slightly modify “pxelinux.cfg/default” with the below mentioned log, it will help you to solve your problem. just do the necessary changes to it. All the Best!
Code:
[root@dc-iso system-config-netboot]# vim /tftpboot/pxelinux.cfg/default
# Intel Utilites
MENU BEGIN Intel Platform Utilites
MENU TITLE Intel Platform Utilites
...
LABEL sr1500bios
MENU LABEL Intel sr1500 BIOS Upgrade (BIOS98,BMC65,FAL48)
kernel diskless/i386/CentOS5.3_sr1500_BIOS/vmlinuz
append initrd=diskless/i386/CentOS5.3_sr1500_BIOS/initrd.img root=/dev/ram0 init=disklessrc NFSROOT=192.168.1.1:/tftpboot/diskless/i386/CentOS5.3_sr1500_BIOS ramdisk_size=30000 ETHERNET=eth0 ramdisk_blocksize=1024
Note: the processor name which are watching in mine, you will get your processor name when you will do this step.
Bookmarks