sudo rm -Rf /System/Library/Extensions/AppleUSBEthernetHost.kext sudo kextload /System/Library/Extensions/AppleUSBEthernetHost.kext sudo rm /System/Library/Extensions/AppleUSBEthernetHost.kext/Contents/Code*hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)diskutil list to get the current list of devices.diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2).sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.imgor ./ubuntu.dmg). diskutil eject /dev/diskN and remove your flash media when the command completes.Pagina creata in 0.043 secondi con 14 interrogazioni.