Skip to content

Instantly share code, notes, and snippets.

@rainyear
Last active December 27, 2015 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainyear/7329252 to your computer and use it in GitHub Desktop.
Save rainyear/7329252 to your computer and use it in GitHub Desktop.
hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso
diskutil list
diskutil unmountDisk /dev/disk$N
sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
diskutil eject /dev/disk$N
====
try on Lenovo:
1. ubuntu-12.04.3-desktop-i386.iso
failed: BUG: soft lockup - CPU#0 stuck for 22s! [modprobe:***]
2. windows_7_enterprise_x86-cn.iso
using: Windows7-USB-DVD-tool.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment