Hi,
Sébastien Gendre <[email protected]> writes: > Some update. > > I found an old USB drive, I "dd" my image to it and I could boot. The > root file system was successfully mount. > > So, the problem is when I boot from an SD card. What could be the cause > of it ? My guess would be it does not have the Linux modules in initrd, you will need to put these to initrd-modules. One way to check the module would be to boot from the USB drive, and in the booted system find out the module. There are various ways to do it. Guix will check the missing modules on reconfigure, so you can put the SDcard's partition to the config.scm and reconfigure to it. It will likely fail with "missing modules for /dev/mmcblk0p1: <list of modules>" or something like that. Rutherther > > > > Best regards > > ------- > Gendre Sébastien
