Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SOLVED] Error: "Volume label must be UNRAID"

Featured Replies

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?

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.

  • 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.

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.
  • Author

like what?

  • Author

Problem solved preparing the flash drive with unetbootini in OSX.

 

Thanks.

  • 2 months later...

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 ?

  • 3 years later...

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

 

  • 4 years later...

format NTFS to FAT32

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.