LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install Linux Lite on Macbook
#7
If you have AMD graphics card, and you just can't boot to a desktop, this is the best I can offer:

Press E at Grub, do:

Look for the line set gfxpayload=keep. Once you’ve found it, type the following lines underneath to disable the AMD graphics card:

outb 0x728 1
outb 0x710 2
outb 0x740 2
outb 0x750 0

Next find the kernel line and after “quiet splash” add the following:

i915.lvds_channel_mode=2 i915.modeset=1 i915.lvds_use_ssc=0

F10 to boot.


Disable AMD graphics card permanently:

sudo leafpad /etc/default/grub

when the file opens search for the line:

GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash“

and change it to:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.lvds_channel_mode=2 i915.modeset=1 i915.lvds_use_ssc=0"

sudo leafpad /etc/grub.d/10_linux

when the file opens find the line:

echo "  insmod gzio" | sed "s/^/$submenu_indentation/"

And place the following immediately before this line:

echo "  outb 0x728 1" | sed "s/^/$submenu_indentation/"
echo "  outb 0x710 2" | sed "s/^/$submenu_indentation/"
echo "  outb 0x740 2" | sed "s/^/$submenu_indentation/"
echo "  outb 0x750 0" | sed "s/^/$submenu_indentation/"

sudo update-grub
Reply


Messages In This Thread
Install Linux Lite on Macbook - by phirephoto - 04-13-2019, 04:22 PM
Re: Install Linux Lite on Macbook - by Valtam - 04-13-2019, 05:37 PM
Re: Install Linux Lite on Macbook - by phirephoto - 04-13-2019, 06:20 PM
Re: Install Linux Lite on Macbook - by Valtam - 04-13-2019, 07:07 PM
Re: Install Linux Lite on Macbook - by phirephoto - 04-13-2019, 08:12 PM
Re: Install Linux Lite on Macbook - by Valtam - 04-13-2019, 08:42 PM
Re: Install Linux Lite on Macbook - by Valtam - 04-13-2019, 08:50 PM
Re: Install Linux Lite on Macbook - by phirephoto - 04-14-2019, 01:22 AM
Re: Install Linux Lite on Macbook - by bitsnpcs - 04-14-2019, 01:37 AM
Re: Install Linux Lite on Macbook - by phirephoto - 04-14-2019, 01:47 AM
Re: Install Linux Lite on Macbook - by bitsnpcs - 04-14-2019, 01:50 AM
Re: Install Linux Lite on Macbook - by phirephoto - 04-14-2019, 03:32 AM
Re: Install Linux Lite on Macbook - by bitsnpcs - 04-14-2019, 04:24 AM
Re: Install Linux Lite on Macbook - by Valtam - 04-14-2019, 06:10 AM
Re: Install Linux Lite on Macbook - by phirephoto - 04-16-2019, 08:11 PM
Re: Install Linux Lite on Macbook - by Valtam - 04-16-2019, 08:29 PM
Re: Install Linux Lite on Macbook - by minesheep - 04-27-2019, 07:51 PM
Re: Install Linux Lite on Macbook - by Valtam - 04-28-2019, 02:30 AM
Re: Install Linux Lite on Macbook - by minesheep - 04-28-2019, 09:01 PM
Re: Install Linux Lite on Macbook - by yugnip - 07-30-2019, 11:33 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)