Registrado em: Mar 27, 2006 Mensagens: 11 Localização: Joinville
Enviada: Qui Abr 12, 2007 7:49 am Assunto: Instalei o Fedora 7 e perdi a entrada do Ubuntu 7.04 no Grub
Olá pessoal, eu realizei uma instalação padrão do Fedora 7 RC3, correu tudo bem, mas perdi a entrada do Ubuntu 7.04 no Grub. Como recuperar o Grub?
A saída do fdisk -l:
Código:
[root@localhost ~]# fdisk -l
Disk /dev/sda: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 3039 24410736 83 Linux
/dev/sda2 3040 9729 53737425 5 Extended
/dev/sda5 3040 3161 979933+ 82 Linux swap / Solaris
/dev/sda6 3162 5066 15301881 83 Linux
/dev/sda7 * 5067 5079 104391 83 Linux
/dev/sda8 5080 9729 37351093+ 8e Linux LVM
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 19457 156288321 5 Extended
/dev/sdb5 * 1 19457 156288289+ 83 Linux
# 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/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.20-1.3056.fc7)
root (hd0,6)
kernel /vmlinuz-2.6.20-1.3056.fc7 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.3056.fc7.img
title Fedora (2.6.20-1.3023.fc7)
root (hd0,6)
kernel /vmlinuz-2.6.20-1.3023.fc7 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.3023.fc7.img
Já posso adiantar que coloquei o CD do Ubuntu em modo de recuperação, tentei o grub-install /dev/sda e só dá erro.