No puedo conectar otro Disco Duro

Hola, tengo 6 meses usando Ubuntu como mi único sistema operativo y hasta ahora estaba contento, hasta ahora que descubro un problema que me parece realmente estúpido.

Tengo dos discos duros, uno con el Ubuntu que es el de uso diario y otro con el Windows XP para las tareas de la Universidad que requieren un software en específico. Todo perfecto, pero ahora necesito conectar un tercer disco duro y cuando lo hago, simple y sencillamente no puedo, el Grub me da un error 17 y no puedo iniciar ninguno de los dos sistemas operativos. ¿No funcionará si los discos conectados no son exactamente los que habían cuando se configuró? ¿Qué puedo hacer?

Imagen de henrysuse

Lo mas seguro es que lo hayas movido de posicion a los discos en vez de solo agregarlo a un puerto libre como dices...
postea lo siguiente para tener runa mejor idea de tu problema
una vez me sucedio eso al conectar un disco externo antes de prender la pc, pero ya no me ha vuelto a salir xD

  • menu.lst
  • sudo fdisk -l

No, no moví los actuales porque esos son SATA y el nuevo es IDE. Cuando lo quito, todo funciona perfectamente.

Disco /dev/sda: 500.1 GB, 500107862016 bytes
255 cabezas, 63 sectores/pista, 60801 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Identificador de disco: 0x00089a5a

Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sda1 1 60428 485387878+ 83 Linux
/dev/sda2 60429 60801 2996122+ 5 Extendida
/dev/sda5 60429 60801 2996091 82 Linux swap / Solaris

Disco /dev/sdb: 250.0 GB, 250059350016 bytes
255 cabezas, 63 sectores/pista, 30401 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Identificador de disco: 0x72d872d8

Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sdb1 * 1 30400 244187968+ 7 HPFS/NTFS

# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=07b2f63a-3e30-485a-9f4a-8574bb0218f7 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=07b2f63a-3e30-485a-9f4a-8574bb0218f7 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet

title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=07b2f63a-3e30-485a-9f4a-8574bb0218f7 ro single
initrd /boot/initrd.img-2.6.24-19-generic

title Ubuntu 8.04.1, kernel 2.6.24-16-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=07b2f63a-3e30-485a-9f4a-8574bb0218f7 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet

title Ubuntu 8.04.1, kernel 2.6.24-16-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=07b2f63a-3e30-485a-9f4a-8574bb0218f7 ro single
initrd /boot/initrd.img-2.6.24-16-generic

title Ubuntu 8.04.1, memtest86+
root (hd1,0)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

Imagen de genelyk

y si entras desde un cd live y hacer un grub update ?

Lo intenté pero no funciono, realiza todos los pasos perfectamente pero cuando ejecuto root (hd0,0) dice que el disco duro no existe.

Imagen de henrysuse

tendrias que ver si vas a usar el ide dentro de tu pc o para llevar archivos...
el problema es que todos los bios le dan prioridad a los dispositivos ide, y por lo general el sata tambien esta configurado como ide-emulation (normalmente deberia estar configurado como ahci)
no se si tu disco ide lo estara reconociendo como hda1 o sda1 (eso lo ves con fdisk)...
pero parece que vas a tener que reconfigurar tu grub... yo prefiero el modo grafico descargando QGRUB-editor desde el live-cd, pero tambien lo puedes hacer por consola

Qué edición tendría que hacer? Añadir manualmente el DD que voy a conectar? Si es así, cuando ya no lo vaya a añadir, me tocaría removerlo? Tendría que repetir el proceso cada que conecte un DD adicional?

Tienes que modificar el archivo "menu.lst" para reflejar la nueva disposición de tus discos (esta cambió al añadir el disco IDE).

Probablemente tu disco IDE está siendo reconocido como "hd0", por lo tanto tu disco con el Windows está ahora como "hd1" y el disco con Linux está como "hd2".

Según veo en tu archivo antes arrancabas (el Linux) del "hd1", por lo que ahora deberías estar arrancando del "hd2" (prueba lo siguiente ... al momento de activarse la pantalla del grub ... arrancando el Linux ... edita la línea y cambia "hd1" por "hd2" ... eso debería levantar el Linux).

Una vez que el Linux esté activo actualiza tu archivo "menu.lst" (no estoy seguro de si es necesario reinstalar el grub ... "grub-install" o basta con hacer un "check" del mismo).

Si en tu disco IDE vas a colocar un Sistema Operativo (Ej.: Windows 98), para poder arrancar desde dicho sistema deberás efectuar un "mapeo" de discos (también en el archivo "menu.lst").

Imagen de Daries

Uhmm dejame entender y corrígeme si me equivoco, estas tratando de conectar un nuevo disco duro y esperas que el sistema lo reconozca así como así ???? aparte, para que estas conectando el nuevo disco duro? para almacenamiento extra?

_ _ _
[~Rdaries]