Guest User

Untitled

a guest
Nov 17th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. DISCLAIMER: If you found this article you are either me (duh) or clever enough to use Google to find it and find all missing
  2. pieces of information that you are still not aware about. I DON'T DO FREE SUPPORT OTHER THAN WHAT I NEED TO MYSELF AND MAKE
  3. PUBLICLY AVAILABLE!
  4.  
  5. 1 - Install Virtual Box, get an ISO copy of windows installation and open Bootcamp on Mac (Action > Download drivers) to get
  6. the drivers for windows
  7.  
  8. 2 - Create a "ramdisk" that will actually point to your external ssd. For this you need to know the disk (you
  9. can simply type mount on terminal and figure out the disk number by yourself). After you know the number, type this in
  10. terminal:
  11.  
  12. $ sudo VBoxManage internalcommands createrawvmdk -filename "windows.vmdk" -rawdisk /dev/disk(# of the disk)
  13.  
  14. 2.a - In case you have an error, remember to umount the disk before trying to use it. Go google (or...:
  15.  
  16. $ diskutil unmountDisk /dev/disk3
  17.  
  18. and then repeat step 2.
  19.  
  20. 3 - So, even after you have done 2.a and repeated step 2, you will need a second
  21.  
  22. $ diskutil unmountDisk /dev/disk3
  23.  
  24. 4 - As soon as step 2 in completed, you may be requested to use the disk as a "timeblablab". This is horseshit. Don't use.
  25.  
  26. 5 - Now open Virtual Box and create a new Vm for Windows, and choose windows.vmdk as the disk for it.
  27.  
  28. sudo /Applications/VirtualBox.app/Contents/MacOS/VirtualBox
  29.  
  30. 6 - Start the VM, install windows.
  31.  
  32. 7 - Install MacOS Mounty, so you can copy the downloaded drivers to the hard disl
  33.  
  34. 8 - Start the "VM" and install the drivers
  35.  
  36. 9 - Reboot mac holding ALT/Option key and see the SSD as a bootable option.
  37.  
  38. 10 - You did it. Bitch!
Add Comment
Please, Sign In to add comment