Thanks again for you Input and Help
Well what I discovered is this:
I edited and changed my " grub.conf " (in
boot/grub folder) file about two weeks ago to just Cosmetically show what Boot Options are Available eg:
=====================================
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/main/root
# initrd /initrd-version.img
#boot=/dev/hda
default=2
timeout=5
splashimage=(hd0,0)/grub/tux.xpm.gz
foreground 000000
background 4E95D3
hiddenmenu
title MySME Server (2.6.9-55.0.12.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.12.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.12.ELsmp.img
title MySME Server (2.6.9-55.0.12.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.12.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.12.EL.img
title MySME Server (2.6.9-55.0.9.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.9.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.9.ELsmp.img
title MySME Server (2.6.9-55.0.9.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.9.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.9.EL.img
title MySME Server (2.6.9-55.0.2.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.2.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.2.ELsmp.img
============================================================
Notice that the First Boot Img file is "
2.6.9-55.0.12.ELsmp "
Then I did the Software Updates.
BANG The Server Boots but it does not Bind the Server IP Address to the Onboard Lan Controller
WHY?
Because when I lloked at my " grub.conf " File I noticed some changes:
Changed
grub.conf File
============================================
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/main/root
# initrd /initrd-version.img
#boot=/dev/hda
default=2
timeout=5
splashimage=(hd0,0)/grub/smeserver.xpm.gz
foreground 000000
background 4E95D3
hiddenmenu
title SME Server (2.6.9-67.0.1.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.1.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-67.0.1.ELsmp.img
title SME Server (2.6.9-67.0.1.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.1.EL ro root=/dev/main/root
initrd /initrd-2.6.9-67.0.1.EL.img
title MySME Server (2.6.9-55.0.12.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.12.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.12.ELsmp.img
title MySME Server (2.6.9-55.0.12.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.12.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.12.EL.img
title MySME Server (2.6.9-55.0.9.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.9.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.9.ELsmp.img
title MySME Server (2.6.9-55.0.9.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.9.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.9.EL.img
title MySME Server (2.6.9-55.0.2.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.2.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.2.ELsmp.img
title SME Server-up (2.6.9-55.0.2.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.2.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.2.EL.img
===============================================
Notice now that the First Boot Img that it uses is "
2.6.9-67.0.1.ELsmp " amd not the Original "
2.6.9-55.0.12.ELsmp " boot img File.
That is what caused the Server not Load the Correct Lan Driver.
What can I do to make the Default boot String to be "
2.6.9-55.0.12.ELsmp " all the Time even if I do Software updates?
Hope this Helps
