Topic: Help with grub
So i wrote this little guide
http://crunchbanglinux.org/wiki/howto/b
fsarchiver
and at the time it worked!
Now, if i'm trying to install grub on a hdd using the same method, it fails. Where's the mistake ?
I mount the root
sudo grub-install --root-directory=/mnt /dev/sda - works!
but after i chroot, and try to update-grub i get
bash: update-grub: command not found
why o why ?