0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

mac miniにlinux mintをインストール

Posted at

手元にDVDも8GBのUSBもなかったので、SDカードでできるかやってみた。

インストール先PCスペック

mac mini(mid 2010)

インストールしたOS

linux mint(Cinnamon)

インストール手順

1. それぞれのisoをダウンロード

ダウンロードlink

2. SDカードにisoをマウント

$ diskutil list
→マウント先を確認。ここでは「/dev/disk2」
$ diskutil eraseDisk MS-DOS MINT /dev/disk2
$ diskutil unmountDisk /dev/disk2 
$ cd ~/Downloads
$ sudo dd if=linuxmint-19.3-cinnamon-64bit.iso of=/dev/rdisk2 bs=32m
$ 

3. mac miniにインストール

SDカードを挿して、optionを押しながらmacの電源起動。
起動ディスク選択画面となり、なぜかSDカードが2つ現れた。
うち1つを選択。
start linux mintを選択。
すぐに立ち上がる。デスクトップにあるinstall linux mintのアイコンを押すと、インストールが開始される。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?