Autor Tópico: The file /boot/grub/stage1 not read correcty v2.0  (Lida 11305 vezes)

Offline catitao

  • Usuário Ubuntu
  • *
  • Mensagens: 113
    • Ver perfil
The file /boot/grub/stage1 not read correcty v2.0
« Resposta #15 Online: 16 de Maio de 2006, 18:19 »
eu te entendo, sou de química e também faço por curiosidade em relação a linux, mas em manutenção de micros e sistemas windows eu sei um pouco eheheheh...
Vi$ta Business SP1 + Ubuntu 8.10 64Bits

Offline catitao

  • Usuário Ubuntu
  • *
  • Mensagens: 113
    • Ver perfil
The file /boot/grub/stage1 not read correcty v2.0
« Resposta #16 Online: 16 de Maio de 2006, 18:54 »
interessante seu envolvimento com o linux eu faço química e também estou iniciando no linux,  mas já trabalho na área de informática a algum tempo com hardware e windows.
Eu li muitos how-tos do grub e suas instalações e esgotaram as ações q poderia tomar pra reinstala-lo na MBR, sendo assim,  desconfio que a razão seja pq o mesmo não encontra o disco e desconfio fortemente que seja um erro dentro do próprio grub no meu sistema ou da MBR que faz com q o mesmo não instale. Vou tentar atacar o MBR e verificar senão há erros com as tabelas de partição, talvez isso esteja bloqueando o grub, pois tentei o comando grub>setup (hd0,0) para instalar de dentro do grub e ele reporta q não existe o disco.

Um abraço e obrigado pela ajuda.

Um abraço.
Vi$ta Business SP1 + Ubuntu 8.10 64Bits

Offline mjunior

  • Usuário Ubuntu
  • *
  • Mensagens: 60
    • Ver perfil
Re: The file /boot/grub/stage1 not read correcty v2.0
« Resposta #17 Online: 19 de Outubro de 2006, 16:56 »
Pessoal...
preciso de ajuda!!

Tamb'em estou com o mesmo erro citado pelo colega que conseguiu resolover atrav'es desse t'opico, mas eu nao possuo drive de diskete em meu notebook...somente um pen drive 128MB...tem jeito de adaptar a dica pra que eu possa fazer o boot por ele??

Segue algumas tentativas de solucionar o problema no boot e seus erros...(detalhe: as dicas que pedem para partir do boot live digitando " rescue " no prompt de comando dao erro dizendo nao haver imagem...

root@ubuntu:/home/ubuntu# fdisk -l
omitting empty partition (5)

Disk /dev/hda: 20.0 GB, 20003880960 bytes
255 heads, 63 sectors/track, 2432 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1020     8193118+   b  W95 FAT32
/dev/hda2            1021        2432    11341890    f  W95 Ext'd (LBA)
/dev/hda3            2396        2432      297202+  82  Linux swap / Solaris
/dev/hda5            1021        2395    11044624+  83  Linux

root@ubuntu:/home/ubuntu# mkdir root
root@ubuntu:/home/ubuntu# mount -t ext2fs -o rw /dev/hda5 /
mount: unknown filesystem type 'ext2fs'
root@ubuntu:/home/ubuntu# mount -t ext2 -o rw /dev/hda5 /
root@ubuntu:/home/ubuntu# mount -t ext2 -o rw /dev/hda5 /home/ubuntu/root
root@ubuntu:/home/ubuntu# cp -R /home/ubuntu/root/boot/grub /boot
root@ubuntu:/home/ubuntu# /home/ubuntu/root/sbin/grub-install /dev/hda
The file /boot/grub/stage1 not read correctly.

grub> find /boot/grub/stage1`

Error 15: File not found

grub> find /boot/grub/stage1
 (hd0,5)

grub> root (hd0,5)
 Filesystem type is ext2fs, partition type 0x83

grub> setup (hd0)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd0)"...  15 sectors are embedded.
succeeded
 Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,5)/boot/grub/stage2 /boot/grub/menu.lst"... failed

Error 22: No such partition

grub>



Qualquer ajuda 'e bem vinda!!!
Marcelo Jr.

Aproveite para aprender com os erros alheios. Você certamente não terá tempo de cometê-los todos sozinho (Trupper).