你的位置:首页 > 软件开发 > 操作系统 > Generate Ubuntu Install Media On Mac

Generate Ubuntu Install Media On Mac

发布时间:2016-01-21 23:00:07
Opps, my computer system was broken again... Lets repire it.IntroductionThe system of my PC is broken. I could enter the UEFI setting. So th ...

Opps, my computer system was broken again... Let's repire it.


Introduction

The system of my PC is broken. I could enter the UEFI setting. So that means I coud start my PC using USB flash drive. But first of all, I need a Installer driver.

ISO to DMG

I have a xxx.iso. I need to convert it to xxx.dmg file.

hdiutil convert -format UDRW -o xxx.img xxx.iso

The process is very fast.

Install to USB Flash Driver

Firstly, unmount the target driver.

# Obtain your disk name.diskutil list# assuming that your USB flash driver is named disk9diskutil unmountDisk /dev/disk9

Then, write data to this flash. Be careful not to mistake the flash name.

# The following command cost some minutes.sudo dd if=where your img.dmg file exists of=/dev/rdisk9 bs=1m# finally eject your flash. All done.diskutil eject /dev/disk9

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:Generate Ubuntu Install Media On Mac

关键词:ubuntu

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录