Hi Daniel,
Daniel Lakeland <[email protected]> writes: > Hi all. > > I built a raw disk image using guix system image. When I dd it to a USB > stick it boots my test laptop just fine. But when I dd it to the > /dev/mmcblk0 on that laptop, the laptop boots the image but it gets > stuck at > > waiting for partition 'UUID-HERE' to appear.... > > and then drops into the guile REPL. > > I thought it might be because the initrd doesn't have the required > modules, so I scrolled through the dmesg when it boots off USB and > decided perhaps sdhci and rpmb_core are required and added this to the > definition of the image: Yes, that could be it. But could you verify that the uuid it is waiting for is indeed uuid of the partition? > > (initrd-modules (cons* "sdhci" "rpmb_core" %base-initrd-modules)) Apart from sdhci, I think you will need at least mmc-block. When you boot through the USB, are you able to use SDCard? If not, that would be a different problem than just a missing module in the initrd. Rutherther
