Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
(2015-01-22, 07:42)Matt Devo Wrote:
(2015-01-22, 07:35)bolmsted Wrote: I'm not sure what I'm running into but I've noticed that I sometimes reboot the chromebox and it hangs on the OpenELEC screen on reboot and I have to physically power it off and then back on. I've setup an OS side NFS mount and installed some addons - one of which needs an OS level share installed instead of having Kodi use one built in and I can see it mounted via ssh.

I'd bet it's hanging on trying to mount the NFS share before the network is up. Do you have the share setup properly to wait for the network before mounting?

Hi Matt

it seems to hang when rebooting the box. When I power on the box from cold it takes a bit of time to come up but it does mount the file system on boot... I'm using the new method for mounting NFS. This is from my Synology running DSM4.3

Code:
OpenELEC:~/.config/system.d # more storage-pulsar.mount
[Unit]
Description=Pulsar nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service

[Mount]
# The share we want mount
What=192.168.1.5:/volume1/pulsar
Where=/storage/pulsar
Options=
Type=nfs

[Install]
WantedBy=multi-user.target
OpenELEC:~/.config/system.d #

OpenELEC:~/.config/system.d # df -h
Filesystem                Size      Used Available Use% Mounted on
devtmpfs                934.5M    136.7M    797.7M  15% /dev
/dev/sda6               242.1M    146.2M     91.9M  61% /flash
/dev/sda7                 8.9G    336.0M      8.5G   4% /storage
/dev/loop0              136.8M    136.8M         0 100% /
tmpfs                   936.3M         0    936.3M   0% /dev/shm
tmpfs                   936.3M      5.7M    930.6M   1% /run
tmpfs                   936.3M         0    936.3M   0% /sys/fs/cgroup
tmpfs                   936.3M      8.0K    936.3M   0% /tmp
tmpfs                   936.3M    252.0K    936.0M   0% /var
/dev/sda12               16.0M      1.4M     14.5M   9% /var/media/EFI-SYSTEM
/dev/sda8                11.5M     24.0K     11.1M   0% /var/media/OEM
/dev/sda1                 1.5G     17.7M      1.4G   1% /var/media/sda1-ata-SanDisk_SSD_U110
192.168.1.5:/volume1/pulsar
                          7.2T      5.3T      1.9T  74% /storage/pulsar
OpenELEC:~/.config/system.d #


EDIT: sorry I put in the mount snippet twice and not the df -h to show it was mounting at boot.
Reply


Messages In This Thread
Chromebox and Qwerty Air Mouse - by rahjer - 2014-08-13, 04:51
Wake from suspend K400 - by dontknowhow - 2014-08-20, 16:05
DisplayPort - by Charles R - 2014-08-29, 21:33
HP Chromebox 4Gb - by P3ws - 2014-09-20, 08:51
BIOS update fails - by gkingsmill - 2014-10-17, 12:05
Great Expierience - by pmpartners - 2014-12-06, 16:00
3D support (auto swtich) - by zaldwaik - 2014-12-23, 07:27
RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.8 - 2015/01/07] - by bolmsted - 2015-01-22, 16:49
High Idle CPU - by ToBeFrank - 2015-02-28, 03:29
HELP!!! - by code_19 - 2015-03-22, 04:49
R3.15 - 2015/03/19] - by nickr - 2015-03-25, 20:55
Skipping Frames - by busta.rhymes - 2015-07-29, 15:40
External disks not sleeping... - by sixburgh - 2015-10-14, 22:02
ChromeBOX2 success in dualboot - by fishypops - 2015-11-08, 19:05
Confirm Bricked Chromebox - by Bogustime - 2016-03-20, 19:24
(LibreELEC Bluetooth not working - by jerndl - 2017-01-06, 18:20
New Audio Problem - by Pajoe - 2019-01-19, 01:20
RE: New Audio Problem - by Matt Devo - 2019-01-19, 11:13
Powering on with TV turned off - by robca - 2021-07-18, 21:20
RE: Powering on with TV turned off - by robca - 2021-07-21, 19:10
Logout Mark Read Team Forum Stats Members Help
ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]37