mount -t ext4 /dev/sda6 /mnt
mount -o bind -t proc /proc /mnt/proc
mount -o bind /sys /mnt/sys
mount -o bind /dev /mnt/dev
mount -o bind /dev/pts /mnt/dev/pts
chroot /mnt
Depois instale o grub:
grub-install /dev/sda
Atualize o grub
update-grub or
grub-update
Saia e reinicie.
sync
Deixe um comentário