pacoraya Posted April 30, 2011 Share Posted April 30, 2011 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? Quote Link to comment
Joe L. Posted April 30, 2011 Share Posted April 30, 2011 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. Quote Link to comment
pacoraya Posted April 30, 2011 Author Share Posted April 30, 2011 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. Quote Link to comment
Joe L. Posted April 30, 2011 Share Posted April 30, 2011 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. Quote Link to comment
chuck23322 Posted April 30, 2011 Share Posted April 30, 2011 like what? http://tinyurl.com/6gsm5ch Quote Link to comment
Joe L. Posted April 30, 2011 Share Posted April 30, 2011 like what? http://lime-technology.com/wiki/index.php?title=USB_Flash_Drive_Preparation Quote Link to comment
pacoraya Posted May 2, 2011 Author Share Posted May 2, 2011 Problem solved preparing the flash drive with unetbootini in OSX. Thanks. Quote Link to comment
anarkia Posted July 8, 2011 Share Posted July 8, 2011 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 ? Quote Link to comment
Skyobz Posted April 13, 2015 Share Posted April 13, 2015 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 Quote Link to comment
XyZerKunG Posted November 5, 2019 Share Posted November 5, 2019 format NTFS to FAT32 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.