Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
ubuntu:elementaryos [2015/09/15 18:47] – внешнее изменение 127.0.0.1ubuntu:elementaryos [2016/09/20 23:09] (текущий) – [ElementaryOS] mirocow
Строка 2: Строка 2:
  
 ====== ElementaryOS ====== ====== ElementaryOS ======
 +
 +{{:os:elementary-appcenter.png?200|}}
  
   * [[ubuntu:pantheon|Pantheon Desktop Environment]]   * [[ubuntu:pantheon|Pantheon Desktop Environment]]
   * [[system:gala-wm|Gala WM]] - Менеджер окон   * [[system:gala-wm|Gala WM]] - Менеджер окон
 +
 +===== Версии =====
 +
 +  * 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://www.rodsbooks.com/refind/getting.html) as a "Binary zip file" and decompress it. Open Terminal and cd into the decompressed folder. +
-  - Install rEFInd to the ESP partition ($ ./install.sh --esp --alldrivers) +
-  - Mount your ESP partition ($ mkdir /Volumes/ESP && sudo mount -t msdos /dev/disk0s1 /Volumes/ESP/+
-  - Rename the refind directory ($ mv /Volumes/ESP/EFI/refind /Volumes/ESP/EFI/BOOT) +
-  - Rename the refind EFI blob ($ mv /Volumes/ESP/EFI/BOOT/refind_x64.efi /Volumes/ESP/EFI/BOOT/bootx64.efi) +
-  - Fire up Disk Utility and make a new partition/replace your old Linux install partition with a new partition formatted as FAT. Name it something catchy, like "FREYA" (it'll be overwritten in step #14) +
-  - 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/USB disk. +
-  - 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, make sure you choose Something Else.... +
-  - 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 +
- +
  
-  (optional) If you use an older build, like Beta 1, the WiFi may not work out of the box. In this case you need to install the related drivers manually+<code bash> 
-    Somehow get a temporary internet connection, e.g. via your smartphone's USB/Bluetooth tethering function or (not tested yet!) a Thunderbold to RJ45 adapter +$ sudo apt-get install software-properties-common 
-    execute sudo apt-get install bcmwl-kernel-source in a terminal to install the driver and its dependencies+$ sudo add-apt-repository --remove ppa:elementary-os/daily 
 +$ sudo add-apt-repository ppa:elementary-os/stable 
 +$ 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 
 +</code>