Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions to reset after a failed install? #25

Open
kubycsolutions opened this issue Jun 3, 2024 · 1 comment
Open

Instructions to reset after a failed install? #25

kubycsolutions opened this issue Jun 3, 2024 · 1 comment

Comments

@kubycsolutions
Copy link

kubycsolutions commented Jun 3, 2024

My first attempt to run the installer glitched for some reason, on my RM3 running 3.9.something. Attempting to re-run it, I'b being told Error: Folder /opt exists! Quitting...

If I attempt to rm -rf /opt, I'm told rm: can't remove '/opt': Device or resource busy

Rebooting the ReMarkable does not solve this; I'm still told /opt is busy.

ls -al /opt shows it as empty.

How can I reset in order to run a fresh install attempt?

(For context: What I'm trying to do is fill in some of the things that codexctl apparently has as prerequisites, so I can use it to roll back far enough to install toltec...

@kubycsolutions kubycsolutions changed the title Instructions to reset after a failed install Instructions to reset after a failed install? Jun 3, 2024
@travist85
Copy link

@kubycsolutions You can't delete /opt because it is mounted during the install. You need to do the following before you run the installer again:
umount /opt
rm -rf /opt
rm -rf /home/root/.entware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants