Macbook Air - 如何安装双启动 Ubuntu 14.04 LTS

15 configuration dual-boot macosx macbook 14.04

在我的 Macbook Air 10.9.2 上不会使当前设置崩溃,我如何安装为双启动:Ubuntu 14.04 LTS?(任何人都可以请逐步提出一些建议)

bai*_*ain 18

  1. 在 OS X 上下载refind 二进制 zip

  2. 解压并运行install.sh(在 OS X 上)

  3. 使用 OS X 磁盘工具调整 HFS+ 分区的大小

    • 为 Ubuntu 创建一个分区(如果需要交换分区,请创建两个分区)。选择任何分区类型(没关系,因为您稍后会覆盖它们)。
  4. 下载Ubuntu 14.04 amd64 iso 镜像并将其写入 U 盘

  5. option听到铃声后重新启动并按住键,以启动启动管理器

  6. 插入 USB 驱动器并选择它。Ubuntu 14.04 安装程序将启动。

  7. 在分区阶段:

    • 选择手动分区
    • 选择您在磁盘工具中/创建的分区作为您的(如果您为它创建了一个分区,则设置交换)
  8. 在 Grub 安装阶段,Grub 将检测 EFI 系统并将引导加载程序安装到 EFI 分区上 /dev/sda1

  9. 在安装结束时,移除 USB 驱动器并重新启动

  10. Refind 将加载并显示启动 OS X 或 Ubuntu 的选项。选择 Ubuntu。

  • Ubuntu 安装程序无法自动重新分区 OS X 驱动器。它可以手动重新分区,但使用 Apple 的工具调整 HFS+ 分区的大小可能更安全一些。据我所知,磁盘工具不允许您使 Mac 无法启动。分区布局非常简单,这里以 128GB 驱动器为例 - 具体分区大小取决于您希望如何在 Linux 和 OS X 之间划分驱动器: **Part1** fat32 200MB EFI **Part2** hfs+ 46GB Macintosh HD **Part3** fat32 66GB Ubuntu(你可以不分配 Part3 并在 Ubuntu 安装程序中创建它) (4认同)
  • 您可能需要 Broadcom 固件,请参阅 [WifiDocs/Driver/bcm43xx](https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx)。Ubuntu 不允许分发 Broadcom 固件,因此您必须手动安装它。最简单的方法是首先在 Mac 上访问互联网:将您的笔记本电脑连接到 USB 以太网或带有 USB 网络共享的手机(在 Android 上通过 _设置>网络共享和便携式热点>USB 网络共享_启用它),连接到互联网,然后执行 `apt-获取安装固件-b43-installer`。如果您无法上网,请下载软件包,将其传输到 USB 驱动器上,然后使用 `dpkg -i`。 (2认同)

You*_*Git 6

您好,欢迎来到 AskUbuntu!很高兴你愿意发现 Linux 的美妙之处!


为方便起见,这里有一个指向Kubuntu x64 ISO的直接链接

仅供参考:64 位版本的名称中包含“AMD”仅仅是因为 AMD 创建了我们所知的现代 x64 架构。我认为英特尔仍然从 AMD 租用 x64 ......

不需要特定于 Mac 的映像,而且您肯定需要 x64 版本。


备份,备份,备份!

无论有多少人成功安装了 Ubuntu 和 OSX,仍然有可能丢失硬盘上的所有内容,所以请谨慎行事并在继续之前进行完整备份!


注意:您需要安装rEFInd才能在启动时获得引导菜单。

以下是如何做到这一点的指南,摘自 How-To-Geek:

rEFInd is a boot manager that will allow you to choose between Mac OS X, Linux, Windows, and other operating systems when you boot your computer. Installing rEFInd makes the dual-boot process easier. (Some older how-to’s will instruct you to use rEFIt, but it’s no longer maintained. rEFInd is a currently maintained boot manager based on rEFIt.)

Full-disk encryption causes problems with rEFIt, so you’ll need to disable full-disk encryption or do some extra work before installing rEFInd.

First, visit the rEFInd page on SourceForge and click the Download button to download the latest refind-bin-[version].zip file. Open a Terminal window by pressing Command+Space and, typing Terminal, and pressing Enter. Drag and drop the install.sh file from the downloaded zip file into the terminal window and press Enter to run it.

在此处输入图片说明

Shut down your Mac — a full shut down, not a restart — and boot it back up again. You should see the rEFInd boot manager screen.

在此处输入图片说明


Now for the actual install:

While the ISO is downloading, use Disk Utility to partition your HDD. Make sure to leave the partition you create as "Free Space". (No filesystem)

在此处输入图片说明

After you download the ISO, burn it to a blank DVD.

If you'd like to burn it to a USB stick instead, see: https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx

Next, hold down the Option key while hitting the power button. Continue to hold it down until you get the boot device selection menu. Then you want to choose "EFI Boot". It will show a picture of a DVD if you burned it to a DVD, and it will show a picture of a drive if you burned it to a USB stick.

在此处输入图片说明

After the installer loads, select the "Install Ubuntu" option, and then select "Install Alongside Mac OSX". Hopefully, it will automatically install to the partition you left as "Free Space" earlier.

在此处输入图片说明

After it installs, shut down and remove the installation media. Then reboot, and cross your fingers. Hopefully you'll see this:

在此处输入图片说明

如果安装 Wi-Fi 后不起作用:

那么你应该在这个站点上发布一个新问题,包括你安装的 Ubuntu 版本,你是否有一个工作的以太网端口,以及这两个终端命令的输出:

lspci -nnk | grep 0280 -A2
rfkill list all
Run Code Online (Sandbox Code Playgroud)

我相信 Pilot6 或 Chili555 会很乐意为您提供帮助!确保添加标签!