[ 苹果用户折腾多 ]/dev/sda1 可以吃吗?

好吧最近又中二了,幻想自己能有一部苹果机。苹果机没有买,就已经在想怎么弄上个openSUSE上去。
搜一艘英文的openSUSE wiki,发现了一篇“SDB:Installation on a Mac”。 en.opensuse.org/SDB:Installation_on_a_Mac
好吧,认真看下来后,我选定了只安装openSUSE方案(to install only openSUSE)。按照wiki的说法,我可以直接跳到分区部分(If you intend to install only openSUSE, you can skip all the Preparation steps.)

接着是苹果机上的分区表:
All that is thus needed is to ensure that:
The first partition (/dev/sda1) is kept for the EFI boot partition, do not delete or format.
The second partition (/dev/sda2) is kept for OS X, do not delete or format.
The third partition (/dev/sda3) is kept for GRUB, so use for either Linux / or /boot
The fourth partition (/dev/sda4) is kept for Windows
The fifth and subsequent partitions are used for Linux as required, e.g. /, /home, /tmp, swap, etc.

很明显这个方案是给“dual-boot OS X and openSUSE”和“triple-boot OS X, Windows and openSUSE”这两种情况用的,并没有说明只安装openSUSE的情况。

我看过这段话“It is recommended that you keep OS X even if you don’t intend to use it, as this will allow you to install any firmware updates the Apple releases”,我也已经做好了不再安装任何硬件更新的准备(怎么说的我好像真的有一部苹果机一样?),那么wiki接下来又说道:“The EFI boot partition is not actually used by OS X to boot, but is believed to be needed for firmware upgrades”。

那我该不该该不该删掉“The first partition (/dev/sda1)”?删掉会造成什么影响?

既然你已经决定只装 opensuse 了,就不用考虑 苹果的系统将来会怎样了吧,大不了如果以后重装的时候重新分区就是了……

so 我感觉应该可以删掉,留一个 grub 然后剩下的自己分区就好了……不过有点糊涂,没用过苹果机……grub 要单独分区安装吗?

苹果机有 UEFI 之类的,加上 gpt 分区表,很好管理阿。第一个分区是用来放置 efi 文件的,openSUSE DVD 有 grubefi,其实每个系统(mac、win、linux)都有 efi 文件放置在第一个分区,根本不用担心引导问题。gpt 分区表没有限制只能建 4 个主分区,不用担心主分区和逻辑分区的问题。所以 efi+gpt 是非常方便和省心的。现在笔记本已经用上 uefi 和 gpt 了,只是不会黑苹果,只装了 win8 和 openSUSE 和 ubuntu(很少用)。

1赞

第一个分区当然不要删啦,uefi 和 gpt 是好东西来的。