berryboot
berryboot copied to clipboard
Not able to create Libreelec SquashFS format
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
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.
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 .
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
Is it now going to work?
Is this problem fixed now ?