I have an old 1GB USB drive that I want to dedicate to being my Proxmox install stick (I've already labeled it as such). I tried to set it up the same way as I always have with other USB sticks:
I am comparing two sticks currently. Stick A (not working) is a "Lexar Media Jumpdrive Secure 1GB". Stick B (working) is a "PNY Attache 32GB". Both are USB2.0 and use the usb-storage driver, at least at my Fedora27 desktop. I see no differences in "lsusb -v" and in usb-devices that would account for this issue, and the "fdisk -l" output post-dd is the same for both. I have checked the Lexar drive for bad blocks. I have not found a way to verify that the data written to the stick matches the ISO.
Currently, I am suspecting there is some driver issue that is causing the Lexar stick to not be seen when searching for the cdrom. I am probably wrong about that, and will accept any suggestions.
usb-devices output:
Lexar:
T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=06 Dev#= 11 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=05dc ProdID=a400 Rev=30.00
S: Manufacturer=LEXAR MEDIA
S: Product=JUMPDRIVE SECURE
S: SerialNumber=B2702A05150819160105
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
PNY:
T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 12 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=13fe ProdID=4200 Rev=01.00
S: Manufacturer=
S: Product=USB DISK 2.0
S: SerialNumber=07016C7332D70223
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
- dd if=/dev/zero of=/dev/sdX status=progress
- dd if=proxmox-ve_*.iso of=/dev/sdX status=progress
- sync
- (remove stick)
I am comparing two sticks currently. Stick A (not working) is a "Lexar Media Jumpdrive Secure 1GB". Stick B (working) is a "PNY Attache 32GB". Both are USB2.0 and use the usb-storage driver, at least at my Fedora27 desktop. I see no differences in "lsusb -v" and in usb-devices that would account for this issue, and the "fdisk -l" output post-dd is the same for both. I have checked the Lexar drive for bad blocks. I have not found a way to verify that the data written to the stick matches the ISO.
Currently, I am suspecting there is some driver issue that is causing the Lexar stick to not be seen when searching for the cdrom. I am probably wrong about that, and will accept any suggestions.
usb-devices output:
Lexar:
T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=06 Dev#= 11 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=05dc ProdID=a400 Rev=30.00
S: Manufacturer=LEXAR MEDIA
S: Product=JUMPDRIVE SECURE
S: SerialNumber=B2702A05150819160105
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
PNY:
T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 12 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=13fe ProdID=4200 Rev=01.00
S: Manufacturer=
S: Product=USB DISK 2.0
S: SerialNumber=07016C7332D70223
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage