Results 1 to 10 of 10
I am a redhat user who is trying to install gentoo. I had heard it was difficult and now i believe them. Well i get to the point where i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-09-2004 #1Just Joined!
- Join Date
- Jul 2004
- Posts
- 3
env-update/emerge error
I am a redhat user who is trying to install gentoo. I had heard it was difficult and now i believe them. Well i get to the point where i chroot and then i am supposed to update the environment well the installer tells me there is no such command (env-update) does anyone know why this is. Any help would bne much appreciated.
- 07-09-2004 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Check that you've chrooted as per the manual?
# chroot /mnt/gentoo /bin/bash
# env-update
Regenerating /etc/ld.so.cache...
# source /etc/profile
If no joy there then it's probable you've missed a step along the way.
It took me about 5 attempts before I got a useable Gentoo installation. Each time I messed soemthing up. Then on the 6th attempt I got it working just the way I wanted it.
Stick with it. Tis worth it.
- 07-09-2004 #3
Are you shure that you are chroot'd?
did you do this firstbefor you tried to do theCode:chroot /mnt/gentoo /bin/bash
and if you did do that then you probably missed a command along the way.Code:env-update && source /etc/profile
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 07-09-2004 #4
If the env-update isn't working (after you know that you chrooted properly), then you improperly untarred the stage tarball. Scroll back up in the manual and do it again!
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 07-09-2004 #5Just Joined!
- Join Date
- Jul 2004
- Posts
- 3
Thankyou i will try again today. I guess i probably missed a step.
- 07-13-2004 #6Just Joined!
- Join Date
- Jan 2004
- Posts
- 33
after you have done
the error is no such command, shell was unable to find this command in PATH, partition may not be mountedCode:chroot /mnt/gentoo /bin/bash
check your mount points
whether you get all the mount pointsCode:jinn root # mount /dev/hda3 on / type ext3 (rw) none on /dev type devfs (rw) none on /proc type proc (rw) none on /dev/pts type devpts (rw) /dev/hda1 on /boot type ext3 (rw) /dev/hda5 on /usr type ext3 (rw) /dev/hda6 on /var type ext3 (rw) /dev/hda7 on /tmp type ext3 (rw) /dev/hda8 on /data type ext3 (rw) none on /dev/shm type tmpfs (rw) none on /proc/bus/usb type usbfs (rw)
- 04-17-2005 #7Linux Newbie
- Join Date
- Aug 2003
- Location
- Port Angeles, WA
- Posts
- 119
I have followed the instructions exactly, or so I thought, but when I get to the point where I use the following command:
chroot /mnt/gentoo /bin/bash
I get an error saying illegal instruction. What have I missed?
EDIT: I forgot to add. I am doing the stage 3 install.
- 04-18-2005 #8Linux Newbie
- Join Date
- Aug 2003
- Location
- Port Angeles, WA
- Posts
- 119
Any ideas or should I just do the entire thing over again?
- 04-18-2005 #9
You probably missed a step, which one who knows.
If you redo it enough times like I have, it doesn't seem so bad after a a few attempts. That is if you have a good proc and a lot of memory.
If you don't have those things, after each step, youshould read ahead in the manual, and make sure you get the next step right. Being very careful to make sure you get the commands right.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-19-2005 #10What CPU are you running? What liveCD and tarball (stage...full filename) did you use?
Originally Posted by Hotwheelz "Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
