Page MenuHomeVyOS Platform

SquashFS compression options do not work properly for ARM64
Closed, ResolvedPublic

Description

It is required to modify current SquashFS compression parameters for ARM64 platform. Current compression parameters are shared between AMD64 and ARM64 platforms, it may lead to the following errors:

[   60.519910] SQUASHFS error: xz decompression failed, data probably corrupt
[   60.520419] SQUASHFS error: Failed to read block 0x1321999e: -5
[   60.523124] SQUASHFS error: xz decompression failed, data probably corrupt
[   60.523546] SQUASHFS error: Failed to read block 0x1321999e: -5

This error caused by incompatible compression parameters.

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

The SquashFS parameters were changed for ARM64 platform.

The compression parameters were modified.

dmbaturin renamed this task from Modify SquashFS compression options for ARM64 platform to SquashFS compression options do not work properly for ARM64.Thu, Nov 13, 12:41 AM