Aleksey Vasenev Posted June 25, 2020 Posted June 25, 2020 Armbian_20.05.3_Orangepizero_buster_current_5.4.45.img apt install cryptsetup lvm2 thin-provisioning-tools All ok if install any two, size problem? Quote ## Executing script at 44000000 ## Loading init Ramdisk from Legacy Image at 43300000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 13697769 Bytes = 13.1 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... Bad Data CRC Ramdisk image is corrupt or invalid
Werner Posted June 26, 2020 Posted June 26, 2020 20.05.3 Known issue. Either start over with the most recent image or fix it by changing the compression algorythm of you ramdisk to gzip.
Aleksey Vasenev Posted June 26, 2020 Author Posted June 26, 2020 (edited) 28 minutes ago, Werner said: 20.05.3 Known issue. Either start over with the most recent image or fix it by changing the compression algorythm of you ramdisk to gzip. Some notes: 1. You only discuss focal problem, but i reproduce with buster, no newer images yet. 2. What real reason of problem? Only some update-initramfs failed, in my case only when i add 3 packages to it. Edited June 26, 2020 by Aleksey Vasenev
Igor Posted June 26, 2020 Posted June 26, 2020 54 minutes ago, Aleksey Vasenev said: but i reproduce with buster But it could be related. What if those packages changes compression and this is failing on (ARM? only) 54 minutes ago, Aleksey Vasenev said: only when i add 3 packages to it. Check what those packages do and check support terms before getting to exicted who has to fix problems https://github.com/armbian/build#support
Aleksey Vasenev Posted July 1, 2020 Author Posted July 1, 2020 Seems we exceed max ramdisk size: 0x44000000 - 0x43300000 = 13 MiB Quote ## Executing script at 44000000 ## Loading init Ramdisk from Legacy Image at 43300000 ... Data Size: 13697769 Bytes = 13.1 MiB
Aleksey Vasenev Posted July 22, 2020 Author Posted July 22, 2020 I fixed issue by adding "load_addr=0x45000000" to /boot/armbianEnv.txt 1
Recommended Posts