Skip to content

Commit 0c52c5c

Browse files
committed
Create PC boot USB on Mac
1 parent 3a5425f commit 0c52c5c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Apps.page

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ Linux
800800
# mirror without permission/ownership and excluding vim files
801801
rsync -nrltv --delete --exclude '.*.swp' . HOST:/PATH
802802

803-
# compare two dirs
803+
# compare two dirs (must include the trailing /!)
804804
rsync -rvnc --delete LOCALPATH/ HOST:/PATH/
805805

806806
# add new PPA repo
@@ -2422,6 +2422,19 @@ Delay / Adjust subtitle timing in VLC
24222422

24232423
- Play around with `h` and `g` keys
24242424

2425+
Create Ubuntu boot USB for PC on Mac
2426+
------------------------------------
2427+
2428+
<https://computers.tutsplus.com/tutorials/how-to-create-a-bootable-ubuntu-usb-drive-for-pc-on-a-mac--cms-21187>
2429+
2430+
hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso
2431+
diskutil list
2432+
diskutil unmountDisk /dev/diskN
2433+
sudo dd if=/path/to/ubuntu-14.04-desktop-i386.dmg of=/dev/rdiskN bs=1m
2434+
# DO NOT RESPOND TO DIALOG BOX WITH Initialize, Ignore, Eject
2435+
diskutil eject /dev/diskN
2436+
# NOW you can click Ignore
2437+
24252438
<!--
24262439
vim: ft=markdown
24272440
-->

0 commit comments

Comments
 (0)