Arch Linux ARM 在 Raspberry pi 来自 OSX

Arch Linux ARM on Raspberry pi from OSX

我正在尝试通过执行指令 here under "Installation" 将 Arch Linux ARM 安装到我的 RasPi 2 上,但命令是 Linux 命令,我正在尝试格式化 SD与我的 Mac 等,因此我尝试绕过的程序存在差异。例如 linux 上的 sudo fdisk /dev/sdX 会导致交互式提示,在 OSX 上则不同,相反我必须执行 fdisk -ie /dev/sdX 以获得交互式提示,然后命令不同。

我想在我的 mac 上做的和这个在 linux 上的过程是一样的:

Start fdisk to partition the SD card: fdisk /dev/sdX At the fdisk prompt, delete old partitions and create a new one:

Type o. This will clear out any partitions on the drive.
Type p to list partitions. There should be no partitions left.
Type n, then p for primary, 1 for the first partition on the drive, press ENTER to accept the default first sector, then type +100M for the last sector.
Type t, then c to set the first partition to type W95 FAT32 (LBA).
Type n, then p for primary, 2 for the second partition on the drive, and then press ENTER twice to accept the default first and last sector.
Write the partition table and exit by typing w.

但我不确定如何使用 OSX 的 fdisk 实现此目的。

恐怕不可能:您必须使用 linux 安装 tarball,因为您必须创建一个 ext 分区,OS X 不支持。

我不得不重新安装 Arch,但我刚刚发现他们不再分发磁盘映像。 answer.

中解释了一些可能的解决方案