all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* system hangs at boot - LUKS /home/ problem(?)
@ 2024-03-26 15:15 Fulbert
  2024-03-26 17:58 ` Fulbert
  0 siblings, 1 reply; 10+ messages in thread
From: Fulbert @ 2024-03-26 15:15 UTC (permalink / raw)
  To: help-guix

Hello! Seeking some help/suggestions to solve a problem preventing
my system to boot up, which was working properly up to guix 9b84b36
(21 mar 2024) (note: I confess that my system is not totally pure).

Starting with guix d5f857a (22 mar 2024) up to my latest guix pull
with 1415ea7, the **system hangs during boot**, and it does before
anything is written to /var/log/messages. So, using a video capture
of the screen at boot, I was abble to catch :

#+begin_src boot
shepherd[1]: Exception caught while while starting device-mapping-luks-homes: (unbound-variable #f "Unbound variable: "S" (bytevector?) #f)
#+end_src

… which appears to be the culprit ?!

follows a long list of "shepherd[1]: Service XXX depends on YYY" and
then
#+begin_src boot
shepherd[1]: The following services could not be started in the background: <follows the list of all services the system should start>
#+end_src

From there : a blinking cursor and the only way out I found is
CTRL-ALT-DEL, which triggers shepherd to stop some services. After
that I have to shutdown using hardware button.

My system and its config.scm have not changed and I see nothing
relevant, related to LUKS/dm-crypt, in `guix pull -l`.

My LUKS is configured like so :

  (mapped-devices
    (list
      (mapped-device
        (source (uuid "<the uuid>"))
        (target "luks-homes")
        (type luks-device-mapping))))

  (file-systems
    (append
      (list
        […]
        (file-system (mount-point "/home")
                     (device (file-system-label "luks-homes"))
                     (type "ext4")
                     (dependencies mapped-devices))
        […]

Any help would be appreciated.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-08 11:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 15:15 system hangs at boot - LUKS /home/ problem(?) Fulbert
2024-03-26 17:58 ` Fulbert
2024-03-27  9:39   ` Adrien 'neox' Bourmault
2024-03-28 10:37     ` Fulbert
2024-03-28 11:34       ` Fulbert
2024-03-30 15:25         ` Remco van 't Veer
2024-04-02 20:00           ` Benjamin Slade
2024-04-02 20:00             ` bug#70051: " Benjamin Slade
2024-04-02 20:19             ` Remco van 't Veer
2024-04-08 11:47               ` SOLVED " Remco van 't Veer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.