Re: MintPPC
Posted: Sat Oct 25, 2025 3:23 pm
Can’t you boot in recovery mode and do some updates/upgrades and then reboot?
Support Forum
https://forum-quelle.hyperion-entertainment.com/
https://forum-quelle.hyperion-entertainment.com/viewtopic.php?t=4556
If that is possible, I have not the slightest idea how to do that... Remember this is not a PC - grub is not used for booting and there is no usual boot menu with special options!mintppc wrote: Sat Oct 25, 2025 3:23 pm Can’t you boot in recovery mode and do some updates/upgrades and then reboot?
Code: Select all
sudo tune2fs -O ^orphan_file /dev/sdxYes, it is possible. Single mode with writable mounted volumes (Only one user (root) has access. No networking, graphical interface, or multi-user services are started):Roland wrote: Sat Oct 25, 2025 6:00 pm Christian: is it at all possible to boot X5000 in recovery mode?
Code: Select all
setenv bootargs root=<your volume/partition> singleCode: Select all
setenv bootargs root=<your volume/partition> ro systemd.unit=emergency.targetFor some reason, the 'simple' argument did not have any effect on my machine. Booting ended to the normal desktop.xeno74 wrote: Sun Oct 26, 2025 4:04 pm Yes, it is possible. Single mode with writable mounted volumes (Only one user (root) has access. No networking, graphical interface, or multi-user services are started):
Code: Select all
setenv bootargs root=<your volume/partition> single
This worked ok, and I was able to login as root. Network, apt and e2fsck (1.47.2-3) were also available.If you need a file system check then you need the following boot arguments:
Code: Select all
setenv bootargs root=<your volume/partition> ro systemd.unit=emergency.target
Thanks for the correction! Now I got it working, too. e2fsck available at the terminal was the v. 1.47.2-3.