Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Libreelec 9.97.1 won't boot #16

Open
cmoulliard opened this issue Aug 10, 2021 · 1 comment
Open

Libreelec 9.97.1 won't boot #16

cmoulliard opened this issue Aug 10, 2021 · 1 comment

Comments

@cmoulliard
Copy link

cmoulliard commented Aug 10, 2021

Issue

When we select using berryboot LibreElec, the the following error is reported during the boot process

Filesystem uses "zstd" compression. This is not supported
F2FS-fs (loop0): Can't find valid F2FS filesystem in 1st superblock
F2FS-fs (loop0): Can't find valid F2FS filesystem in 2nd superblock
mount: mounting /dev/loop0 on /squashfs failed: invalid argument

unable to locate or execute /sbin/init /usr/lib/systemd/systemd inside LibreELEC.img128

Here is the commands I executed to install the image on a berryboot SD card

curl -Ls --output installLibreELEC https://bit.ly/InstLibreELEC; chmod u+x installLibreELEC; ./installLibreELEC
 *** Performing self-update
 *** Relaunching after update

#######################################################
########### LibreELEC install on Berryboot  ###########
###########    version  1.3    by macmpi    ###########


This script prepares and installs LibreELEC image for use under berryboot on
Raspberry Pi
It MUST be run under a Debian Linux OS (like Raspbian-lite) and with
internet access.
At first run, it may install missing Debian packages: this can take time...
(sudo rights are needed for Debian installs, mounts and image copy)

If run under Pi with berryboot (recommended), it will try to install image into
final location (SD/USB disk encrypted or not, iSCSI).
If not run under berryboot (Pi, PC,...), it will try to copy image to
any connected media eventually containing a berryboot partition.
If no berryboot data partition is detected, image file may be produced in
working directory, for later-on use...

Hit any key to continue, or "q" to quit h
Found berryboot partition at /dev/mmcblk0p2 : do you want to use this one? [Y/n] Y

We detected Pi v4 model. Please hit [ENTER] to confirm,
or type "0" for Pi Zero/v1, or "2" for Pi v2/v3, or "4" for Pi v4: 4

LibreELEC latest release version is: 9.2.8

Please input desired LibreELEC version (format: X.Y.Z)
List of available versions here:  http://archive.libreelec.tv/
For default version 9.2.8, just hit [ENTER] : 9.97.1

Please input name for the image (no space or special characters)
For default name LibreELEC, just hit [ENTER] :

Downloading original image from LibreELEC repo, this may take a bit of time...
--2021-08-10 13:48:02--  http://archive.libreelec.tv/LibreELEC-RPi4.arm-9.97.1.tar
Resolving archive.libreelec.tv (archive.libreelec.tv)... 104.26.15.169, 104.26.14.169, 172.67.71.200, ...
Connecting to archive.libreelec.tv (archive.libreelec.tv)|104.26.15.169|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 128215040 (122M) [application/x-tar]
Saving to: 'LibreELEC-RPi4.arm-9.97.1.tar'

LibreELEC-RPi4.arm-9.97.1.tar            100%[===============================================================================>] 122.28M  2.63MB/s    in 46s

2021-08-10 13:48:48 (2.67 MB/s) - 'LibreELEC-RPi4.arm-9.97.1.tar' saved [128215040/128215040]

Expanding archive...
Obtaining patches...
Applying patches...
Moving image into place...
cleaning-up...
Install done. You may plug back your berryboot media into your Pi,
and launch LibreELEC from berryboot UI at next boot
@macmpi
Copy link
Owner

macmpi commented Aug 10, 2021

Hi,
Sorry you find some issues with recent versions: actually I've stopped working on this repo a while back, and there probably some quirks with recent Berryboot versions and these now-unsupported scripts.
That's particularly the case on Pi4 (never tested) as later Berryboot versions shifted from AUFS to overlay, and scripts have not been adjusted for that. There might be other stuff too (distributions download locations/URLs, versions detection, etc...).
I forgot to set the project as archived, which I will do now: feel free to fork & enhance it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants