verification – Working bitcoin node with already verified blockchain

I am following this information https://stadicus.github.io/RaspiBolt/ to setup a bitcoin full node on my new raspberry pi.
I already downloaded and verified the blockchain on my host machine. I additionally pruned it (6GB) so it may well match on my microSD card. I moved the blocks
and chainstate
folders to ~/.bitcoin
on my raspberry. However once I run the bitcoind
service with the identical bitcoin.conf file proposed on the information, the verificationprogress
exhibits that it begins from 0.
I’ve tried with these choices too:
prune=6000
reindex=1
reindex-chainstate=1
However none of them make the progress to be accomplished. I additionally tried ready some minutes with the intention to see if the progress completes quicker however that is not the case. What choices do I would like?