Open BastienM opened 1 week ago
please flash a full disk image to the emmc and afterwards directly the spi image. That should fix it, and was tested extensively before releasing 1.8.2
Yes, I did that the first time around (when I installed v1.7.6). Even tried it once more with the 1.8.2 img, without more success.
In the end, I flashed back 1.7.6 and went along with a talos upgrade
. Which worked.
There where partition problems in 1.8.2, see : https://github.com/siderolabs/talos/issues/9701
Not sure if its related as I cannot replicate your report as is.
I will see if I can make time this weekend to try to reproduce the issue.
Bug Report
Description
After flashing the
v1.8.2
raw image on the NVMe, RK1s can no longer boot properly.u-boot
complains about a missingEFI
partition, which exists. I also went on with flashing theu-boot-spi.bin
from the latest release (v1.8.2-2-g2f6b258
), without any apparent changes.Then flashed
1.7.6
back on the NVMe, and it booted correctly.~Only really difference I could see at glances, is an offset of 1Mb between partition 0 (unformatted) and partition 1 (EFI).~ ~Unsure about the real impact since
u-boot
should not really care about the partition sizes...~Logs
dmesg with
1.8.2
:dmesg with
1.7.6
: