This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Description
I try the steps below to install crouton on my chromebook with OS 105.0.5195.134 (32 bits)
- Login System in developer mode.
- Download crouton with "https://goo.gl/fd3zc"
- type "shell"
- type "sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton"
- type "sudo CROUTON_BRANCH=silence crouton -r noble -t xfce"
And then the terminal shows error below, did I miss something?
Installing focal-arm64 chroot to /usr/local/chroots/focal
Downloading bootstrap files...
debootstrap error log:
[.[] | select((.extendedSupport // .support) > (now | strftime("%Y-%m-%d")) and (.codename | test($suite; "i")))] | isempty(.[]) | not error: strftime is not defined
[.[] | select((.extendedSupport // .support) > (now | strftime("%Y-%m-%d")) and (.codename | test($suite; "i")))] | isempty(.[]) | not error: test is not defined
[.[] | select((.extendedSupport // .support) > (now | strftime("%Y-%m-%d")) and (.codename | test($suite; "i")))] | isempty(.[]) | not 4 compile errors
Failed to run debootstrap.
By the way, I tried upgrade OS version to 126.
It can install successfully but when I type "sudo startxfce4" it would show another error: "do not launch startxfce4 as root inside the chroot".