Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated kernel parameters #590

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pentamassiv
Copy link
Contributor

Fixes the error message descibed in #589. I tested it with my Pinephone and it worked. I don't have the other devices, but I think it should work similarly.

In order to get my phone to boot, I additionally had to change the following line in my /etc/mkinitcpio.conf from:
HOOKS=(base udev autodetect modconf block filesystems keyboard osk-sdl fsck bootsplash-danctnix)
to
HOOKS=(base udev keyboard keymap osk-sdl autodetect modconf kms block encrypt filesystems fsck).

Then I ran
mkinitcpio -P
and

cd /boot/
./mkscr

I am not sure how or if the mkinitcpio.conf should be updated.

@DrRac27
Copy link
Contributor

DrRac27 commented Sep 19, 2023

I don't think this can be merged as it will break unencrypted systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants