Results 1 to 4 of 4
I have booted up into Ubuntu 10.04 LTS disc live.
When I type 'chroot /media/(UUID)', I get:
chroot: cannot run command '/bin/bash': no such file or directory.
'/bin/bash' does exist.
...
- 07-01-2011 #1Banned
- Join Date
- Jun 2011
- Posts
- 7
chroot problem?
I have booted up into Ubuntu 10.04 LTS disc live.
When I type 'chroot /media/(UUID)', I get:
chroot: cannot run command '/bin/bash': no such file or directory.
'/bin/bash' does exist.
Why is this error occurring?
- 07-01-2011 #2Banned
- Join Date
- Jun 2011
- Posts
- 7
Ok, so I have learn't the reason I am getting this error is because '/bin/bash' doesn't exist in /media/(UUID)/bin.
... so what I am doing is actually trying to install GNU's coretools.
The reason I am wanting to chroot to '/media/(UUID)' is because when I 'make install' coretools, it installs them onto my existing O/S partition.. when I need it installed to '/media/(UUID)'.
I am creating my own Linux system.
- 07-01-2011 #3Linux Guru
- Join Date
- May 2011
- Posts
- 1,855
Do you mean GNU coreutils? Anyway, try this:
Code:./configure --prefix=/media/(UUID)/bin
- 07-02-2011 #4
Please continue this discussion in the other thread, I'm locking this one. Duplicate posting is not allowed per forum rules.
http://www.linuxforums.org/forum/lin...ums-rules.htmlI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


