Page 23 of 23

Re: MintPPC

Posted: Sat Oct 25, 2025 3:23 pm
by mintppc
Can’t you boot in recovery mode and do some updates/upgrades and then reboot?

Re: MintPPC

Posted: Sat Oct 25, 2025 6:00 pm
by Roland
mintppc wrote: Sat Oct 25, 2025 3:23 pm Can’t you boot in recovery mode and do some updates/upgrades and then reboot?
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!

Christian: is it at all possible to boot X5000 in recovery mode?

Re: MintPPC

Posted: Sat Oct 25, 2025 8:55 pm
by Roland
@mintppc
I found a solution:

Code: Select all

sudo tune2fs -O ^orphan_file /dev/sdx
This command turns off that 'C-12' feature which older versions of e2fsck cannot understand. I had to run the command on Adelie as tune2fs of my older distros/installations do not understand that orphan_file parameter!

After that I was able to boot from the Mint 25 parttion normally. But when I checked the version of e2fsprogs already installed there it WAS the newest one (1.47.2-3). So why couldn't it check the partition while it had that feature 'C-12' switched on? Is it still too old to understand it? I cannot see any other explanation...

Re: MintPPC

Posted: Sun Oct 26, 2025 4:04 pm
by xeno74
Roland wrote: Sat Oct 25, 2025 6:00 pm Christian: is it at all possible to boot X5000 in recovery mode?
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
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