>> (device "my-root") >> (device "my-boot") > > device should be a path to the device node and should look something > like /dev/sda1 and /dev/sda2. > >> (title 'label) > >> (title 'label) > > remove these
Are you sure ? I have similar setup (mount-by-label) and it is working, or did I misunderstood you ? (file-systems (cons (file-system (device "guixroot") (title 'label) (mount-point "/") (type "ext4")) %base-file-systems)) This is in guixsd documentation 7.1.5: Be sure that your partition labels match the value of their respective device fields in your file-system configuration, assuming your file-system configuration sets the value of title to 'label. >> (name "Marc") > > doesn't like capitalized user-names Is that not enforced by "guix system" ? maybe it should ? -- Vincent Legoll