berryboot icon indicating copy to clipboard operation
berryboot copied to clipboard

Not able to create Libreelec SquashFS format

Open torak666 opened this issue 6 years ago • 5 comments

hi, i'm working on raspbian buster pi4. i follow tutorial https://www.berryterminal.com/doku.php/berryboot/adding_custom_distributions and https://www.youtube.com/watch?v=07o1EQEe-do without success to create a Squash FS format of librelec.

Command i use: cd /media/pi/B68E-ACEA/ sudo kpartx -av LibreELEC-RPi4.arm-9.1.501.img ssh result : add map loop1p1 (254:0): 0 1048576 linear 7:1 8192 add map loop1p2 (254:1): 0 65536 linear 7:1 1056768 sudo mount /dev/mapper/loop1p2 /mnt

And blocked on this one sudo sed -i "s/^\/dev\/mmcblk/#\0/g" /mnt/etc/fstab ssh result: sed: couldn't edit /mnt/etc/fstab: not a regular file

Regards

torak666 avatar Oct 19 '19 16:10 torak666

For LibreELEC you would normally just take the SYSTEM file and rename it to LibreELEC.img It is already in the right format.

Will currently NOT work with Pi 4 though. The 64-bit kernel we are using currently does not support all features required.

maxnet avatar Oct 20 '19 11:10 maxnet

Hi, no system file on a librelec.img, other methods works?

Le dim. 20 oct. 2019 à 13:48, maxnet [email protected] a écrit :

For LibreELEC you would normally just take the SYSTEM file and rename it to LibreELEC.img It is already in the right format.

Will currently NOT work with Pi 4 though. The 64-bit kernel we are using currently does not support all features required.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maxnet/berryboot/issues/596?email_source=notifications&email_token=ANRDH3TDIN7CHNJRCCXLQSLQPRAPZA5CNFSM4JCQOR6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBYIKLQ#issuecomment-544245038, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRDH3UNEVPXDHM27ZADEJLQPRAPZANCNFSM4JCQOR6A .

torak666 avatar Oct 20 '19 12:10 torak666

The SYSTEM file is on the FAT partition of a LibreELEC SD card. (In loop1p1 if using kpartx)

But again IT IS NOT GOING TO WORK ON PI 4

maxnet avatar Oct 20 '19 12:10 maxnet

Is it now going to work?

BuhtigithuB avatar Mar 07 '21 19:03 BuhtigithuB

Is this problem fixed now ?

cmoulliard avatar Aug 10 '21 14:08 cmoulliard