Hola!
Recientemene he instalado Debian en una maquina que tiene 2 discos
duros. En el primero tengo instalado WindowsXP con el disco formateado
como VFAT y en el segundo quedo Debian. He tratado de configurar grub
pero no se que pasa y a la hora de elegir en el menu de arranque que
comience con windowsXP, este no jala y reinicia la maquina. Algo que no
pasa con Debian. He obtenido lo siguiente con grub-install
----------------------------------------------------------
# grub-install /dev/hda1
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdd
----------------------------------------------------------
Todo parece normal y mi archivo de configuración de grub es:
---------------------------------------------
default 0
timeout 15
color cyan/blue white/blue
title WindowsXP
rootnoverify (hd0,0)
makeactive
chainloader +1
boot
title Debian GNU/Linux, kernel 2.2.20
root (hd1,0)
kernel /boot/vmlinuz-2.2.20-idepci root=/dev/hdd1 ro
savedefault
title Debian GNU/Linux, kernel 2.2.20 (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.2.20-idepci root=/dev/hdd1 ro single
savedefault
--------------------------------------------------
Estoy haciendo algo mal o algo paso en el primer disco duro o es el MBR?
Cabe aclarar que puedo ver todo el contenido del primer disco duro si lo
monto en linux.
Agradeceria cualquier sugerencia.
Saludos
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]