---
slug: "macでubuntu-インストールusbメディアを作る"
title: "Creating an Ubuntu Installation USB Media on Mac"
description: "Implement custom MySQL → Python type conversion in Django by overriding `from_db_value()` on a custom model field."
url: "https://www.ytyng.com/en/blog/macでubuntu-インストールusbメディアを作る"
publish_date: "2018-02-26T06:59:22Z"
created: "2018-02-26T06:59:22Z"
updated: "2026-05-11T13:21:54.210Z"
categories: []
keywords: ""
featured_image_url: "https://media.ytyng.com/resize/20230812/53335f03a6714a4782f5a8bcc762b218.png.webp?width=768"
has_video: false
has_music: false
video_urls: []
music_urls: []
lang: "en"
---

# Creating an Ubuntu Installation USB Media on Mac

<pre>$ diskutil list</pre>
<p>Insert the USB memory stick</p>
<pre>$ diskutil list</pre>
<p>The USB memory stick is recognized, and /dev/disk? (e.g., /dev/disk2) is created</p>
<pre>$ diskutil unMountDisk /dev/disk?</pre>
<pre><code></code>$ sudo dd if=~/Downloads/ubuntu-16.04.3-server-amd64.iso of=/dev/rdisk? bs=1m</pre>
<p>Much easier than burning a CD/DVD.</p>
<p>It's fine to use the ISO as it is.</p>
<p></p>
<p></p>
<p>https://qiita.com/kpkpkp/items/6664a1dba97198b984ec</p>
