From: alex.ter.weele@gmail.com
To: 25403@debbugs.gnu.org
Subject: bug#25403: fsck.ext4 not found during boot
Date: Sun, 08 Jan 2017 17:51:50 -0500 [thread overview]
Message-ID: <87pojx9ncp.fsf@guix.i-did-not-set--mail-host-address--so-tickle-me> (raw)
[-- Attachment #1: Type: text/plain, Size: 2699 bytes --]
Boot of guixSD was interrupted by "In execvp of fsck.ext4: No such file
or directory" followed by a Bourne-like REPL. Entering ",q" allows boot
to continue normally.
This occurred while booting generation 7 (see below). Generation 6
booted normally.
Attached is my operating-system configuration.
bash-4.4$ uname -a
Linux guix 4.8.12-gnu #1 SMP 1 x86_64 GNU/Linux
bash-4.4$ which ext4.fsck
which: no ext4.fsck in
(/home/alex/.guix-profile/bin:/run/setuid-programs:/run/current-system/profile/bin:/run/current-system/profile/sbin)
Generations:
scheme@(guile-user)> (guix-command "system" "list-generations")
Generation 1 Sep 06 2016 22:48:27
file name: /var/guix/profiles/system-1-link
canonical file name: /gnu/store/m5c43nhr363j2gsf5js7ryrp50bbdhq8-system
label: GNU with Linux-Libre 4.7 (beta)
root device: guix
kernel: /gnu/store/mbzkpw70jrck9z4hi032vdjff01w02aa-linux-libre-4.7/bzImage
Generation 2 Sep 10 2016 11:32:04
file name: /var/guix/profiles/system-2-link
canonical file name: /gnu/store/i2xm3k3vaxacv9pw78740419gn22dzdg-system
label: GNU with Linux-Libre 4.7.2 (beta)
root device: guix
kernel: /gnu/store/1w33nqlw4il84i4xr3pif45insmz82ln-linux-libre-4.7.2/bzImage
Generation 3 Sep 10 2016 11:32:04
file name: /var/guix/profiles/system-3-link
canonical file name: /gnu/store/i2xm3k3vaxacv9pw78740419gn22dzdg-system
label: GNU with Linux-Libre 4.7.2 (beta)
root device: guix
kernel: /gnu/store/1w33nqlw4il84i4xr3pif45insmz82ln-linux-libre-4.7.2/bzImage
Generation 4 Sep 10 2016 11:32:04
file name: /var/guix/profiles/system-4-link
canonical file name: /gnu/store/i2xm3k3vaxacv9pw78740419gn22dzdg-system
label: GNU with Linux-Libre 4.7.2 (beta)
root device: guix
kernel: /gnu/store/1w33nqlw4il84i4xr3pif45insmz82ln-linux-libre-4.7.2/bzImage
Generation 5 Sep 11 2016 15:17:57
file name: /var/guix/profiles/system-5-link
canonical file name: /gnu/store/735jsch2rki7vq6pxp5174hnjzc21v2q-system
label: GNU with Linux-Libre 4.7.2 (beta)
root device: guix
kernel: /gnu/store/1w33nqlw4il84i4xr3pif45insmz82ln-linux-libre-4.7.2/bzImage
Generation 6 Sep 16 2016 23:06:18
file name: /var/guix/profiles/system-6-link
canonical file name: /gnu/store/6j3kpanxm63ws3nhgp75vgpf30fbaxwj-system
label: GNU with Linux-Libre 4.7.2 (beta)
root device: guix
kernel: /gnu/store/1w33nqlw4il84i4xr3pif45insmz82ln-linux-libre-4.7.2/bzImage
Generation 7 Dec 04 2016 19:58:23 (current)
file name: /var/guix/profiles/system-7-link
canonical file name: /gnu/store/0l1ia1vbja1pmlvl5v3w2n0q7w0b5im2-system
label: GNU with Linux-Libre 4.8.12 (beta)
root device: guix
kernel: /gnu/store/90nmdrl491nyhsy7ar1zczvz5wgqlymh-linux-libre-4.8.12/bzImage
[-- Attachment #2: config.scm --]
[-- Type: text/plain, Size: 2053 bytes --]
;; This is an operating system configuration template
;; for a "desktop" setup without full-blown desktop
;; environments.
(use-modules (gnu)
(gnu system nss))
(use-service-modules desktop xorg avahi dbus networking)
(use-package-modules wm ratpoison certs suckless emacs guile-wm)
(operating-system
(host-name "guix")
(timezone "America/New_York")
(locale "en_US.UTF-8")
(bootloader (grub-configuration (device "/dev/sda")))
(file-systems
(cons* (file-system
(type "ext4")
(mount-point "/home")
(title 'label)
(device "home"))
(file-system
(device "guix")
(title 'label)
(mount-point "/")
(type "ext4"))
%base-file-systems))
(users (cons (user-account
(name "alex")
(group "users")
(supplementary-groups
'("wheel" "netdev" "audio" "video" "cdrom"))
(home-directory "/home/alex"))
%base-user-accounts))
(packages (cons* emacs
guile-wm
ratpoison ;window managers
nss-certs ;for HTTPS access
%base-packages))
;; Use the "desktop" services, which include the X11
;; log-in service, networking with Wicd, and more.
;;(services %desktop-services)
(services (cons*
(slim-service)
(screen-locker-service slock "slock")
;; D-Bus
(avahi-service)
;; TODO: connman doesn't work here because it's not a service (just a plain package, I think)
(wicd-service)
(udisks-service)
(upower-service)
(colord-service)
(geoclue-service)
(polkit-service)
(elogind-service)
(dbus-service)
(ntp-service)
%base-services))
;; Allow resolution of '.local' host names with mDNS.
(name-service-switch %mdns-host-lookup-nss))
next reply other threads:[~2017-01-08 23:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-08 22:51 alex.ter.weele [this message]
2017-01-08 23:11 ` bug#25403: fsck.ext4 not found during boot David Craven
2017-01-09 0:28 ` Alex ter Weele
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pojx9ncp.fsf@guix.i-did-not-set--mail-host-address--so-tickle-me \
--to=alex.ter.weele@gmail.com \
--cc=25403@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.