Help please. #4441
-
When I run the sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton command it says Failed to complete chroot setup.Someone please help. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 35 replies
-
That install command, if successful, has no output, it just installs crouton in your PATH so it's executable. I believe you might be having trouble installing the chroot, that command would start with Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
Please show us the entire crouton command that's failing and we may be able to help with that. Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
I'm not sure, without any further details it's hard to tell. Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
I tried both xenial & bionic with both unity & xfce and, after looking at the debbootstrap.log file, discovered that the root error is kernel revisions > 255, see below:
It was originally reported below but it affects more than just arm devices in my experience:
The crouton devs are aware of this issue and are looking into it. Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
I had the exact same issue, all available linux distros, multiple powerwashes, etc, on a 2015 Toshiba Chromebook 2. Turns out, the issue, at least on my end, was the distro channel I was on. All these errors occur on the chrome-os Developer's Channel. I finally went to the Stable channel, all issues went away, and install was simple as always. |
Beta Was this translation helpful? Give feedback.
-
Same issue on Chrome OS 90.0.4430.1 with kernel 4.4.257. Power washing and changing channels didn't help, but there is a temporary workaround (works for bionic and focal, xenial doesn't continue the installation after the interruption). Crate a custom binary uname that on "uname -r" returns your kernel version x.y.z but with z lower than 255. In my case it was 4.4.254. Do After the successful installation you can replace the cusom uname with the backup of the original one with |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I've ended up in the same place as some of these good folks. Can anyone tell me if a working solution has been found? I'm having the exact same problem as shown in the screenshots here: Any help is most appreciated. |
Beta Was this translation helpful? Give feedback.
I tried both xenial & bionic with both unity & xfce and, after looking at the debbootstrap.log file, discovered that the root error is kernel revisions > 255, see below: