Loading system is a very common thing,Think about it for so many years since I have to save myself invisible in how much money XD
In short,Written on the windows, such as CD-ROM image will be easier (actually more difficult),Since many years because I always spare some common tools,In the mac,It is more tragedy,Not even a really easy to use 100% of CD image writing tool。
In fact,macos a unix,It does not require third-party tools can also get,You can use the well-known dd。This trick works even linux。
First in the Disk Utility in your U disk formatted for MS-DOS(FAT) format,Remember that partition select U disk U disk rather than below the,U disk completely erased after the new partition will automatically mount,This time you need to select the new partition,In Disk Utility to uninstall it - be careful not to have the entire U disk uninstalled。
This time you should not have to see on the desktop U disk,But in the Disk Utility can still be seen,So that it can execute the next step。
Open a terminal,input sudo his Chicken and password to enter user mode,Be careful with your every step,Do not wrong,Otherwise finished haha。
First to see all your disk partitions on the computer after entering,Use the command diskutil list ,The results something like this,But you may partition on the computer than I am less:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
/dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *251.0 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_HFS Macintosh HD 250.1 GB disk0s2 3: Apple_Boot Recovery HD 650.0 MB disk0s3 /dev/disk1 (external, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *1.0 TB disk1 1: EFI EFI 209.7 MB disk1s1 2: Apple_CoreStorage Data Center 999.9 GB disk1s2 3: Apple_Boot Boot OS X 134.2 MB disk1s3 /dev/disk2 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *129.1 GB disk2 1: Apple_HFS TF Card 129.1 GB disk2s1 /dev/disk3 (external, virtual): #: TYPE NAME SIZE IDENTIFIER 0: Data Center +999.5 GB disk3 Logical Volume on disk1s2 374ECEFC-D27D-4540-91B5-C29515EC5669 Unlocked Encrypted /dev/disk4 (external, physical): #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *8.1 GB disk4 |
In short,We find that the bottom smallest capacity (8.1GB) should be the target U disk!,See it on the right side IDENTIFIER ,here is disc4 ,You have to remember this,This one will be written in。
Use the command dd if=<iso> of=/dev/disc4 bs=8192 To brush mirror:
1 2 3 4 |
sh-3.2# dd if=/Users/r0uter/Downloads/FreeNAS-Corral-10.0.2.iso of=/dev/disk4 bs=8192 102722+1 records in 102722+1 records out 841502720 bytes transferred in 26.306998 secs (31987790 bytes/sec) |
The whole process does not wait for the show,Once the,The above is like a,U disk can not be written and read at the normal loading of the win or mac,But it does not matter,Anyway, you can guide the use XD
Original article written by LogStudio:R0uter's Blog » Iso image written in the mac
Reproduced Please keep the source and description link:https://www.logcg.com/archives/2650.html
The ah dd super convenient to use them,
sudo dd if=x.iso of=/dev/sdx
Then remember to sync yo!
In Windows sometimes fails with unetbootin,Or dd fly
=。= Forget to sync the freebsd .............................. I used dd to write on the line,ubuntu will not work,crucial moment,We have to win + floppy disk through ......
Also a little strange,I wrote Ubuntu and kali no problem with dd,But with unetbootin write kali will fail。
XD