mbusb / multibootusb

Create multiboot live Linux on a USB disk...
http://multibootusb.org/
GNU General Public License v2.0
1.39k stars 201 forks source link

No USB device found #246

Closed yochananmarqos closed 6 years ago

yochananmarqos commented 6 years ago

I built 8.9.0 from source on Manjaro Linux 17.1-rc1 Cinnamon and it cannot detect any USB devices. I tried a few different USB sticks that work fine in other programs.

$ gksudo multibootusb
Running multibootusb version 8.9.0 from source...
Starting multibootusb GUI...
Cleaning old multibootusb directory...
Syslinux exist in multibootusb directory...
Using pyudev for detecting USB drives...
No USB device found...
$ lsusb
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 004: ID 19ff:0239 Dynex 
Bus 008 Device 003: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
Bus 008 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 0781:5581 SanDisk Corp. Ultra
Bus 006 Device 002: ID 0bc2:2323 Seagate RSS LLC 
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
mbusb commented 6 years ago

Use lsblk command to check USB device. I have same manjaro and it works perfectly fine.

On 17-Dec-2017 9:23 PM, "yochananmarqos" notifications@github.com wrote:

I built 8.9.0 from source on Manjaro Linux 17.1-rc1 Cinnamon and it cannot detect any USB devices. I tried a few different USB sticks that work fine in other programs.

$ gksudo multibootusb Running multibootusb version 8.9.0 from source... Starting multibootusb GUI... Cleaning old multibootusb directory... Syslinux exist in multibootusb directory... Using pyudev for detecting USB drives... No USB device found... $ lsusb Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 004: ID 19ff:0239 Dynex Bus 008 Device 003: ID 046d:c318 Logitech, Inc. Illuminated Keyboard Bus 008 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 003: ID 0781:5581 SanDisk Corp. Ultra Bus 006 Device 002: ID 0bc2:2323 Seagate RSS LLC Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mbusb/multibootusb/issues/246, or mute the thread https://github.com/notifications/unsubscribe-auth/AEC34PRCPH7dZhiq5lJBfyUH3CO-GMHuks5tBTjzgaJpZM4REszE .

yochananmarqos commented 6 years ago

My USB stick is sdd.

$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0  55.9G  0 disk 
├─sda1   8:1    0   300M  0 part 
├─sda2   8:2    0  46.8G  0 part 
└─sda3   8:3    0   8.8G  0 part 
sdb      8:16   0 223.6G  0 disk 
├─sdb1   8:17   0   499M  0 part 
├─sdb2   8:18   0   100M  0 part /boot/efi
├─sdb3   8:19   0    16M  0 part 
├─sdb4   8:20   0  50.1G  0 part 
└─sdb5   8:21   0 172.9G  0 part /
sdc      8:32   0 465.8G  0 disk 
├─sdc1   8:33   0   100G  0 part /run/media/yochanan/backup
└─sdc2   8:34   0 365.8G  0 part /run/media/yochanan/storage
sdd      8:48   1  28.7G  0 disk /run/media/yochanan/MULTIBOOT
sr0     11:0    1  1024M  0 rom 

I checked MultiSystem built from the AUR and it can't detect any USB devices, either. I guess the issue is with my system, but I'm not sure what it is. I just did a fresh install a few days ago. You can close the issue if you want.

wxguy commented 6 years ago

sdd is not a partition. Make one and test again.

yochananmarqos commented 6 years ago

That's rather strange. Somehow it was formatted but had no partition table. I fixed it with GParted by using Format to > cleared. Then I was able to create a partition table. Thanks for help.