You are not logged in.

#1 2023-02-04 09:41:35

HyNite
Member
Registered: 2023-02-04
Posts: 4

Plymouth doesn't show anything

Here is what I did:

Installed NVIDIA driver,
Installed plymouth-git,
Did every thing in Silent Boot wiki,
Changed theme using sudo plymouth-set-default-theme -R script,

I read the wiki multiple times to see what I did wrong but it seems like I did everything right but it doesn't work

also here is the config:

/boot/loader/loader.conf:
```
default arch.conf
timeout 3
console-mode max
editor no
```

/boot/loader/entries/arch.conf:
```
title Gharch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=/dev/nvme0n1p3 rw ibt=off nvidia_drm.modeset=1 quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 vt.global_cursor_default=0 fbcon=nodefer
```

/etc/mkinitcpio.conf:
```
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
HOOKS=(base systemd sd-plymouth autodetect modconf keyboard keymap consolefont block filesystems fsck)
```

Thanks for helping.

Last edited by HyNite (2023-02-04 10:12:02)

Offline

#2 2023-02-04 09:50:59

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Plymouth doesn't show anything

Aren't mkinitcpio and dracut alternatives to each others?
You should NOT use both, from my understandings.


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#3 2023-02-04 10:11:31

HyNite
Member
Registered: 2023-02-04
Posts: 4

Re: Plymouth doesn't show anything

d.ALT wrote:

Aren't mkinitcpio and dracut alternatives to each others?
You should NOT use both, from my understandings.

yes I don't know why I did the dracut config because I only used mkinitcpio -P

I removed it now but it doesn't make any difference because I didn't use dracut

Last edited by HyNite (2023-02-04 10:13:06)

Offline

#4 2023-02-04 10:45:03

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Plymouth doesn't show anything

I don't know if it's related or not (sorry, I don't use Plymouth), but did you have a look at this?

WIKI wrote:

If you cannot use KMS, e.g. because you are using a proprietary driver, or if you do not want to use the EFI framebuffer, consider using Uvesafb


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#5 2023-02-04 11:27:32

HyNite
Member
Registered: 2023-02-04
Posts: 4

Re: Plymouth doesn't show anything

d.ALT wrote:

I don't know if it's related or not (sorry, I don't use Plymouth), but did you have a look at this?

WIKI wrote:

If you cannot use KMS, e.g. because you are using a proprietary driver, or if you do not want to use the EFI framebuffer, consider using Uvesafb

Yes but you can set modeset using nvidia driver

Offline

#6 2023-02-04 13:29:59

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,255

Re: Plymouth doesn't show anything

To have high resolution as early as plymouth is running on an nvidia card your UEFI needs to provide the proper initial resolution since nvidia does indeed not have a high res framebuffer in early boot. A precondition of that is that CSM emulation mode in your UEFI is disabled make sure that is the case.

Online

#7 2023-02-04 20:53:32

3beb6e7c46a615a
Member
Registered: 2021-03-27
Posts: 165

Re: Plymouth doesn't show anything

Don't you have to add the "splash" kernel parameter to enable plymouth? It seems to be missing in your configuration...

Offline

#8 2023-02-05 11:59:12

HyNite
Member
Registered: 2023-02-04
Posts: 4

Re: Plymouth doesn't show anything

lunaryorn wrote:

Don't you have to add the "splash" kernel parameter to enable plymouth? It seems to be missing in your configuration...

Thanks that worked but still some themes doesn't work for some reason

Offline

Board footer

Powered by FluxBB