View Single Post
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#357
Originally Posted by agr0 View Post
+ chroot /mnt/ /tmp/install-chroot-part.sh
chroot: failed to run command `/tmp/install-chroot-part.sh': Permission denied
It looks like here is your problem.

Begin by checking that your files are not corrupted. Here are my md5s (use md5sum to check):
Code:
69e4f17cda4307c7dd24810c20eb2c32  install-chroot-part.sh
82197dc3354d6703b2b99a5328b247f2  install.sh
3053ffb66377d2c891231482834d81d5  just_chroot.sh
ff2d8b45f5353f3d7130c9ae1761085e  switch_kernel_chroot.sh
8495c3a81ae008bf20f70e7b0fcfd5df  switch_kernel.sh
If your files are correct, double check that you are following *all* the installation instructions in the first post ;-)

Then you can edit the install.sh script and change the above offending line to
Code:
chroot /mnt
. You will end up inside the chroot, where you can check the
Code:
/tmp/install-chroot-part.sh
script and verify why it fails to be executed. Start by checking user, directory and file permissions. Use 'exit' to get out of the chroot once your investigations is completed, and then report back.
 

The Following 2 Users Say Thank You to caveman For This Useful Post: