• GeneralPixel 7
  • CLI install seemed to work, but got many "archive does not contain '...'"

Hello,

I installed on Pixel 7 via CLI. It was a bit rocky; it failed on the first try on a different USB port (I had to do C<->A). And I couldn't get the web install to work either. But finally it seems to have worked.

The hash matches, the system boots, I made a phone call. What I'm wondering is, is there some sort of problem with my installation given that I got all of this stuff:

archive does not contain 'boot.sig'
archive does not contain 'init_boot.sig'
archive does not contain 'dtbo.sig'
archive does not contain 'dt.img'
archive does not contain 'pvmfw.sig'
archive does not contain 'recovery.img'
archive does not contain 'vbmeta.sig'
archive does not contain 'vbmeta_system.img'
archive does not contain 'vbmeta_vendor.img'
archive does not contain 'vendor_boot.sig'
archive does not contain 'vendor_kernel_boot.sig'
archive does not contain 'boot_other.img'
archive does not contain 'odm.img'
archive does not contain 'odm_dlkm.img'
archive does not contain 'product.sig'
archive does not contain 'system.sig'
archive does not contain 'system_dlkm.sig'
archive does not contain 'system_ext.sig'
archive does not contain 'system_other.img'
archive does not contain 'vendor.sig'
archive does not contain 'vendor_dlkm.sig'
archive does not contain 'vendor_other.img'

(not all in a row, they were interspersed among other output)

Thanks.

    looks like you did not extract the archive before running the install script.

    Would that be:

    bsdtar xvf DEVICE_NAME-factory-2021110122.zip

    From: https://grapheneos.org/install/cli#flashing-factory-images

    Because I definitely ran that since that archive contains flash-all.sh, which produced the above output in the first place. If you're talking about image-panther-2022102800.zip which is inside of it, I don't see an instruction to extract that before running flash-all.sh. Indeed, flash-all.sh refers to image-panther-2022102800.zip by name.

    Yes. But don't hold my hand to tight, because I went from CLI to Web Installer as soon as I saw none of the "missing stuff" in the extracted folder. 😳

    ill_logic Those images aren't used by any of the supported devices. CLI flashing process tries to flash all the possible images. It's expected to have in the output.

    Thank you! I suspected something like this but I wanted to be sure.