Having read that RPi4 now can boot from USB directly, I thought to perform my hardware upgrade.
It works out of the box, but I noticed that it takes seconds for the RPi4 to responds to ping requests on the network, even if it takes about 5m20s to boot and respond via ssh.
I found the article about the usb-storage.quirks solution and I tried to apply it to my case, but I was unsuccessful.
So I tried to remove the old casing and replace it with this USB-Sata converter: https://www.amazon.it/gp/product/B07Y82 ... UTF8&psc=1
The lsusb output is the following:
Code: Select all
Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code: Select all
usb-storage.quirks=1a40:0101:u,2109:3431:u dwc_otg.lpm_enable=0 console=tty1 boot=PARTUUID=22b09c07-01 root=PARTUUID=22b09c07-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cgroup_enable=memory cgroup_memory=1
Any suggestion is very welcome, thanks a lot.