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

Advanced users • Re: [SOLVED] Looking for advance debug methods for non-booting RaspberryOS via NOOBS/PINN

$
0
0
For Raspbian-LIte, I suggest editing /settings/os/Raspbian_lite/os.json.
Find the line that says:

Code:

"supports_backup": "upgrade",
and change it to:

Code:

"supports_backup": true,
Note there should be no quotes around true. The comma is important syntax too.

I am surprised there is no /settings/os/Raspbian_full folder.
You said it errored during the backup with possible disk full errors. That error is just a guess. If it had already done a lot of copying, then that would be a plausible error. If you hadn't backed up anything, then the error could be due to the missing folder. After attempting to back it up, you can check the end of the /tmp/debug log file to see if there is any other error causing the issue. (This is a temporary file and will be lost if you power down).

If the folder really is missing, then recreate it and populate it with appropriate files from https://downloads.raspberrypi.com/raspios_full_armhf/archive/2021-11-08-07:46/

Code:

icon.pngpartition_setup.shslides_vgaos.jsonpartitions.json
Note the OS name given in installed_os.json should match with the folder name, the name given in os.json and the name of the png file. Although you might need to change the icon file to icon.png. Use the Raspbian_lite folder as a template for what it should be.

Statistics: Posted by procount — Fri Apr 19, 2024 8:48 am



Viewing all articles
Browse latest Browse all 5042

Trending Articles