We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
bbootimg -x boot.img bbootimg -u boot.img zImage
Expected: repacked image boots Actual: fastboot hangs during boot:
$ fastboot boot boot.img Downloading 'boot.img' OKAY [ 1.495s] booting
Reconnecting to fastboot and dumping bootloader log with fastboot oem dmesg shows that the bootloader can't detect the kernel compression type:
fastboot oem dmesg
(bootloader) AcceptCmd:download:04000000 (bootloader) Downloading 67108864 bytes (bootloader) AcceptCmd:boot (bootloader) avb_slot_verify.c:524: DEBUG: Loading vbmeta struct from pa (bootloader) artition 'vbmeta_b'. (bootloader) avb_slot_verify.c:524: DEBUG: Loading vbmeta struct from pa (bootloader) artition 'system_b'. (bootloader) avb_slot_verify.c:286: DEBUG: dtbo_b: Loading entire partit (bootloader) tion. (bootloader) AvbLoadAndVerifyBootImages: boot state orange (bootloader) kernel compression not supported (bootloader) Error calling BootPrepareAsync Unsupported (bootloader) Fastboot: Error executing command boot
This device uses the new v1 boot image header along with a switch to LZ4 compressed kernel; would that cause the issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce:
Expected: repacked image boots
Actual: fastboot hangs during boot:
Reconnecting to fastboot and dumping bootloader log with
fastboot oem dmesg
shows that the bootloader can't detect the kernel compression type:This device uses the new v1 boot image header along with a switch to LZ4 compressed kernel; would that cause the issue?
The text was updated successfully, but these errors were encountered: