GRUB - windows =>> invalid device requested

Iniciado por doglino, 16 de Julho de 2008, 21:50

tópico anterior - próximo tópico

doglino

ai galera
ja pesquisei um pouco no fórum mas nenhuma dos problemas se parece com o meu :)
seguinte:
tinha o windows xp  e ubuntu no mesmo hd com grub funconando direitinho , dai formatei o windows e perdi o grub.
então verifiquei como fazia pra recuperar o grub,  e consegui recupera-lo.
Consigo entrar no ubuntu na boa
mas agora quando tento entrar no windows aparece "invalid device requested" no stage 2.
acho que foi algum comando indevido....
bom mostro como esta configurados as paradas do grub..
MENU.LST
Citar
## ## End Default Options ##

title      Ubuntu 7.10, kernel 2.6.22-15-generic
root      (hd0,3)
kernel      /boot/vmlinuz-2.6.22-15-generic root=UUID=8a58f496-328f-467a-92d4-5c01901e10e3 ro quiet splash
initrd      /boot/initrd.img-2.6.22-15-generic
quiet

title      Ubuntu 7.10, kernel 2.6.22-15-generic (recovery mode)
root      (hd0,3)
kernel      /boot/vmlinuz-2.6.22-15-generic root=UUID=8a58f496-328f-467a-92d4-5c01901e10e3 ro single
initrd      /boot/initrd.img-2.6.22-15-generic

title      Ubuntu 7.10, kernel 2.6.22-14-generic
root      (hd0,3)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=8a58f496-328f-467a-92d4-5c01901e10e3 ro quiet splash
initrd      /boot/initrd.img-2.6.22-14-generic
quiet

title      Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root      (hd0,3)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=8a58f496-328f-467a-92d4-5c01901e10e3 ro single
initrd      /boot/initrd.img-2.6.22-14-generic

title      Ubuntu 7.10, memtest86+
root      (hd0,3)
kernel      /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title      Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title      Microsoft Windows XP Professional
root      (hd0,0)
savedefault
makeactive
chainloader   +1

DEVICE.MAP
Citar(hd0)   /dev/hda

SUDO FDISK -L
Citarflavio@flavio-desktop:~$ sudo fdisk -l

Disco /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe58be58b

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/hda1   *           1        1912    15358108+   7  HPFS ou NTFS
/dev/hda2            1913        7011    40957717+   f  Win95 (LBA) Partição Extendida
/dev/hda3            7012        7135      996030   82  Linux swap / Solaris
/dev/hda4            7136        9729    20836305   83  Linux
/dev/hda5            1913        7011    40957686    7  HPFS ou NTFS

clcampos

Resolveu seu problema?

Pergunto porque não vi nada na resposta do comando fdisk que pudesse impedir o windows de abrir.
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

doglino