Skip to content

Instantly share code, notes, and snippets.

@revant
Last active July 16, 2022 08:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save revant/e9547fb6df89c40934f80db3059f467e to your computer and use it in GitHub Desktop.
Save revant/e9547fb6df89c40934f80db3059f467e to your computer and use it in GitHub Desktop.
Arch Linux on Lenovo IdeaPad 330-15ARR

Required Kernel params

loglevel=3 iommu=pt acpi_backlight=native
  • iommu=pt Solves sudden freeze of graphics Arch Forum Link
  • acpi_backlight=native Solves back light "failed" message during boot Arch Wiki
  • Use it with other params e.g. loglevel=3 iommu=pt acpi_backlight=native apparmor=1 security=apparmor quiet

For RTL8821CE Wireless

Note:

  • during installation there will be no internet
  • I connected internet using my cellphone usb tether.
  • other options to connect to internet during installation are : connect wired net or connect using linux detectable usb wifi adapter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment