Preparing home assistant stuck with migration to ssd

I just migrated from sd card to SSD on a Raspberry Pi 4. On attached display I see that HA OS has started. The browser has now been stuck for way over 20 minutes on preparing home assistant and the log is giving the following loop:

22-12-20 19:36:33 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi4-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.4.6
22-12-20 19:36:33 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant with tag 2023.4.6.
22-12-20 19:36:39 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.4.6: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.4.6/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2023.4.6")
22-12-20 19:36:39 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec

The observer url gives the following:
|Supervisor:|Connected|
|Supported:|Supported|
|Healthy:|Unhealthy|

Any ideas?

This doesn’t feel good, but after pulling the power cable and rebooting it now worked.

I now have issues with starting Node Red:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-nginx: starting
s6-rc: info: service init-customizations: starting
s6-rc: info: service init-customizations successfully started
s6-rc: info: service init-nodered: starting
patch: **** out of memory
s6-rc: warning: unable to start service init-nodered: command exited 2
s6-rc: info: service init-nginx successfully started
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service init-nginx: stopping
s6-rc: info: service init-customizations: stopping
s6-rc: info: service init-customizations successfully stopped
s6-rc: info: service init-nginx successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

It says patch: *** out of memory. I don’t understand this. Any ideas?

Pi4 1Gb/2Gb/3Gb/8Gb ?

Pi4 2Gb memory. But what I don’t understand is that it worked fine before migrating to SSD.
Also, memory didn’t seem to go above 50% usage.