Hi znavko, Giovanni Biscuolo <[email protected]> skribis:
> In gnu/system.scm: > 974:26 0 (operating-system-bootcfg #<<operating-system> kernel:…> …) > > gnu/system.scm:974:26: In procedure operating-system-bootcfg: > In procedure struct_vtable: Wrong type argument in position 1 (expecting > struct): #f [...] > (file-systems (cons (file-system (device "/dev/sdb1") > (mount-point "/mnt") (type "ext4")) %base-file-systems)) I think Guix is trying to tell you, with its own words *cough*, that your OS config does not specify a root file system. Indeed, there’s “/mnt” there, but no “/”. HTH! Ludo’.
