|
Si tienes instalado GRUB y el windows está en la primera paritición en el fichero de configuración de GRUB tienes que poner lo que sigue:
# 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,1) # kernel /vmlinuz-version ro root=/dev/hda3 # initrd /initrd-version.img #boot=/dev/hda2 default=0 timeout=10 splashimage=(hd0,1)/grub/splash.xpm.gz title TITULO DEL LINUX QUE TENGAS INSTALADO CON LA VERSION DE KERNEL title Windows rootnoverify (hd0,0) ----->>> DISCO PRIMARIO, PRIMERA PARTICIÓN chainloader +1
|