You are not logged in.

#1 2019-11-08 10:33:56

hariram.m
Member
Registered: 2019-11-08
Posts: 2

my arch hang when i preview plymouth theme

hi guys,

I installed Arch-Rolling 64-bit edition few days back with deepin de
now i installed plymouth with the command:

 yay -S plymouth 

and I installed plymouth after that i did edit the

/etc/mkinitcpio.conf

as per the guid from Plymouth Arch Wikki and my mkinitcpio.conf file:

##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev plymouth autodetect modconf block filesystems keyboard fsck)

then i rebuilt itird using

 mkinitcpio -p linux 

command output is as follows

 $ sudo mkinitcpio -p linux
[sudo] password for hariram: 
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.3.8-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [plymouth]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.3.8-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [plymouth]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful 

i disabled the lightdm using system and enabled the lightdm-plymouth using systemd

plymouth display the splash screen on boot and shutdown but when i try to preview the splash screen preview in tty2 (ctl+alt+f2) using command as root user:

$ plymouthd
$ plymouth --show-splash 

i can preview the splash screen but i can neither come out of the splash screen using ctl + alt + f2 nor using ctl + alt +f1 to go back to my desktop only thing i can do is force shut down my laptop by holding power button for more than 10 sec

my laptop is Asus x505za with AMD ryzen 5 2500U with Vega 8 graphic card

can any one help me please thank you in advance

Last edited by hariram.m (2019-11-08 18:37:51)

Offline

#2 2019-11-08 14:44:52

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: my arch hang when i preview plymouth theme

Please edit your post and use [ code ] tags (not quote tags) when posting output or config files.

https://wiki.archlinux.org/index.php/Co … s_and_code
https://bbs.archlinux.org/help.php#bbcode

How did you install Arch with deepin? (what guide did you use) ?

Offline

#3 2019-11-08 18:44:14

hariram.m
Member
Registered: 2019-11-08
Posts: 2

Re: my arch hang when i preview plymouth theme

i just installed basic deepin without deepin extras using the command

pacman -S deepin

I used the guid from this section Arch Wikki Deepin

Offline

Board footer

Powered by FluxBB