How to make the Linux bootable USB on OSX
download ISO iamge from web.
- Visit Centos’ web page CentOS
- Download the iso image you’d like to boot.
Convert from ISO to img
copy USB bootable device
- Use the ‘dd’ utility to copy your USB device
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *121.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS Leo 120.5 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *8.1 GB disk3
1: Windows_FAT_32 8.1 GB disk3s1
$ diskutil unmountDisk /dev/disk3
Unmount of all volumes on disk3 was successful
$ time sudo dd if=target.img.dmg of=/dev/disk1 bs=1m
Password:
6734+1 records in
6734+1 records out
7061702656 bytes transferred in 2632.351800 secs (2682659 bytes/sec)
43m55.224s
0m0.034s
1m21.995s
complete a makes USB bootable device
- You may be done!
- Boot from the USB on your target machine.
댓글 없음:
댓글 쓰기