Skip to content

Instantly share code, notes, and snippets.

@samueldr

samueldr/dmesg Secret

Created November 23, 2019 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/db87be41fbf03bce6fda93a887b8c7e3 to your computer and use it in GitHub Desktop.
Save samueldr/db87be41fbf03bce6fda93a887b8c7e3 to your computer and use it in GitHub Desktop.
+ e2fsck -vfy /dev/disk/by-label/NIXOS_SYSTEM
e2fsck 1.45.4 (23-Sep-2019)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
139643 inodes used (4.03%, out of 3462528)
0 non-contiguous files (0.0%)
0 non-contiguous directories (0.0%)
# of inodes with ind/dind/tind blocks: 0/0/0
Extent depth histogram: 117225
917902 blocks used (6.59%, out of 13933563)
0 bad blocks
0 large files
85268 regular files
[ 11.787106] c7 577 EXT4-fs (sda45): couldn't mount as ext3 due to feature incompatibilities
[ 11.790961] c4 577 EXT4-fs (sda45): couldn't mount as ext2 due to feature incompatibilities
[ 11.803534] c7 577 EXT4-fs (sda45): mounted filesystem with ordered data mode. Opts: (null)
32031 directories
0 character device files
0 block device files
0 fifos
0 links
22335 symbolic links (18716 fast symbolic links)
0 sockets
------------
139634 files
[...]
+ mount /dev/disk/by-label/NIXOS_SYSTEM /mnt
+ echo
+ echo '***'
***
+ echo
+ _find_init_path
+ local '_system='
+ '[' -L /mnt/nix/var/nix/profiles/system ]
+ '[' -e /mnt/nix-path-registration ]
+ head -1
+ grep '^/nix/store/[a-z0-9]\+-nixos-system-' /mnt/nix-path-registration
+ _system=/nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nixos-system-nixos-20.03.git.5b7be2a
+ echo /nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nixos-system-nixos-20.03.git.5b7be2a/init
+ echo 'Swiching root to /nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nixos-system-nixos-20.03.git.5b7be2a/init'
Swiching root to /nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nixos-system-nixos-20.03.git.5b7be2a/init
+ echo
+ echo '***'
***
+ echo
+ mkdir -m 0755 -p /mnt//proc
+ mount --move /proc /mnt//proc
+ mkdir -m 0755 -p /mnt//sys
+ mount --move /sys /mnt//sys
+ mkdir -m 0755 -p /mnt//dev
+ mount --move /dev /mnt//dev
+ mkdir -m 0755 -p /mnt//run
+ mount --move /run /mnt//run
mount: mounting /run on /mnt//run failed: Invalid argument
+ udevadm control --exit
+ type -P switch_root
+ _find_init_path
+ local '_system='
+ '[' -L /mnt/nix/var/nix/profiles/system ]
+ '[' -e /mnt/nix-path-registration ]
+ + headgrep -1
'^/nix/store/[a-z0-9]\+-nixos-system-' /mnt/nix-path-registration
+ _system=/nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nixos-system-nixos-20.03.git[ 11.961462] c6 602 EXT4-fs error (device sda45): ext4_has_uninit_itable:2895: comm mount: In
ode table for bg 0 marked as needing zeroing
[ 11.966882] c7 602 Aborting journal on device sda45-8.
[ 11.979301] c7 602 EXT4-fs (sda45): Remounting filesystem read-only
[ 11.984521] c7 602 EXT4-fs (sda45): re-mounted. Opts: (null)
[ 11.991430] c4 1 booting system configuration /nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nixos-system-nixos-20.03.git.5b7be2a
[ 12.004434] EXT4-fs error (device sda45): ext4_journal_check_start:56: Detected aborted journal.5b7be2a
+ echo /nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nix
os-system-nixos-20.03.git.5b7be2a/init
+ exec env -i /nix/store[ 12.022611] c5 603 EXT4-fs (sda45): Remounting filesystem read-only
/h0f2jvcci5zzmcf0y4cwndf3001n8bry-extra-utils-google-walleye-aarch64-unknown-linux-gnu/bin//switch_root /mnt /nix/store/j9l4v5088arjj2r64yzpjcccd7ik98k7-nixos-system-nixos-20.03.gi
t.5b7be2a/init
<<< NixOS Stage 2 >>>
install: cannot change permissions of '/etc': No such file or directory
[...]
[!!!!!!] Failed to load rescue target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment