LoginSignup
3
3

More than 5 years have passed since last update.

Linux mint USBでOSのインストールを行う方法

Last updated at Posted at 2014-11-17
# Macから見えるようにしつつアンマウント
diskutil unmount /Volumes/usb 
# Volume usb on disk1s1 unmounted

# 書き込み処理
sudo dd if=~/Desktop/linuxmint-201403-mate-dvd-32bit.iso of=/dev/rdisk1 bs=1048576

あとはBIOSではじめにUSBみるようにすればOK
diskutil便利だね!

3
3
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
3
3