Advertisement
v1ral_ITS

Wine USB Setup

Apr 20th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.88 KB | None | 0 0
  1.  
  2.  
  3. Good news: Wine supports USB flash drives!
  4. Even more good news: it might be super easy!
  5. 1. run winecfg
  6. 2. go to the "Drives" tab
  7. 3. click "Add..."
  8. 4. chose your favorite letter
  9. 5. find the "Path:" text field and click the "Browse..." button next to that
  10. 6. find wherever your operating system has mounted the flash drive. In Ubuntu it'll be under /media
  11. 7. select your flash drive's mount point (if you're using YUMI it'll probably be called "MULTIBOOT".
  12. 8. click "OK" and then "OK" again.
  13. 9. Run YUMI or whetever Windows program you were using your flash drive with.
  14.  
  15. If that doesn't work for you, you might have to patch in USB support and then compile WINE yourself, according to this: http://wiki.winehq.org/USB
  16. If you want to go that route, the website makes it sound simple enough.
  17. 1. open a terminal
  18. 2. type wine --version
  19. 3. go here and click on your version number: ftp://ftp.etersoft.ru/pub/people/amorozov/usb/
  20. 4. download the two text files to your wine source folder
  21. 5. run patch -p1 < 0001*.txt and then patch -p1 < 0002*.txt
  22. 6. build it
  23.  
  24. That last step is what kills it for me, because I'm a noob and half of every compile attempt finds me in dependency hell. The website also says "Only for versions before 1.1.22. Run tools/make_makefiles" before building it. I don't knowú what that means, but it might be useful.
  25.  
  26. Thankfully the first option worked for me.
  27. I feel it's worth noting that while adding another OS with YUMI under WINE seems to work fine, I've always had trouble setting up a fresh flash drive with YUMI under WINE, but maybe it's just me. Also, on one of my computers (Kubuntu 64-bit 3.8.0-31-generic) sometimes I would navigate around and the WINE file manager thing wouldn't see any files or hidden folders. If this hapens to you, paste the exact name of what it is you want to select (like "gparted-live-0.14.1-6-i486.iso" or ".hiddenfolder" and hit enter.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement