April 30, 201115 yr The process to make bootable the flash key always return the error: "Volume label must be UNRAID" Of course I follow the steps, format the flash device, labeling UNRAID all caps, etc. I've even tried with two different keys, also I've tried format it with WXP and W7. Nothing results, always the same error. What's wrong?
April 30, 201115 yr The process to make bootable the flash key always return the error: "Volume label must be UNRAID" Of course I follow the steps, format the flash device, labeling UNRAID all caps, etc. I've even tried with two different keys, also I've tried format it with WXP and W7. Nothing results, always the same error. What's wrong? Perhaps your flash drive has U3 software on it? It has been known to cause issues. Joe L.
April 30, 201115 yr Author But, if I format the flash drive this software must disappear, isn't it? anyway I try with two different flash drives, kingston and other unknow brand named dane-elec.
April 30, 201115 yr But, if I format the flash drive this software must disappear, isn't it? anyway I try with two different flash drives, kingston and other unknow brand named dane-elec. no, it does not go away when you format it. you must use special software to remove it.
April 30, 201115 yr like what? http://lime-technology.com/wiki/index.php?title=USB_Flash_Drive_Preparation
July 8, 201114 yr I just want to say that I had the same error. I tested with WinXP and Win7 too. My usb key is a simple drive without specific software. I think this error is perhaps due to differents cultures ? I'm french and volume information return: Le volume dans le lecteur H s'appelle UNRAID Le numéro de série du volume est 58C6-5134 I suspect the ' symbol, or perhaps too much words ?
April 13, 201511 yr Just modify the .bat with this: @echo off rem v1.0 Script to make the USB Flash device from which this is run bootable. rem v1.1 Priviledge check code contributed by forum member "Spectrum" rem v1.2 Include 'f' switch to syslinux invokation to handle devices not marked "removeable" echo Make Bootable v1.2 ATTRIB %windir%\system32 -h | FINDSTR /I "denied" >nul IF NOT ERRORLEVEL 1 ( ECHO. ECHO This script must be run as an Administrator. ECHO. ECHO Right click and select 'Run as administrator' or execute ECHO from an elevated command prompt. ECHO. GOTO exit ) rem Output volume information vol %~d0 rem Find the volume label for /f "tokens=1-5*" %%1 in ('vol %~d0') do ( set label=%%6 goto valid ) :checkit if "%label%"=="UNRAID" goto valid echo Error: volume label must be UNRAID goto exit :valid pause echo %~d0\syslinux\syslinux.exe -maf %~d0 %~d0\syslinux\syslinux.exe -maf %~d0 echo Completed :exit pause
Archived
This topic is now archived and is closed to further replies.