Advertisement
Guest User

mkinitcpio output

a guest
Apr 29th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. [root@archiso /]# sudo mkinitcpio -p linux
  2. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  3. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  4. ==> Starting build: 5.11.16-arch1-1
  5. -> Running build hook: [base]
  6. -> Running build hook: [udev]
  7. -> Running build hook: [autodetect]
  8. -> Running build hook: [modconf]
  9. -> Running build hook: [block]
  10. ==> WARNING: Possibly missing firmware for module: xhci_pci
  11. -> Running build hook: [keyboard]
  12. -> Running build hook: [keymap]
  13. -> Running build hook: [encrypt]
  14. ==> WARNING: Possibly missing firmware for module: qat_4xxx
  15. -> Running build hook: [lvm2]
  16. -> Running build hook: [filesystems]
  17. -> Running build hook: [resume]
  18. ==> Generating module dependencies
  19. ==> Creating xz-compressed initcpio image: /boot/initramfs-linux.img
  20. ==> Image generation successful
  21. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  22. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  23. ==> Starting build: 5.11.16-arch1-1
  24. -> Running build hook: [base]
  25. -> Running build hook: [udev]
  26. -> Running build hook: [modconf]
  27. -> Running build hook: [block]
  28. ==> WARNING: Possibly missing firmware for module: aic94xx
  29. ==> WARNING: Possibly missing firmware for module: wd719x
  30. ==> WARNING: Possibly missing firmware for module: xhci_pci
  31. -> Running build hook: [keyboard]
  32. -> Running build hook: [keymap]
  33. -> Running build hook: [encrypt]
  34. ==> WARNING: Possibly missing firmware for module: qat_4xxx
  35. -> Running build hook: [lvm2]
  36. -> Running build hook: [filesystems]
  37. -> Running build hook: [resume]
  38. ==> Generating module dependencies
  39. ==> Creating xz-compressed initcpio image: /boot/initramfs-linux-fallback.img
  40. ==> Image generation successful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement