Go to system, services, control, and check allow remote control of programs on other systems
That worked for me, too. Thanks a lot, bro!
Go to system, services, control, and check allow remote control of programs on other systems
That worked for me, too. Thanks a lot, bro!
Is it possible to use utf-8 fonts in SSH?
I've just updated my LibreElec v8.2.5 in the dual boot configuration to v8.90.006 ALPHA using the usual update procedure of Updating using the CLI. Everything went flawlessly.
BTW, TigerVNC is working better on 8.90.006 than on 8.2.5. Much less flickering on the remote PC.
Thank you, jkovacs !
I was unable to add the label EFI too, it said "Long file EFI already exists". So I added the label ESP instead (EFI System Partition). And I had to set `mtools_skip_check=1`:
and my `/storage/.config/udev.rules.d/95-udevil-mount.rules` is:
ENV{ID_FS_LABEL}=="EFI|BOOT|Recovery|RECOVERY|SETTINGS|boot|root0|share0|ESP|GRUB|Windows", GOTO="exit"
After reboot:
# df -h
Filesystem Size Used Available Use% Mounted on
devtmpfs 3.8G 203.3M 3.6G 5% /dev
/dev/sda6 1.9G 218.0M 1.6G 12% /flash
/dev/sda7 35.6G 431.1M 33.3G 1% /storage
/dev/loop0 203.3M 203.3M 0 100% /
tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs 3.8G 6.7M 3.8G 0% /run
tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
tmpfs 3.8G 2.0M 3.8G 0% /var
tmpfs 3.8G 4.0K 3.8G 0% /tmp
Display More
So, everything is fine now! Thanks again!
BTW, how do I upgrade LibreElec? Just copy new images of KERNEL and SYSTEM to `/dev/sda6`?
Thanks a lot, jkovacs ! It works perfectly!
Could you please say if there is a way to disable displaying of Windows and Grub partitions in Kodi UI? I can remove them from the UI, but after reboot they are there again.
And one more thing. Is this command correct:
grub-install --target=x86_64-efi --bootloader-id=LibreElec --boot-directory=/mnt/sda5 --efi-directory=/mnt/sda5
I mean, isn't the `boot-directory` has to be `/mnt/sda6` instead of `/mnt/sda5`? (though `/dev/sda6` is unmounted already)
I used exactly your command while setting up my system, and it's working fine, but I'm still in a doubt.