No me ha funcionado y parece que es mi caso :(

Os pego info :

cat /boot/grub/device.map

(hd0)    /dev/disk/by-id/ata-KINGSTON_SH103S3120G_50026B722700C3A7
(hd1)    /dev/disk/by-id/ata-KINGSTON_SH103S3120G_50026B722700C2D9
(hd2)   /dev/md126   <-- esta es la linea que he añadido

En teoría es así y luego :

grub-install /dev/md126

Searching for GRUB installation directory ... found: /boot/grub
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
The file /boot/grub/stage1 not read correctly.

fdisk -l

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, 234441648 sectores en total
Units = sectores of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador del disco: 0xd4d71ecd

El disco /dev/sdb no contiene una tabla de particiones válida
fdisk: unable to seek on /dev/sda: Argumento inválido


Los discos están bien, por lo menos bajo windows. ¿alguna partición
incorrecta?

grub-install /dev/sdb

Searching for GRUB installation directory ... found: /boot/grub
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
The file /boot/grub/stage1 not read correctly.

No me encuentra el archivo stage1

grub> find /boot/grub/stage1
find /boot/grub/stage1

Error 15: File not found

Y las geometrias me las canta así:

grub> geometry (hd0)
geometry (hd0)
drive 0x80: C/H/S = 14593/255/63, The number of sectors = 234441648,
/dev/sda
   Partition num: 0,  Filesystem type unknown, partition type 0x7
   Partition num: 1,  Filesystem type unknown, partition type 0x7
   Partition num: 2,  Filesystem type unknown, partition type 0x83
grub> geometry (hd1)
geometry (hd1)
drive 0x81: C/H/S = 14593/255/63, The number of sectors = 234441648,
/dev/sdb

El (hd2) no lo encuentra.


cat /etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/md126p3 during installation
UUID=13f2b55c-7a76-4eb7-82ce-37fc68112e1e /               ext4
errors=remount-ro 0       1
# swap was on /dev/md126p5 during installation
UUID=b53831c5-6d63-451c-8f41-4466a5df9779 none            swap
sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0


¿alguna idea?

Muchas gracias,

salu2

El 13 de mayo de 2013 18:57, Camaleón <noela...@gmail.com> escribió:

> El Mon, 13 May 2013 18:45:15 +0200, nekrox gmail escribió:
>
> > Hola,
>
> (ese html...)
>
> > Tengo un problema con una instalación limpia de Debian 7. La instalación
> > se realiza perfectamente, pero al llegar al punto de instalar el
> > cargador de arranque (grub) no hay manera, da error fatal y no se
> > instala. Por lo que he leído por ahí, el problema es que no sé el nombre
> > del raid, y por lo tanto no se instala correctamente. En la caja de
> > texto para introducir donde instalar el grub sale esto por defecto :
> > /dev/md. Leí por foros que había que listar /dev/mapper para ver el
> > nombre del raid, pero ahí solo me sale un archivo llamado control.
> > Listando /dev/md, sí que me salen lo que parecen particiones del raid :
> > md126p1, md126p2…, pero poniendo tanto la principal (md126) como la
> > partición donde quiero ponerlo (md126p3), me da error fatal. Comentar
> > también que en algún punto y en Windows al volumen del raid lo llaman
> > Volumen_0000, y si pongo esto último (dev/md/Volume_0000) da error, pero
> > en el error sale como que apunta a md126 (enlace?).
>
> (...)
>
> Hum... Podría tratarse de este bug:
>
> grub-pc: grub-install can't install on raid0 device (grub-probe can't
> find /boot)
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659460
>
> Prueba lo que sugieren en el comentario #25 aunque conviene que leas el
> informe completo para cerciorarte de que estáss en la misma situación ;-)
>
> Saludos,
>
> --
> Camaleón
>
>
> --
> To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/kmr613$t9e$1...@ger.gmane.org
>
>

Responder a