Mac Pro Package U disk make Linux system boot disk
Install the operating system is actually very simple, Bo main windows casual, deepin under also burned, Linux only know DD if can, but did not operate, now with a lot of mac things to slowly familiar, today intends to burn a U disk, to the home desktop installed CentOS operating system, Play KVM and some know but not the operation of the cluster, burning to find it is quite fun, the following for everyone to share under.
1. After inserting the USB stick, the default pop-up dialog will be displayed and we will format it.
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/7F/C0/wKioL1crZODQBvv_AALLXLtM1mE163.png "title=" 924ed647-4d46-4b39-8f68-4914d94e3deb.png "alt=" Wkiol1crzodqbvv_aallxltm1me163.png "/>
2. List all drives:
macbook-pro:~ mew$ diskutil List
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0:guid_partition_scheme *121.3 GB Disk0
1:efi EFI 209.7 MB disk0s1
2:apple_corestorage Macintosh HD 120.5 GB disk0s2
3:apple_boot Recovery HD 650.0 MB disk0s3
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0:APPLE_HFS Macintosh HD +120.1 GB Disk1
Logical Volume on Disk0s2
E16f3c8b-2351-4f73-ad20-88a4479124e8
Unlocked Encrypted
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0:fdisk_partition_scheme *7.9 GB Disk2
1:0xef 6.4 MB Disk2s2
mewdemacbook-pro:~ mew$ df-h
Filesystem Size used Avail capacity iused ifree%iused mounted on
/dev/disk1 112Gi 53Gi 59Gi 48% 13837631 15485631 47%/
Devfs 183Ki 183Ki 0Bi 100% 634 0 100%/dev
Map-hosts 0Bi 0Bi 0Bi 100% 0 0 100%/net
Map auto_home 0Bi 0Bi 0Bi 100% 0 0 100%/home
3. Uninstall the specified driver:
mewdemacbook-pro:~ mew$ Diskutil Umount/dev/disk2s2
Volume osxdaily on Diskss2 unmounted
Uninstall complete you will find that the U-disk in the Finder is inaccessible, but it will still be visible by diskutil from the command line.
4, burning U disk, Production operating system:
mewdemacbook-pro:~ mew$ sudo dd if=~/downloads/centos-7-x86_64-dvd-1511.iso ofdev/disk2s2 bs=1m
DD:/dev/disk2s2:end of device
7+0 Records in
6+1 Records out
6422528 bytes transferred in 4.558927 secs (1408781 bytes/sec)
Reference Blog: Http://www.tuicool.com/articles/jQbmie
This article is from the "LINUX Super Dream" blog, make sure to keep this source http://215687833.blog.51cto.com/6724358/1770596
Mac Pro Package U-disk installation Linux operating system