Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8037

Advanced users • Re: Raspberry Pi OS Image Creation : Made Easy

$
0
0
Hi I tried to use the script but it is giving a error :

Code:

pi@rpi-test:~ $ sudo rpios-gen.sh -a arm64 -c none -d -o lite -p -s -z pi:raspberry -usudo: rpios-gen.sh: command not found
Is this maybe because I manually upgraded it to Trixie?

And I am in the correct directory.

The script name is rpios-gen, not rpios-gen.sh. Do not rename the script to add a .sh extension.

Did you remember to make rpios-gen executable?

Code:

chmod +x rpios-gen
If the 'correct directory' is not in your PATH, you must include the path to rpios-gen:

Code:

sudo /path/to/rpios-gen
If rpios-gen is in your current directory, you can also use:

Code:

sudo ./rpios-gen

Statistics: Posted by RonR — Tue Aug 26, 2025 5:33 pm



Viewing all articles
Browse latest Browse all 8037

Trending Articles