Hello Ludovic,
> Uncaught exception:
> Throw to key misc-error with args ("primitive-load-path" "Unable to
> find file ~S in load path" ("ice-9/boot-9") #f)Can\
> not exit gracefully when init is in progress; aborting.
> Aborted
This must come from the lack of /proc/self/exe.
In Debian GNU/Hurd we've '/proc/self/exe -> /bin/ls'
Specifically, “guile-static-stripped” has this patch to make it
relocatable:
This is necessary for the bootstrap Guile (see make-bootstrap.scm),
and
was necessary in the initrd on GNU/Linux (I think we no longer need it
for the initrd).
At any rate, you may be able to boot the Hurd with the “real”,
dynamically-linked Guile, no? That would solve the problem entirely.
I will try not to use initrd. Thanks