Skip to content

Instantly share code, notes, and snippets.

@anuragregmi
Created December 17, 2020 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anuragregmi/7d3755dca13af69d83679207f4f38cd5 to your computer and use it in GitHub Desktop.
Save anuragregmi/7d3755dca13af69d83679207f4f38cd5 to your computer and use it in GitHub Desktop.
Grub config for phoenix os /etc/grub.d/40_custom
menuentry "Lineage x86" {
set root='(hd0, 2)'
linux /PhoenixOS/kernel quiet root=/dev/ram0 androidboot.selinux=permissive acpi_sleep=s3_bios,s3_mode SRC=/PhoenixOS
initrd /PhoenixOS/initrd.img
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment