Desde hace poco, estoy viviendo un cambio hacia la "filosofia linuxiana" y me estoy acostumbrando a los problemas que surgen en dicho proceso ... Por eso recurro a ustedes que son la fuente de sabiduría y experiencia!!!
Descripción del Problema
Tengo 3 Sistemas Operativos: 1)Win XP, 2)Ubuntu y 3)Fedora 5... que fueron instalados en dicho orden. En el cual XP y Fedora funcionan perfectamente, pero cuando quiero bootear Ubuntu me aparece el siguiente mensaje de error:
Booting 'Ubuntu'
root(hd0,5)
File system type is ext2fs, partition type 0x83
kernel /vmlinuz-2.6.12-9-386 root=/dev/sda6 ro bootkbd=es quiet
ERROR 15: FILE NOT FOUNDn
Detalles de la Instalación
Mi disco fue particionado de la siguiente manera:
Particion Tamaño FileSystem Observaciones
------------------------------------------------------------
P1(C:) 30 GB NTFS Win XP (hd0,0)
P2 30 GB NTFS Reservado
P3(sda5) 15 GB EXT3 Fedora 5 (hd0,4)
P4(sda6) 15 GB EXT3 Ubuntu (hd0,5)
P5(sda7) 100 MB EXT3 /boot (hd0,6)
P6(sda8) 2 GB SWAP SWAP
P7(sda9) 50 GB FAT32 Datos
Al instalar Ubuntu, también se instaló el GRUB (que viene en el CD de Ubuntu) en la partición: /boot - P5(sda7).
Al instalar Fedora5, también se instaló el GRUB (que viene en el CD de Fedora) en la misma particion: /boot - P5(sda7).
Conclusion
No puedo bootear Ubuntu... y lo que hice fue cambiar el archivo "/boot/grub/grub.conf" pero tampoco se solucionó :( Les dejo mi grub.conf para que lo puedan ver:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,6)
# kernel /vmlinuz-version ro root=/dev/sda5
# initrd /initrd-version.img
#boot=/dev/sda7
default=1
timeout=5
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5smp)
root (hd0,6)
kernel /vmlinuz-2.6.15-1.2054_FC5smp ro root=LABEL=Fedora rhgb quiet
initrd /initrd-2.6.15-1.2054_FC5smp.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
title Ubuntu
root (hd0,5)
kernel /vmlinuz-2.6.12-9-386 root=/dev/sda6 ro bootkbd=es quiet