ryanrudolfoba/SteamOS-Waydroid-Installer

Errors during installation

Closed this issue · 5 comments

I get these errors during installation:

SteamOS Waydroid Installer Script by ryanrudolf
https://github.com/ryanrudolfoba/SteamOS-Waydroid-Installer
Script is running in Desktop Mode.
Checking if kernel is supported.
6.1.52-valve9-1-neptune-61 is supported. Proceed to next step.
Please enter current sudo password:
Checking if the sudo password is correct.
sudo password is good!
Cloning to "/home/deck/AUR/waydroid/waydroid_script"...
remote: Enumerating objects: 717, done.
remote: Counting objects: 100% (327/327), done.
remote: Compressing objects: 100% (128/128), done.
remote: Total 717 (delta 259), reused 238 (delta 199), pack-reused 390
Object download: 100% (717/717), 21.74 MiB | 788.00 KiB/s, done.
Delta resolution: 100% (437/437), done.
Warning: The rootfs is already read-write!
          Nothing is performed.
==> Adding keys from archlinux.gpg...
==> Adding keys from holo.gpg...
==> Updating trusted database...
gpg: the next database check will take place on 2024-04-10
pacman keyring has been initialized!
cp: cannot create regular file '/lib/modules/6.1.52-valve9-1-neptune-61/binder_linux.ko.zst': Read-only file system
Error installing binder kernel module. Goodbye!
rm: cannot remove '/lib/modules/6.1.52-valve9-1-neptune-61/binder_linux.ko.zst': No such file or directory

This looks like you have other scripts / tools interfering with the installer script. Script is created and tested on stock SteamOS Stable and stock SteamOS Preview.

Check your system for any tools / scripts that prevents disable read-only.

cp: cannot create regular file '/lib/modules/6.1.52-valve9-1-neptune-61/binder_linux.ko.zst': Read-only file system

I have these tools installed: CryoUtilities (restored to stock) and Decky, so what can prevent the script from turning off readonly (I can turn off readonly myself, but not the script?).

The script turns off the readonly but for some reason on your system it cant copy files and still complains about the readonly file system. I've tested the script multiple times on my OLED and LCD, and several users have reported success too.

To troubleshoot your system try this -

turn off the readonly and manually copy the binder kernel module to -

/lib/modules/6.1.52-valve9-1-neptune-61/binder_linux.ko.zst

Even if I turn off readonly and manually copy the binder_linux.ko.zst file, the problem is still the same.

Even if I turn off readonly and manually copy the binder_linux.ko.zst file, the problem is still the same.

Yes so its not a problem with the script. Something installed on your system is preventing the files to be copied.