Различия
Показаны различия между двумя версиями страницы.
| Следующая версия | Предыдущая версия | ||
| ubuntu:elementaryos [2015/09/15 18:47] – внешнее изменение 127.0.0.1 | ubuntu:elementaryos [2016/09/20 23:09] (текущий) – [ElementaryOS] mirocow | ||
|---|---|---|---|
| Строка 2: | Строка 2: | ||
| ====== ElementaryOS ====== | ====== ElementaryOS ====== | ||
| + | |||
| + | {{: | ||
| * [[ubuntu: | * [[ubuntu: | ||
| * [[system: | * [[system: | ||
| + | |||
| + | ===== Версии ===== | ||
| + | |||
| + | * Freya | ||
| + | * Loki - Текущая, | ||
| ===== Restore boot ===== | ===== Restore boot ===== | ||
| Строка 44: | Строка 51: | ||
| * sudo apt-get install -y boot-repair && (boot-repair &) | * sudo apt-get install -y boot-repair && (boot-repair &) | ||
| - | ===== Elementary OS Freya on a Mac ===== | + | ===== Update |
| - | + | ||
| - | - Back your shit up | + | |
| - | - No really, make sure you have a working backup. This procedure has been tested multiple times, but it's still possible things will go wrong and lose data. | + | |
| - | - Download rEFInd (http:// | + | |
| - | - Install rEFInd to the ESP partition ($ ./ | + | |
| - | - Mount your ESP partition ($ mkdir / | + | |
| - | - Rename the refind directory ($ mv / | + | |
| - | - Rename the refind EFI blob ($ mv / | + | |
| - | - Fire up Disk Utility and make a new partition/ | + | |
| - | - Plug your USB drive with elementary OS Freya (If you need to make one, check this out or this for a more-stable manual guide) into your computer. | + | |
| - | - Pray | + | |
| - | - Reboot and choose the option that indicates that the OS lives on an external/ | + | |
| - | - Choose to "Try Elementary OS" and, when it boots, search for Terminal | + | |
| - | - Type $ ubiquity -b into the Terminal window - when the installer asks about partitioning, | + | |
| - | - Find the partiton you created in step #8 and format that as Ext4 and set its mount point to /. GRUB will not be installed, since you used the -b option for the installer. This setup is completely GRUB free, using rEFInd & EFI-stub loading (the new hotness). | + | |
| - | - Finish installing and restart. | + | |
| - | - Pray | + | |
| - | - Assuming all went well, you should see Ubuntu options in the rEFInd menu. Choose it. | + | |
| - | - Pray | + | |
| - | - You're now dual-booting Freya and OS X. Woot. | + | |
| - | - (optional) Make your rEFInd nicer. You can install a theme, get rid of the duplicate entries, etc. If you want to know how to do that stuff let me know and I'll document it. Here's what my setup looks like | + | |
| - | + | ||
| - | | + | <code bash> |
| - | - Somehow get a temporary internet connection, e.g. via your smartphone' | + | $ sudo apt-get install |
| - | - execute | + | $ sudo add-apt-repository --remove ppa:elementary-os/ |
| + | $ sudo add-apt-repository ppa: | ||
| + | $ sudo apt-get update | ||
| + | $ sudo apt-get remove elementary-os-prerelease | ||
| + | $ sudo apt-get install --install-recommends linux-generic-lts-xenial xserver-xorg-lts-xenial libgl1-mesa-glx-lts-xenial libegl1-mesa-lts-xenial | ||
| + | $ sudo apt-get dist-upgrade | ||
| + | </ | ||