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

  • I recommend using UNetBootin to make bootable usb drives (for both linux and windows distributions). A decent guide for making them can be found here: http://www.webupd8.org/2010/10/create-bootable-windows-7-usb-drive.html – Akisame Dec 07 '15 at 16:18
  • To be clear you ARE using Ubuntu, correct? – David Dec 07 '15 at 16:37

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
  • 107,489
kyodake
  • 15,401
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,568