[SOLVED]Windows not booting after edit bootloader
Hi,
Yesterday i am just edited grub.conf file (removed time out) ,after that my windows not booting.
Boot selection coming but if i select windows pointer blinks in the corner
_ - - - - - - - - - - - - - - - - - - - - - - - - - -
[root@unknown00197dccf8c8 ~]# cat /etc/grub.conf
# 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,4)
# kernel /vmlinuz-version ro root=/dev/sda6
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
title Red Hat Enterprise Linux (2.6.32-71.el6.i686)
root (hd0,4)
kernel /vmlinuz-2.6.32-71.el6.i686 ro root=UUID=d977c85b-9be8-4470-a0c3-d7e06301b1e1 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=auto rhgb quiet
initrd /initramfs-2.6.32-71.el6.i686.img
title others
rootnoverify (hd0,0)
chainloader +1
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
[root@unknown00197dccf8c8 ~]#
So any suggection is appreciated
|