Use command prompt and diskpart.Appreciate your help here, hope I'm not keeping you up tonight. Any suggestion (with link) of what tool to write it to a USB stick?
I use this method on all my USB sticks.Run CMD as Administrator
Run DISKPART from the command prompt
To list available current disks, type LIST DISK
Identify your disk number (in this example I will use Disk 2)
Type in the following:
SELECT DISK 2
CLEAN
CREATE PARTITION PRIMARY
ACTIVE
FORMAT FS=FAT32 QUICK
EXIT
EXIT
Now, using a tool like 7-Zip, extract your ISO to the USB disk and it should work.