At last, i rebuild my BTC full node on raspberry 4.
I wanted to install the latest raspbian version, Bookworm. But i faced an issue after reboot:
error message was : Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. done. Gave up waiting for root file system device. Common problems:
  • Boot args (cat proc/cmdline)
    • Check rootdelay= (did the system wait long enough?)
  • Missing modules (cat proc/modules: ls /dev) ALERT! LABEL=/dev/xxxx does not exist. Dropping to a shell! BusyBox v1.30.1 (Debian 1:1.30.1-4) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)
After digging on the web, the quickest solution was to build on the previous raspbian version, Bulleyes
Now it works like a charm :)