None of my usbs are detected in universal usb installer.I am running it in wine on ubuntu.My main HD and my dvd drive are detected but not my usbs.
2 Answers
- run
winecfg - go to the "Drives" tab
- click "Add..."
- chose your favorite letter
- find the "Path:" text field and click the "Browse..." button next to that
- find wherever your operating system has mounted the flash drive. In Ubuntu it'll be under /media
- select your flash drive's mount point (if you're using YUMI it'll probably be called "MULTIBOOT".
- click "OK" and then "OK" again.
- Run YUMI or whetever Windows program you were using your flash drive with.
This was answered here How to mount USB flash drive to WINE?
- 41
- 5
You don't need to use Universal USB Installer in linux, there are plenty of linux tools to create bootable USB's.
I like the multi-boot usb method, described here on Arch's Wiki or here on pendrivelinux.com, for many distros you just copy the ISO file onto the usb and edit grub.cfg. Cliff notes instructions are:
- Mount the usb
Install grub by running the following command, replacing
xwith your actual USB device and/mnt/usbwith the actual mounted dir.grub-install --force --no-floppy --boot-directory=/mnt/USB/boot /dev/sdxPut demo grub.cfg ( http://pendrivelinux.com/downloads/multibootlinux/grub.cfg ) in /mnt/USB/boot/grub and edit to match your iso's
Or see the Ubuntu help on creating & installing from bootable USB's, can the Ubuntu tool Startup Disk Creator, Unetbootin, or plain dd.