This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

installation on macbook air

carmelo42

Sat Oct 26, 2013 7:09:25 pm

Hello !

I want to install Zorin on my 2011 Macbook air ( intel core 2 duo, 2Go ram, 128 Go SSD)

The problem I might have, is that these computers use EFI ...

Is it possible to install Zorin on it ?

At the end of the install, where should I install GRUB ? On the / partition ? or on SDA ?

Thanks a lot !!

Bye

Swarfendor437

Sat Oct 26, 2013 8:18:27 pm

Then you might hit a snag - I don't think it is possible to dual-boot if EFI is installed - if that was your aim - whether you would have more success if you installed 'Parallels' I don't know.

I'm afraid it looks like the only distro you might have luck with is what Zorin is based on 'Ubuntu' - as they have 'Mac specific' .iso's:

http://www.rodsbooks.com/ubuntu-efi/index.html

carmelo42

Sat Oct 26, 2013 8:30:23 pm

But Ubuntu 13.10 does install correctly with dual boot...

(and I don't want to use ubuntu because I hate Unity, and Ubuntu is waaayyyyy too slow !!)

Swarfendor437

Sun Oct 27, 2013 1:16:49 pm

Is that because you downloaded the Mac specific .iso? You could always remaster 13.10 and get rid of unity by doing this:

1. multimedia:
Code:
sudo apt-get install ubuntu-restricted-extras


2. remove Amazon shopping lens with:
Code:
sudo apt-get remove unity-lens-shopping


3. Provide alternative to unity:
Code:
sudo apt-get install gnome-shell


After the last one has been downloaded and installed, make sure your custom Ubuntu boots Gnome3 instead of Unity with:
Code:
/usr/lib/lightdm/lightdm-set-defaults -s gnome-shell


[All of the above courtesy of LXF Issue 176 - "Build your own distro" article.]

carmelo42

Sun Oct 27, 2013 6:44:48 pm

Thanks i Will test this