Hola a todos;

Después de instalar Fedora Core 8 y su grub en el MBR, Debian no arranca. El
error obtenido es el siguiente:

Error 13: Invalid or unsupported executable format.

Mirando en la web he leído que existen ciertas "incompatibilidades" por
parte del grub de Fedora con respecto al de Debian. La solución más común en
la web [1] consiste en arrancar con un LiveCD, instalar el grub de Debian o
Ubuntu, arrancar Debian y añadir la entrada de Fedora. Sin embargo, al
ejecutar el comando setup(hd0) (en mi caso) con grub obtengo el siguiente
error:

Error 2: Bad file or directory type.

Contenido del menu.lst de Fedora:

default=2
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.24.5-85.fc8)
        root (hd0,0)
        kernel /boot/vmlinuz-2.6.24.5-85.fc8 ro root=LABEL=/ rhgb quiet
        initrd /boot/initrd-2.6.24.5-85.fc8.img
title Fedora (2.6.23.1-42.fc8)
        root (hd0,0)
        kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/ rhgb quiet
        initrd /boot/initrd-2.6.23.1-42.fc8.img
title Debian
        rootnoverify (hd0,3)
        chainloader +1

Contenido relevante del menu.lst de Debian:

title        Debian GNU/Linux, kernel 2.6.24-1-amd64
root        (hd0,3)
kernel        /boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda4 ro quiet
bootkbd=es
initrd        /boot/initrd.img-2.6.24-1-amd64

Salida de fdisk -l:

Disco /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc5471bac

Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema
/dev/sda1               1        1945    15623181   83  Linux
/dev/sda2            6936       19457   100582965   83  Linux
/dev/sda3            6814        6935      979965   82  Linux swap / Solaris
/dev/sda4   *        1946        3220    10241437+  83  Linux

Gracias por adelantado,
David.

[1] http://foros.ubuntu-cl.org/viewtopic.php?p=17647
_______________________________________________
CRySoL mailing list
http://crysol.inf-cr.uclm.es/
https://arco.inf-cr.uclm.es/cgi-bin/mailman/listinfo/crysol

Responder a