/dev/sda: Not found or not a block device.
o problema:
root@gentoo:/# grub-install /dev/sda
/dev/sda: Not found or not a block device.
a solução:
mkdir /mnt/gentoo
mount /dev/sdaX /mnt/gentoo
mount -t proc none /mnt/gentoo/proc
mount –bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
grub-install /dev/sda
ate+…
Não existem posts relacionados.