Hi All,
A quick and easy way to see if you are running GRUB or LILO is to look at the first 512 bytes of your boot device. For example, on a server I have, my boot device is /dev/hda (your's might be /dev/sda). Here's how I can see I'm running GRUB:
CODE
[root@thomas ~]# head -c512 /dev/hda | strings
ZRrI
D|f1
GRUB
Geom
Hard Disk
Read
Error
ZUG U
[root@thomas ~]#
I suggest you use a trick like this to see which boot loader you are currently using, and then try to edit its configuration file.
Thank you,
Scott O'Neil
Systems Support Specialist
scott [at] ev1servers.net