Paul Menzel wrote:
I was told coreboot and SeaBIOS are too fast for the SSD and it needs at least 500 ms for its initialization.
Though looking at the code in `src/hw/ahci.c`, it should have 32 seconds to initialize.
The SSD can probably not deal with any SATA activity until it has initialized correctly. That's probably an SSD firmware bug.
//Peter