@brent.thierens
Warning: /lib/modules/5.9.0-rc4-00034-g7fe10096c150/modules.devname not found - ignoring
did you forget to install kernel modules?
self_repair: Message when starting to rebuild stateful partition.
this is printed before starting to rebuild a corrupted stateful partition.
I see (step 3) that you are mounting a partition and altering it before trying to boot the image.
If I understand correctly, you can't touch *any* partitions after the image is created, or checksums will fail / chromium os will see the partitions as corrupted.
We might be able to get around this by setting DISABLE_STATEFUL_SECURITY_HARDENING as true in the startup script per https://chromium.googlesource.com/chromi...tartup#137
Warning: /lib/modules/5.9.0-rc4-00034-g7fe10096c150/modules.devname not found - ignoring
did you forget to install kernel modules?
self_repair: Message when starting to rebuild stateful partition.
this is printed before starting to rebuild a corrupted stateful partition.
I see (step 3) that you are mounting a partition and altering it before trying to boot the image.
If I understand correctly, you can't touch *any* partitions after the image is created, or checksums will fail / chromium os will see the partitions as corrupted.
We might be able to get around this by setting DISABLE_STATEFUL_SECURITY_HARDENING as true in the startup script per https://chromium.googlesource.com/chromi...tartup#137