Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created November 3, 2020 02:29
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 grahamc/8cd1950106c62f4c21bb630e3287f6f3 to your computer and use it in GitHub Desktop.
Save grahamc/8cd1950106c62f4c21bb630e3287f6f3 to your computer and use it in GitHub Desktop.
EFI stub: Booting Linux Kernel...
EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
[ 0.297952] OF: /soc@0/pci@848000000000: #msi-cells = 1 found -1
[ 0.304098] OF: /soc@0/pci@849000000000: #msi-cells = 1 found -1
[ 0.310243] OF: /soc@0/pci@84a000000000: #msi-cells = 1 found -1
[ 0.316393] OF: /soc@0/pci@84b000000000: #msi-cells = 1 found -1
[ 0.322552] OF: /soc@0/pci@87e0c0000000: #msi-cells = 1 found -1
[ 0.334892] OF: /soc@100000000000/pci@848000000000: #msi-cells = 1 found -1
[ 0.341999] OF: /soc@100000000000/pci@849000000000: #msi-cells = 1 found -1
[ 0.349100] OF: /soc@100000000000/pci@84a000000000: #msi-cells = 1 found -1
[ 0.356198] OF: /soc@100000000000/pci@84b000000000: #msi-cells = 1 found -1
[ 24.683479] nicpf 0006:01:00.0: Request for #10 msix vectors failed, returned -28
[ 24.697713] xhci_hcd 0004:00:10.0: No msi-x/msi found and no IRQ in BIOS
[ 24.704419] xhci_hcd 0004:00:10.0: startup error -22
[ 24.709398] xhci_hcd 0004:00:10.0: init 0004:00:10.0 fail, -22
[ 24.715443] xhci_hcd 0004:00:11.0: No msi-x/msi found and no IRQ in BIOS
[ 24.722146] xhci_hcd 0004:00:11.0: startup error -22
[ 24.727116] xhci_hcd 0004:00:11.0: init 0004:00:11.0 fail, -22
<<< NixOS Stage 1 >>>
loading module zfs...
loading module spl...
loading module dm_mod...
running udev...
Starting version 246
kbd_mode: KDSKBMODE: Inappropriate ioctl for device
starting device mapper and LVM...
+ set -o pipefail
+ /nix/store/2xq8j1j1adjv8pihd25khndj2jik9k7h-systemd-246.4/bin/udevadm settle
+ /nix/store/4ndniqsh5wnfviviydi59w67v2jr47v9-util-linux-2.36-bin/bin/lsblk --output-all
+ /nix/store/4ndniqsh5wnfviviydi59w67v2jr47v9-util-linux-2.36-bin/bin/lsblk -d -e 1,7,11,230 -o NAME -n
+ /nix/store/zzk13n137lrzidkkdg3p24zb48cbr0ib-busybox-1.31.1/bin/sed -e 's#^#/dev/#'
+ /nix/store/zzk13n137lrzidkkdg3p24zb48cbr0ib-busybox-1.31.1/bin/xargs /nix/store/3rzcw96fvrl3ikcpdr0iqm6qxbprg8bh-zfs-user-0.8.4/bin/zpool create -f -O 'sync=disabled' -O 'mountpoint=none' -O 'atime=off' -O 'compression=lz4' -O 'xattr=sa' -O 'acltype=posixacl' -O 'relatime=on' -o 'ashift=12' rpool
missing vdev specification
usage:
create [-fnd] [-o property=value] ...
[-O file-system-property=value] ...
[-m mountpoint] [-R root] <pool> <vdev> ...
importing root ZFS pool "rpool"........................................................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment