On January 19, 2004 05:49 pm, Roger Sherman wrote:
> # chroot /mnt/gentoo /bash/bin

well if that's not a typo, then there's your problem.  it should be:

  # chroot /mnt/gentoo /bin/bash

and make sure that you mounted /proc beforehand as well:

mkdir /mnt/gentoo/boot
mount /dev/<harddrive> /mnt/gentoo/boot
mount -t proc /proc /mnt/gentoo/proc
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile


-- 
lift up yourselves, men,
take yourselves out of the mire and hitch your hopes to the stars;
yes, rise as high as the very stars themselves.
let no man pull you down, let no man destroy your ambition,
because man is your brother;
he is not your lord.
        - marcus garvey


--
[EMAIL PROTECTED] mailing list

Reply via email to