I have uninstalled the Plymouth abomination and removed the hook for it. Besides showing 3 dots the only other function is to make asking for password on encrypted systems nicer. In that case you should check how to savely remove it. Otherwise there will be no complications if you remove the hook and uninstall the package.
If you decide to keep it i cannot help with config.
P.s. the new hooks on question 2 are fine, the old are fine too, you do not need base with systemd (it is kinda broken anyway).
That is what i would do (and did). Most effective if you also remove quiet splash from the boot line in /etc/default/grub (after that a sudo update-grub is needed) so that you can see the log. Not that one can read anything at that speed, but you can see if it stops somewhere or if something is yellow or red.
Do it after you uninstall Plymouth before rebooting (it do not think if you have splash without Plymouth it will not boot, but who knows, never tested this combo since it is pretty unlogical to require splash after you uninstall the splash )
For mkinitcpio - you can leave your version and delete the pacnew. Base does not really matter in this context (i removed it).
P.s. as a rule of a thumb, one does not need to sudo rm files from /etc, that are parts of the package. On uninstall, the system will make a .pacsave backup file, in case you decide to reinstall in the future.
Again, it doesn’t matter in that case, but don’t learn bad habits because with some other package it might matter.
Mind that modifications to mkinitcpio.conf bear the risk of a non-booting system, particularly after removing words from the HOOKS= line. It may be wise to keep a Manjaro boot stick at hand, just in case a repair becomes necessary.
The old base and udev hooks have been replaced by the systemd hook.
When using the new systemd hook…
– the base hook is no longer useful — see the note farther down.
– the resume hook is no longer needed.
– the keymap and consolefont hooks have been replaced by the sd-vconsole hook.
– the encrypt hook has been replaced by the sd-encrypt hook.
– the syntax in /etc/default/grub for opening a LUKS-encrypted container is now different — see the documentation, or look for one of the 7’498 forum threads on that particular subject.
Note: All the base hook does is provide you with an emergency busybox root shell, with the initramfs as its root filesystem. In other words, your real root filesystem is not mounted yet, and you only have a limited set of shell commands.
However, the systemd hook disables this emergency root shell provided by base for security reasons, so if you do still want to have it available, then you need to add “SYSTEMD_SULOGIN_FORCE=1” as a boot parameter to the kernel in /etc/default/grub, and — of course — include the base hook.
More information can be found at the Arch Wiki link below…
I have always found the table in 3.3.4. in the above wiki very clear. One just have to pick a column (not even that now that systemd is the new default) and go down…from top to bottom… and omit hooks only if absolutely sure (encryption? Raid? Llvm?).
So yes, sd-vconsole is kinda obligatory.
And since the wiki is constantly updated, an acpi hook came at the end, unfortunately not applicable to everyone. I looked at the mentioed locations but there were no files for my lenovo so i left out the acpi hook fo now.
And last but not least the latest modulejail has a hook but it adds it automatically. The only hook that has the purpose to remove something Every other hook adds functionality.
It is only a suggestion based upon new upstream defaults, not a recommended replacement.
It brings back base because whoever created that .pacnew doesn’t really understand things either. (Seriously, I’ve seen more goof-ups like this in the past.)
If you don’t use encryption, then you need neither encrypt nor sd-encrypt. Not every hook is required in every situation, and there are certain hooks which are not included in the suggested defaults but which may still be needed for certain use cases.
An example of this would for instance be the btrfs hook, which is only needed — but in that case, required — if the boot device is a btrfs volume composed of multiple distinct volumes, such as a btrfs RAID or volume group.