|
|
In this short tutorial I'll show you how to fix this error: /usr/sbin/grub-probe: error: no such disk.
Error reproduced:
Blackbird:~# update-grub2
Generating grub.cfg ...
/usr/sbin/grub-probe: error: no such disk.
Blackbird:~# update-grub
Generating grub.cfg ...
/usr/sbin/grub-probe: error: no such disk.
Blackbird:~#
Fixing solution:
Blackbird:/# cd /boot/brub
Blackbird:/boot/grub# rm -rf device.map
Blackbird:/boot/grub# cd
Blackbird:~# grub-install --recheck /dev/sda
Installation finished. No error reported.
Blackbird:~# grub-install --recheck /dev/sdb
Installation finished. No error reported.
Blackbird:~# update-grub2
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.26-2-686
Found initrd image: /boot/initrd.img-2.6.26-2-686
done
Blackbird:~#
Note:
We use Hosting and VPS Hosting, from:
www.star-host.org
We like and trust them.
Good prices, high security.
|