v19 LibreELEC Testbuilds for x86_64 (Kodi 19.0)
(2019-06-07, 09:13)Milhouse Wrote:
(2019-06-07, 08:39)DerSchnelle Wrote: I checked the UUID and the vfat-partition shown after blkid is indeed wrong (3E92-8632).

So I will have to edit the syslinux.cfg. Sadly I couldn't figure out how to do that. Is it possible to do it within the debugging-shell?

Thank you very much for your help!

Yes, but it's probably easier to boot into LibreELEC and edit it there as you have more tools available.

Assuming /dev/sda is your boot disk (check the output of blkid) then in the debug shell execute:
text:

mount /dev/sda1 /flash
exit
and your system should now proceed to boot into LibreELEC.

If your Storage partition also fails to mount, again because of a changed UUID, then use:
text:

mount /dev/sda2 /storage
exit

Once LibreELEC has booted, login with ssh (username: root, default password: libreelec) and run the following:
text:

mount -o remount,rw /flash
nano /flash/syslinux.cfg
Make the change(s) to fix the UUID, then enter ctrl-x (followed by Y and ENTER) to save the file.

Reboot, and you should hopefully boot straight into LibreELEC.         
First I want to thank you very much for your help! Sadly I wasn't able to boot into LibreELEC, because the storage partition wasn't to be found. I ended up doing a fresh installation what worked fine so far.

The only problem I have now is, that in my audio-configuration I can't choose my output device. There is only one entry (greyed out) with Bluetooth Audio (PULSEAUDIO). I uploaded the logfile to: http://ix.io/1mmf

There are lot INFOs like:

2019-06-21 08:54:51.047 T:140569816733440    INFO: CAESinkALSA - ALSA: /home/neil/projects/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/alsa-lib-1.1.9/src/pcm/pcm.c:2564Sadsnd_pcm_open_noupdate) Unknown PCM default
2019-06-21 08:54:51.047 T:140569816733440    INFO: CAESinkALSA - Unable to open device "default" for playback


and

2019-06-21 08:54:51.051 T:140569816733440   DEBUG: PulseAudio: Context authorizing
2019-06-21 08:54:51.052 T:140569816733440   DEBUG: PulseAudio: Context setting name
2019-06-21 08:54:51.052 T:140569816733440   DEBUG: PulseAudio: Context ready
2019-06-21 08:54:51.052 T:140569816733440 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2019-06-21 08:54:51.053 T:140569816733440  NOTICE: Found 1 Lists of Devices
2019-06-21 08:54:51.053 T:140569816733440  NOTICE: Enumerated PULSE devices:
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:     Device 1
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_deviceName      : Default
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_displayName     : Default
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_channels        : FL, FR
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2019-06-21 08:54:51.053 T:140569816733440  NOTICE:         m_streamTypes     : No passthrough capabilities
2019-06-21 08:54:51.053 T:140569808340736    INFO: CActiveAESink::OpenSink - initialize sink
2019-06-21 08:54:51.053 T:140569808340736   DEBUG: CActiveAESink::OpenSink - trying to open device PULSEBig Grinefault
2019-06-21 08:54:51.054 T:140569808340736   DEBUG: PulseAudio: Context authorizing
2019-06-21 08:54:51.054 T:140569808340736   DEBUG: PulseAudio: Context setting name
2019-06-21 08:54:51.054 T:140569808340736   DEBUG: PulseAudio: Context ready
2019-06-21 08:54:51.055 T:140569808340736   DEBUG: PulseAudio: Stream ready
2019-06-21 08:54:51.055 T:140569808340736  NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 300 ms
2019-06-21 08:54:51.055 T:140569808340736   DEBUG: CActiveAESink::OpenSink - PULSE Initialized:
2019-06-21 08:54:51.055 T:140569808340736   DEBUG:   Output Device : Default
2019-06-21 08:54:51.055 T:140569808340736   DEBUG:   Sample Rate   : 44100
2019-06-21 08:54:51.055 T:140569808340736   DEBUG:   Sample Format : AE_FMT_FLOAT
2019-06-21 08:54:51.055 T:140569808340736   DEBUG:   Channel Count : 2
2019-06-21 08:54:51.055 T:140569808340736   DEBUG:   Channel Layout: FL, FR
2019-06-21 08:54:51.055 T:140569808340736   DEBUG:   Frames        : 4410
2019-06-21 08:54:51.056 T:140569808340736   DEBUG:   Frame Size    : 8


Does this make sense to anyone?
Reply


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - by DerSchnelle - 2019-06-21, 09:15
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 19.0)3