I have a Lenovo Z475 which does not support UEFI booting. So it freezes on grub. All the AMD64+MAC editions are all OLD distros. Is there any distro still being made and supported in AMD64+MAC?
I have a Lenovo Z475 which does not support UEFI booting. So it freezes on grub. All the AMD64+MAC editions are all OLD distros. Is there any distro still being made and supported in AMD64+MAC?
Use 14.04 amd64+mac LIVE USB to install Xenial.
Install the base 14.04 and don't do the updates, they will be wasted time and bandwidth.
Replace the /etc/apt/sources.lst with Xenials version generated from https://repogen.simplylinux.ch/
Then CTRL-ALT-F1 to a terminal. Login. Run 'sudo -i'. Enter your password.
Run 'apt-get update' then 'apt-get dist-upgrade'
Finish with an 'apt-get autoremove' then 'reboot'
Do not install AMD64-MICROCODE yet as it has problems as of this post.
Enjoy Xenial! Keep your 14.04 AMD64+MAC image in a safe place as this is your gateway to installing new distros. This is not an official fix, it's just a workaround that worked for me. Your mileage may vary.
**If you installed AMD64-MICROCODE by mistake(after rebooting into Xenial your driver manager app will suggest it) and can't boot your laptop anymore. Do not worry, you won't have to reinstall everything all over again. Boot from your 14.04 AMD64+MAC live USB and follow these instructions on this answer: How to restore a system after accidentally removing all kernels? Except you will also add 'sudo mount --bind /boot /mnt/boot' to the list of special partitions to mount. The command you will run is 'sudo apt-get remove --purge amd64-microcode' then follow the rest of the answer to exit, unmount, and reboot.
*** You can also just do numerous 'do-release-upgrade' until you get to 16.04. That worked for me as well.