I write the following command but it does not work.
"(chroot) livecd/#grub-install /dev/hda"
It says that "bash: grub-install: command not found"
I do as it is described in the following instruction:
"http://www.gentoo.org/doc/sv/handbook/h ... #doc_chap3"
How can i get it work?
------------------------------------
The partitions are as follows:
/dev/sda1 = boot
/dev/sda2 = swap
/dev/sda3 = root
-------------------------------------------
The "/boot/grub/grub.conf" is as follows:
default 0
timeout 10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.36-r5
root (hd0,0)
kernel /boot/kernel-amd64-2.6.36-gentoo-r5 root=/dev/sda3
title Gentoo Linux 2.6.36-gentoo-r5
root (hd0,0)
kernel /boot/kernel-2.6.36-gentoo-r5 root=/dev/sda3 init=/bin/bb
---------------------------


