Thank you all for your responses.
@cantab,
Yes. I'm reaching the grub. My customized grub menu shows and it waits for my choice while waiting few seconds for the default option selected. If there's a keyboard attached the default choice is selected. If no keyboard is attached then nothing happens - grub just doesn't load the default option.
@fpmurphy,
I think I tried this before but I'm not sure. I'll post my grub.conf in this response.
@jstephens84,
As I said I reach the grub. I'll try these days with the option you provided and the one from fpmurphy. If its working with one of these options I'll immediately report it here. I'm not using redhat but fedora if there's a difference.
Here is my grub.conf file:
Quote:
default=0
timeout=1
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
password --md5 **********************************
title Server Operating System
root (hd0,0)
kernel /boot/vmlinuz-2.6.33.1.1 ro selinux=0 rhgb quiet
initrd /boot/initrd-2.6.33.1.1.img
|
Thats all. Have a good day!