I have facing some problem in booting time

Is an informative message about the fsck performed at boot.
If the system hangs there, then you might have a GPU driver issue, but if continues to boot into the Desktop, then all is fine.

Want to disable fsck ?

  • Either edit your /etc/fstab file and change, at the end of the root aka / line, the 1 or 2 you have there to 0
    then save the file and reboot

  • Or remove fsck from /etc/mkinitcpio.conf on the HOOKS line and then run from terminal:
    sudo mkinitcpio -P
    sudo update-grub

Remember, if you do the above and something happens then you might have to run fsck manually …
https://wiki.archlinux.org/title/fsck
read also

1 Like