Created
November 14, 2014 03:07
-
-
Save sdaitzman/4e219d50dfcc449fa4a2 to your computer and use it in GitHub Desktop.
refind_linux.conf for mid-2012 retina macbook pro integrated graphics on elementary os
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Standard boot options" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc quiet splash pcie_aspm=force drm.vblankoffdelay=1 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 libata.force=noncq" | |
"Boot with Intel PState enabled" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc quiet splash pcie_aspm=force drm.vblankoffdelay=1 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 libata.force=noncq intel_pstate=enable" | |
"Boot with minimal options - more stable" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc" | |
"Boot to single-user mode" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc single" | |
"Boot into Recovery Mode" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc recovery nomodeset" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment