Advertisement
Guest User

Black screen with Plymouth

a guest
Feb 27th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. $ cat /proc/cmdline
  2. BOOT_IMAGE=/boot/vmlinuz-6.6-x86_64 root=UUID=7361f228-1102-406f-93c9-8c30f3d4372e rw quiet splash apparmor=1 security=apparmor udev.log_priority=3
  3.  
  4.  
  5.  
  6. $ cat /etc/mkinitcpio.conf
  7. # vim:set ft=sh
  8. # MODULES
  9. # The following modules are loaded before any boot hooks are
  10. # run. Advanced users may wish to specify all system modules
  11. # in this array. For instance:
  12. # MODULES=(usbhid xhci_hcd)
  13. MODULES=""
  14.  
  15. # BINARIES
  16. # This setting includes any additional binaries a given user may
  17. # wish into the CPIO image. This is run last, so it may be used to
  18. # override the actual binaries included by a given hook
  19. # BINARIES are dependency parsed, so you may safely ignore libraries
  20. BINARIES=()
  21.  
  22. # FILES
  23. # This setting is similar to BINARIES above, however, files are added
  24. # as-is and are not parsed in any way. This is useful for config files.
  25. FILES=""
  26.  
  27. # HOOKS
  28. # This is the most important setting in this file. The HOOKS control the
  29. # modules and scripts added to the image, and what happens at boot time.
  30. # Order is important, and it is recommended that you do not change the
  31. # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
  32. # help on a given hook.
  33. # 'base' is _required_ unless you know precisely what you are doing.
  34. # 'udev' is _required_ in order to automatically load modules
  35. # 'filesystems' is _required_ unless you specify your fs modules in MODULES
  36. # Examples:
  37. ## This setup specifies all modules in the MODULES setting above.
  38. ## No RAID, lvm2, or encrypted root is needed.
  39. # HOOKS=(base)
  40. #
  41. ## This setup will autodetect all modules for your system and should
  42. ## work as a sane default
  43. # HOOKS=(base udev autodetect modconf block filesystems fsck)
  44. #
  45. ## This setup will generate a 'full' image which supports most systems.
  46. ## No autodetection is done.
  47. # HOOKS=(base udev modconf block filesystems fsck)
  48. #
  49. ## This setup assembles a mdadm array with an encrypted root file system.
  50. ## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
  51. # HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
  52. #
  53. ## This setup loads an lvm2 volume group.
  54. # HOOKS=(base udev modconf block lvm2 filesystems fsck)
  55. #
  56. ## NOTE: If you have /usr on a separate partition, you MUST include the
  57. # usr and fsck hooks.
  58. HOOKS="base udev autodetect modconf block keyboard keymap consolefont plymouth filesystems fsck"
  59.  
  60. # COMPRESSION
  61. # Use this to compress the initramfs image. By default, gzip compression
  62. # is used. Use 'cat' to create an uncompressed image.
  63. #COMPRESSION="gzip"
  64. #COMPRESSION="bzip2"
  65. #COMPRESSION="lzma"
  66. #COMPRESSION="xz"
  67. #COMPRESSION="lzop"
  68. #COMPRESSION="lz4"
  69. #COMPRESSION="zstd"
  70.  
  71. # COMPRESSION_OPTIONS
  72. # Additional options for the compressor
  73. #COMPRESSION_OPTIONS=()
  74.  
  75. # MODULES_DECOMPRESS
  76. # Decompress kernel modules during initramfs creation.
  77. # Enable to speedup boot process, disable to save RAM
  78. # during early userspace. Switch (yes/no).
  79. #MODULES_DECOMPRESS="yes"
  80.  
  81.  
  82.  
  83.  
  84. $ inxi -Gxxxc0
  85. Graphics:
  86. Device-1: NVIDIA GM204 [GeForce GTX 970] vendor: ASUSTeK driver: nvidia
  87. v: 545.29.06 arch: Maxwell pcie: speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.0
  88. chip-ID: 10de:13c2 class-ID: 0300
  89. Display: x11 server: X.Org v: 21.1.11 compositor: xfwm4 v: 4.18.0 driver:
  90. X: loaded: modesetting,nvidia alternate: fbdev,nouveau,nv,vesa gpu: nvidia
  91. display-ID: :0.0 screens: 1
  92. Screen-1: 0 s-res: 2560x1440 s-dpi: 96 s-size: 677x381mm (26.65x15.00")
  93. s-diag: 777mm (30.58")
  94. Monitor-1: DVI-I-1 pos: primary res: 2560x1440 hz: 60 dpi: 109
  95. size: 597x336mm (23.5x13.23") diag: 685mm (26.97") modes: N/A
  96. Monitor-2: None-1-1 size-res: N/A modes: N/A
  97. API: EGL v: 1.5 hw: drv: nvidia platforms: device: 0 drv: nvidia device: 2
  98. drv: swrast gbm: drv: kms_swrast surfaceless: drv: nvidia x11: drv: nvidia
  99. inactive: wayland,device-1
  100. API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 545.29.06
  101. glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce GTX 970/PCIe/SSE2
  102. API: Vulkan v: 1.3.276 layers: 5 surfaces: xcb,xlib device: 0
  103. type: discrete-gpu driver: nvidia device-ID: 10de:13c2
  104.  
  105.  
  106.  
  107.  
  108. $ pamac info plymouth
  109. Name : plymouth
  110. Version : 24.004.60-6
  111. Description : Graphical boot splash screen
  112. URL : https://www.freedesktop.org/wiki/Software/Plymouth/
  113. Licenses : GPL-2.0-or-later
  114. Repository : extra
  115. Installed Size : 2.3 MB
  116. Groups : --
  117. Depends On : bash cairo cantarell-fonts filesystem>=2023.12.21
  118. fontconfig freetype2 glib2 glibc libdrm libevdev libpng
  119. libx11 libxkbcommon pango systemd-libs xkeyboard-config
  120. Optional Dependencies : gtk3: x11 renderer [Installed]
  121. Required By : plymouth-theme-manjaro
  122. Optional For : pamac-cli
  123. Provides : --
  124. Replaces : --
  125. Conflicts With : --
  126. Packager : Mark Wagie <mark@manjaro.org>
  127. Build Date : Wed 14 Feb 2024 11:07:46 AM EST
  128. Install Date : Wed 21 Feb 2024 10:14:52 AM EST
  129. Install Reason : Explicitly installed
  130. Validated By : Signature
  131. Backup files : /etc/plymouth/plymouthd.conf
  132.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement