Hello,
Requirements:
I have Searched the forum for my issue and found nothing related or helpful
I have checked the Resources category (Resources Index)
I have reviewed the Wiki for relevant information
I have read the the Release Notes and Errata
OpenMandriva Lx version:
Rock 6 (aarch64)
Desktop environment (KDE, LXQT…):
None
Description of the issue (screenshots if relevant):
Need help installing/using (see below)
Relevant informations (hardware involved, software version, logs or output…):
This is a continuation from this thread. I got past the DNS issue, but I can’t seem to move forward. Here’s the goal and the situation:
- I got a Libre Computer Renegade because Raspberry Pis are too expensive now.
- I wanted to run Nextcloud on it, and I installed it using the default Armbian several months ago. Armbian booted off the SD card, and I attached a USB enclosure with an old NVMe in it for the Nextcloud storage.
- Every couple of days, the thing would crash with kernel panics. It got worse and worse until it was crashing more than once a day. I blame Armbian, because I have another of these on a Linode and it works fine.
- Fed up with this situation, I decided to replace the OS with OpenMandriva. I had trouble finding an image so someone (I think @rugyada ) linked one to me on the Matrix chat.
- This board needs a special bootloader that OM doesn’t have, but you can install the bootloader on an SD card. I used
dd
to copy the OM image to the NVMe and put the bootloader on the SD card. It boots fine. So I have an SD card installed with the bootloader, which then searches the USB bus for an image. If you have the NVMe with OM plugged into the right port, it finds it and boots it from the NVMe. - The NVMe is 256GB. The root partition, however, is only 1.2 GB. I want to resize this partition to be the full size of the NVMe, but everything I try hasn’t worked:
- I tried using fdisk to delete and re-add the partition. The partition is re-added, but I can’t use
resize2fs
on it when it’s mounted (even though the article says this is safe, OM won’t let me). - I tried using KDE Partition Manager from my laptop to check/fix the partition size. This also did not make the partition bigger.
- I tried just resizing the partition from KDE Partition Manager (without the fdisk step), but then it wouldn’t boot.
- I ran the
install-openmandriva
script in the defaultomv
user’s home directory. It made some new partitions, but failed with a message saying it couldn’t sync the partition table, and that this same error happens on ABF (looks like line 29 of/usr/share/om-text-installer/partitions
which is called from the main script).
- I tried using fdisk to delete and re-add the partition. The partition is re-added, but I can’t use
I seem to be stuck at this point. The default partition size isn’t sufficient for me to install Nextcloud, let alone have any data in it. I can find no documentation on the aarch64 build of OpenMandriva, but when I’m finished (as I did with making packages), I would be happy to write some.
Can anybody help me out?