help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error in bootloader config while system init


From: Ludovic Courtès
Subject: Re: error in bootloader config while system init
Date: Tue, 21 May 2019 15:23:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi znavko,

Giovanni Biscuolo <address@hidden> 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]