Anything in systemctl list-dependencies storage-ServerFolders-Videos.mount?
Posts by mglae
-
-
systemd supportsRequiresMountsFor=/path/.. in [Unit] section.
-
These modifications are only needed to disable a real power button like the case power switch.
Most remotes do not have the feature, then the <power> key is mapped to Shutdown() in the Kodi keymap.
-
You can try some additional logging. Boot without USB drives and log into ssh. Type:
udevadm monitor >udev.txt
Attach a failing drive and press <Ctrl>-c after a short time. Then:
journalctl >journal.txt
Post the two files.
But there is no guarantee that there are any findings.
-
1) What type of network (WLAN, ethernet, ...) are you using?
2) Did you try this:
if so pls force a refresh of the repos -> go to addons -> Download -> left side panel -> check for update
-
-
One final thought: did you check if one of the graphics cards can be forced in the BIOS options?
-
-
-
Free space check is done here.
To i.e. check if your large drive is detected correctly open python and type:
-
/boot/grub/custom.cfg can be used instead of (or in combination with) /etc/grub.d/40_custom with the advantage no update-grub is needed after editing.
-
update-grub
Oh, yes. Forgot that's not common to use /boot/grub/custom.cfg
-
lost+found is normal for ext? file systems and may be created even without error.
LE_SYSTEM can be even formatted FAT32, only LE_DATA needs ext4.
-
I mounted the LE_SYSTEM partition in Ububtu [...]
That is really odd. You can try the same with grub console. On the grub boot menu press 'c' to open the console. Then:
I have no experiences with rEFInd but in general you have to pass 'boot=LABEL=LE_SYSTEM disk=LABEL=LE_DATA quiet nosplash' as parameters when booting the KERNEL file.
-
The "ext2" module supports ext2, ext3 and ext4.
error: file `/KERNEL' not found.
Most likely the kernel file is not named "KERNEL". Please keep in mind that ext4 is case sensitive.
-
-
-
CvH thanks for the testbuild. I only liked to avoid an untested PR.