0

I have linux installed as my only OS on my macbook pro retina version and i need to create a installation usb that will boot on the usb...this has been frustrating for me and i need some help with this :/(internet recovery to get bootcamp IS NOT an option,the download is too long and my internet will cut off before it can install fully.)

Thanks in advance

3 Answers3

0

Try the dd command:

sudo dd bs=4M if=/path/to/file.iso of=/dev/sdX && sudo sync

/dev/sdX = mounted usb-drive

Byte Commander
  • 110,243
kyodake
  • 17,808
0

try to use WinUsb (this commands works on Ubuntu 15.04 and lower)

sudo add-apt-repository ppa:colingille/freshlight  
sudo apt-get update  
sudo apt-get install winusb
wair92
  • 482
  • 2
  • 5
  • 19
-2

Use Pendrive's Universal USB Installer (also known as UUI) and select the Windows option (there is Windows Vista to Windows 8 (or even Windows 10))

Star OS
  • 2,668