removido
(usa Nenhuma)
Enviado em 14/01/2011 - 12:36h
Tive problemas com o grub, sendo necessário ter que instalar o grub2, com o qual eu não sou muito familiarizado e ainda não fiz ele reconhecer o reactOS, que o grub legacy reconhecia tão facilmente.
Para tentar resolver o meu problema eu bootei normalmente a minha máquina (agora com o grub2), após iniciada eu removi o grub2 e instalei o grub normal pelo synaptic
Ainda com o PC ligado, rodei o update-grub:
root@B1:/home/lucas# update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.35-24-generic
Found kernel: /boot/vmlinuz-2.6.35-23-generic
Found kernel: /boot/vmlinuz-2.6.35-22-generic
Found kernel: /boot/vmlinuz-2.6.32-22-generic
Found kernel: /boot/vmlinuz-2.6.32-21-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
Depois fiz um grub-install /dev/sda:
root@B1:/home/lucas# grub-install /dev/sda
Searching for GRUB installation directory ... found: /boot/grub
The file /boot/grub/stage1 not read correctly.
Tentei um "grub-install /dev/sda --root-directory=/ --recheck --no-floppy --force-lba":
root@B1:/home/lucas# grub-install /dev/sda --root-directory=/ --recheck --no-floppy --force-lba
Probing devices to guess BIOS drives. This may take a long time.
The file //boot/grub/stage1 not read correctly.
Tentei entrar no shell interativo do grub e fazer um root (hd0,4) e setup (hd0):
root@B1:/home/lucas# grub
grub> root (hd0,4)
grub> setup (hd0)
Error 17: Cannot mount selected partition
-----
E no final, tive que reinstalar o grub2 e continuar usando-o para poder dar boot no ubuntu.
E é isso, busco ajuda para poder instalar o grub no mbr