![]() |
mid-2011 macbook air stuck on "updates and other offers" - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: mid-2011 macbook air stuck on "updates and other offers" (/showthread.php?tid=8469) |
mid-2011 macbook air stuck on "updates and other offers" - nleco - 08-28-2022 I am trying to install the latest version of Linux Lite. I used BalenaEtcher to burn the ISO on a USB. I was able to boot the USB and begin the install, but it hangs on "updates and other software" after I uncheck all boxes and hit "next". I tried loading the live version off the usb and removed all partition on the hard drive. Im not sure if I'm missing a step. Re: mid-2011 macbook air stuck on "updates and other offers" - Hanzo - 09-19-2022 Before running installer make the following: Open terminal. Code: # sudo su -# blkid Code: # add-crdom add --cdrom /cdrom -r Code: # df Then run installer. P.S. If you'll check Code: # ps -ef --forest | less And while trying to run it manually, you'll get "please insert the disk labeled <bla-bla> in the drive /media/cdrom/ and press [Enter]" It's stuck on step Code: # mount /dev/<device from the step above> /media/cdrom Guys, can't you fix it? Re: mid-2011 macbook air stuck on "updates and other offers" - Şerban S. - 09-19-2022 (08-28-2022, 01:01 AM)nleco link Wrote: I am trying to install the latest version of Linux Lite. I used BalenaEtcher to burn the ISO on a USB. I was able to boot the USB and begin the install, but it hangs on "updates and other software" after I uncheck all boxes and hit "next". Hi! ![]() I presume that your laptop has an UEFI firmware. If this is the case, then maybe you downloaded the wrong ISO version. The Mac, provides UEFI boot and if you burned the backwards compatibility ISO, then it will hang, since it was designed for BIOS firmware. Another approach, is to check if the UEFI menu screen, has something like "Legacy UEFI", or "Compatibility Mode". If it does, then make it active and restart the installation process. If it still fails, rewrite the media with the appropriate ISO. As far as I remember, the default download image is for UEFI machines. Another issue, might be "Secure boot: ON". Disable the Secure Boot, if this is the case. Tell us if it worked! ![]() Best regards! ![]() |