Startup fail after an update
-
@gordonfreemanjr said in Startup fail after an update:
Does it make sense to copy whole ROMS folder onto a USB stick, restart, copy the folder back?
Sure, it's perfectly fine. Just make sure you don't copy again all the ROMs so it fills up the partition and you'd get into the same problem.
-
I'm kind of puzzled with how the update works. So I've downloaded bunch of stuff and now the system needs to restart to run it correctly. OK. I know I have put a lot of roms, probably too much, on my Pi, however it was never a problem until now.
Does the system need more space than usual just for the single time when rebooting after an update?
-
@gordonfreemanjr said in Startup fail after an update:
Does the system need more space than usual just for the single time when rebooting after an update?
Yes (but not only a single time), because the update downloads new packages and extracts them for installation. The downloaded packages remain in the system for quick reinstallation until you delete them with the command
sudo apt-get clean
.edit: Updates from source can take even more space because of the compilation process. I think these files are not deleted automatically, but maybe someone else here knows more about it.
-
@gordonfreemanjr said in Startup fail after an update:
Does the system need more space than usual just for the single time when rebooting after an update?
No, the RetroPie updates should not add significantly more space during or after the process, since it downloads and updates each package one by one.
If you choose to 'Update the underlying OS packages' during the update, then the space usage might grow proportional to how many packages are released by Raspbian and how large they are. Since they're all downloaded before the update takes place, they take more space than the usual RetroPie upgrades, but well below 1 Gb of space. Linux takes the precaution of reserving 5% of the partition for the system/super user by default.
As a general rule, any system you need to update needs to have some space available and any filesystem will perform poorly once it gets close to 100% usage.
-
Can you tell me how to get to the point where the system asks you to put in the login (pi) and the password (raspberry)?
The thing is if I just leave the system to it, I land at the command line - after the "aborted" and "no space left on the device" prompts - and the keyboard does not respond, so I'm unable to type in anything. However, if I just press random buttons during the boot, I end up with the login request, and after I log myself in - the keyboard works fine. So, to do anything I need to get to this login point. How do I do this without just raping the keyboard like a madman?
-
@gordonfreemanjr Just press
ctrl+c
during the Emulationstation start-up and the command will stop, you should be dropped to a command line where you can start the file manager (mc
) and move files around. If the keyboard does not work, try disconnecting/connecting it again while the system is started. -
OK. One more thing before I'll make an attempt: if I move the ROMS folder onto a USB stick, leaving the system without the ROMS folder, will it boot?
-
@mitu OK, the mc command does not work. The message is: "Cannot create home/pi/.config/mc directory"
(For the record: Crtlc+C didn't work also, had to do random keyboard mashing again) -
@gordonfreemanjr Didn't work because you still have not enough space for it to create the config file. Delete some files manually using
rm <path/to/file_or_folder>
. -
@mitu I made it! I have deleted whole scummvm folder, rebooted and the ES finallt works!
Thank you everyone. The problem is officially solved.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.