Olá todos.
Eu sei que já existem centenas de tópicos com problemas com o Grub. E acreditem, já li todos e nenhum solucionou meu problema. E uso Linux a mais de 5 anos, então não teria motivo pra eu estar criando um tópico totalmente inutil. É o seguinte:
Atualizei o Ubuntu para a versão 8.10. Tenho dois HD's. Um IDE e uma Sata. No IDE eu tenho uma instalação do windows. No Sata tenho uma instalação do Ubuntu. Só que agora com o Ubuntu 8.10 eles esta identificando meu HD IDE como SDB, e não mais como HDA como nas outras versões do Ubuntu. Só que agora o Windows não entra.
instalei o grub no /dev/sdb e NADA.
Já tentei inúmeras possibilidades. Alterei diversos parâmetros. Mas NADA funciona.
Seguem as configurações:
# fdisk -l
Disco /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000b05eb
Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1 * 1 3647 29294496 83 Linux
/dev/sda2 12687 38913 210668377+ 83 Linux
/dev/sda3 3648 3769 979965 82 Linux swap / Solaris
/dev/sda4 3770 12686 71625802+ 83 Linux
Partições lógicas fora da ordem do disco
omitting empty partition (5)
Disco /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x11e00139
Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdb1 * 1 1216 9767488+ 7 HPFS ou NTFS
/dev/sdb2 1217 2432 9767520 b W95 FAT32
/dev/sdb3 2433 9472 56540799 f Win95 (LBA) Partição Extendida
A partição 3 não termina no limite do cilindro.
/dev/sdb4 9472 9729 2072353+ b W95 FAT32
/dev/sdb5 2433 9471 56540704+ b W95 FAT32
menu.lst
default 0
timeout 10
### 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=b87c5335-ce31-4e91-acb7-ce261c17e934 ro locale=pt_BR
## default grub root device
## e.g. groot=(hd0,0)
# groot=b87c5335-ce31-4e91-acb7-ce261c17e934
## 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.10, kernel 2.6.27-7-generic
#root (hd0,1)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=b87c5335-ce31-4e91-acb7-ce261c17e934 ro locale=pt_BR quiet splash noapic
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=b87c5335-ce31-4e91-acb7-ce261c17e934 ro locale=pt_BR single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Windows NT/2000/XP (loader)
root (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
savedefault
makeactive
device.map
(hd0) /dev/sda
(hd1) /dev/sdb