Yo tengo Win2000 NTFS y tampoco puedo instalar GRUB en (hd0,0)...

Creo que no es una partici�n nativamente soportada...

Yo hice lo siguiente:

1.  Utilizando Partition Magic 6.0 disminui la particion NTFS y cree una
nueva (primaria, por supuesto) FAT32.
     Esto no lo he intentado con fdisk de Linux, pero creo que tambi�n se
puede hacer  (NO ME RESPONSABILIZO DE    NADA!!!!)
2.  En FAT32 cree una carpeta (hd0,1)/boot/grub y en ella coloque *stage*,
y menu.lst.
3.  utilizando el disquete de GRUB hice root (hd0,1);setup (hd0)
4.  Y listo, funciona de maravilla.

Yo tengo instalado Win200 en (hd0,0), FAT32 en (hd0,1) y Suse72 en otro hd,
mi menu.lst es:

#===============================
# Sample boot menu configuration file
#

# Boot automatically after 10 secs.
timeout 10

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# For booting Windows NT or Windows95
title Windows NT / Windows 95 boot menu
rootnoverify (hd0,0)
makeactive
chainloader  +1
# For loading DOS if Windows NT is installed
# chainload /bootsect.dos

# For booting Linux
title  S.u.S.E.-7.2/Linux - Master Secundario
root (hd2,4)
kernel /vmlinuz root=/dev/hdc1

# For booting SuSE rescue Linux System
title Rescue: SuSE Linux - Master Secundario
root (hd2,4)
kernel /vmlinuz.suse root=/dev/hdc1

# For booting Linux
title  S.u.S.E.-7.2/Linux - Esclavo primario
root (hd1,4)
kernel /vmlinuz root=/dev/hdc1

# For booting SuSE rescue Linux System
title Rescue: SuSE Linux - Esclavo primario
root (hd1,4)
kernel /vmlinuz.suse root=/dev/hdc1

# For installing GRUB into the hard disk
title Install GRUB into the hard disk
root    (hd0,1)
setup   (hd0)

# Change the colors.
title Change the colors
color light-blue/yellow blink-red/brown
#===============================

A veces trasteo el HD con Linux, de manera que por eso tengo entradas para varias 
posiciones en (hd1,x) y en (hd2,x); es decir, esclavo primario y
master secundario.


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to