EZROOT did not install EntWare #890
technogeek43
started this conversation in
Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like a file permission problem, show zero bytes to install software. How do I fix. I'm login as root.
Printer is K1 with CFS-C, firmware is v1.1.0.26
Following is the installs messages:
This script bootstraps a persistent Entware environment on the Creality K1/K1C by deploying the mipselsf-k3.4 toolchain, injecting Entware's init sequence into rc.local, and normalizing execution order to guarantee deterministic startup. It replaces Creality's defective BusyBox-shimmed Git binary with a fully-functional Entware Git, rewires /usr/bin/git viaa forced symlink override, and patches Git's global safe.directory ACLs to prevent Moonraker repo poisoning. The scriptthen performs a clean refresh of the Guilouz helper suite, ensuring a reproducible clone state and eliminating stale working directories. This effectively restores a sane POSIX-compatible userspace, resolves the factory Git corruption issue, and enables downstream tooling (helper scripts, patchers, updater integrations) to execute reliably across reboots.
=== Installing Entware ===
Connecting to bin.entware.net (158.160.45.54:80)
writing to stdout
written to stdout
Info: Checking for prerequisites and creating folders...
Warning: Folder /opt exists!
Info: Opkg package manager deployment...
Connecting to bin.entware.net (158.160.45.54:80)
saving to '/opt/bin/opkg'
opkg 100% || 856k 0:00:00 ETA
'/opt/bin/opkg' saved
Connecting to bin.entware.net (158.160.45.54:80)
saving to '/opt/etc/opkg.conf'
opkg.conf 100% || 150 0:00:00 ETA
'/opt/etc/opkg.conf' saved
Info: Basic packages installation...
Downloading http://bin.entware.net/mipselsf-k3.4/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/entware
Installing entware-opt (227000-3) to root...
Collected errors:
Info: Congratulations!
Info: If there are no errors above then Entware was successfully initialized.
Info: Add /opt/bin & /opt/sbin to $PATH variable
Info: Add "/opt/etc/init.d/rc.unslung start" to startup script for Entware services to start
Info: Found a Bug? Please report at https://github.com/Entware/Entware/issues
=== Updating PATH for this session ===
=== Ensuring Entware is initialized now ===
=== Fixing rc.local (clean rewrite of boot commands) ===
=== Installing Git packages ===
Downloading http://bin.entware.net/mipselsf-k3.4/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/entware
Installing git-http (2.50.1-2) to root...
Collected errors:
Installing git (2.50.1-2) to root...
Collected errors:
=== Replacing factory Git with Entware Git ===
ln: /usr/bin/git: Read-only file system
=== Setting Git safe.directory globally (fixes ownership errors) ===
sh: /opt/bin/git: not found
=== Cloning or refreshing Helper Script ===
sh: /opt/bin/git: not found
=== Fixing ownership of Moonraker directories ===
=== Cleaning up installer ===
=== ===
sh: can't open '/usr/data/helper-script/helper.sh': No such file or directory
[root@K1-65E8 ~] #
Beta Was this translation helpful? Give feedback.
All reactions