-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disk merging during system exchange #847
Comments
Not within PINN, no. Merging partitions is not a good idea because it changes all the partition numbers after the merge. If you do this, there is a good chance that PINN will not be able to find any of its OS boot partitions, and even if it could, each OS may not be able to find any of its constituent partitions without a lot of manual modifications. A better solution would be to resize your partitions, as this does not change the partition order. With GParted you could shrink the size of your LibreElec root partition and then expand the boot partition by the same amount, to give you enough room for the new version. If your root partition is not big enough to do this, you would need to do some similar shuffling with the partitions from other OSes to move the free space to where you need it. |
Thanks for your help |
BTW |
There are at least 4 ways of referencing a partition, and each OS uses different ones, so my answer played safe for the general case. But it also depends on the referencing method of ALL the following OSes not just the one you want to merge.
No I'm not an expert in the rules.
As you have discovered, resizing partitions can be complicated to get right, which is why PINN shies away from it 😉 Glad you got it sorted though. Feel free to close this issue if it is now solved. |
Heslo @procount
Is there some function in Pinn which allowing partition merging.of installed system (root and boot) before system exchange and disk partitioning depend new system instalation?
My problem is that I installed in the past LibreElec instead of your spare system and I have not enough space on boot partition for update of LibreElec now.
Thanks for your help
Jan
The text was updated successfully, but these errors were encountered: