October 10, 201213 yr i formatted a 2gb usb stick, named it "UNRAID" trying to run make_bootable.bat as administrator in win7 i get: Volumname station F is UNRAID Volumenumber is ... Error : Volume label must be UNRAID ?? huh i named it UNRAID
October 10, 201213 yr Author anyone? this is the same right it says in dutch volume name is "UNRAID" so why is he giving me errors?
October 10, 201213 yr Error : Volume label must be UNRAID One thing to try is to copy the 'UNRAID' from the error message (see quote above) when you run make_bootable.bat. Then paste it in as the Volume Name in a 'Rename' operation with Windows Explorer. What may be happening is that the Dutch language setting of your computer may be using different ASCCI(?) codes (these are numbers that are used for storage of symbols that are displayed on the screen) for the characters. The comparison is done using the actual numeric values.
October 10, 201213 yr Author Error : Volume label must be UNRAID One thing to try is to copy the 'UNRAID' from the error message (see quote above) when you run make_bootable.bat. Then paste it in as the Volume Name in a 'Rename' operation with Windows Explorer. What may be happening is that the Dutch language setting of your computer may be using different ASCCI(?) codes (these are numbers that are used for storage of symbols that are displayed on the screen) for the characters. The comparison is done using the actual numeric values. yeah i think the language is indeed making the problem how do i select and copy from the error message?
October 10, 201213 yr Error : Volume label must be UNRAID One thing to try is to copy the 'UNRAID' from the error message (see quote above) when you run make_bootable.bat. Then paste it in as the Volume Name in a 'Rename' operation with Windows Explorer. What may be happening is that the Dutch language setting of your computer may be using different ASCCI(?) codes (these are numbers that are used for storage of symbols that are displayed on the screen) for the characters. The comparison is done using the actual numeric values. yeah i think the language is indeed making the problem how do i select and copy from the error message? OK, I completely forgot that the windows shell will not allow cut-and-paste operations! However, it will allow us to redirect the output of a shell program to a file and 'make_bootable.bat' is a shell program. 1- determine what the drive letter of your flash drive is. (Let's say it is "F:" as it appears this is your Flash Drive letter) 2 - click on 'Start'. 3- type "cmd" into the "Search programs and Files" box. 4- in the shell window prompt, type F: The Prompt should now be 'F:' 5- As a check, type dir and you should get a listing of files on you flash drive. If this happens, you are ready for the next step. Otherwise, you may not have the correct drive letter. 6- type make_bootable.bat > text.txt 7- This will create a file named "text.txt on your flash drive. 8- in Window Explorer, open this file with Notepad. You can cut-and-paste from Notepad.
October 10, 201213 yr Sorry, but I am out of ideas at this point. There are a number of European users of unRAID and perhaps one of them will come forward and provide you with a solution.
October 10, 201213 yr It is a language issue, make_bootable.bat is parsing the output of "vol" and using column six for the label name. The output on your system is "Volumname station F is UNRAID" The english phrase it is expecting is "Volume in drive F is UNRAID" There is no word in the sixth column so there is no match to "UNRAID". Edit make_bootable.bat by changing set label=%%6 to set label=%%5 PB
October 10, 201213 yr Author Ty, thats indeed a way go do it, but i took the long hard way lol. Ive changed win7 mui language to english and it worked too So these are 2 ways to do it but i wouldnt recommend mine now lol
October 10, 201213 yr Just run 'syslinux -ma' on the usb stick directly and try to boot. The batchfile is a piece of #%$#^$%.
October 10, 201213 yr OK, I completely forgot that the windows shell will not allow cut-and-paste operations!If you are talking about the Windows Command Prompt from Accessories you CAN cut and paste from it. Even when using it as a Telnet session. To cut: Select Edit/Mark from the drop down menu when you left click on the icon in the upper left corner. Now just left click to start your cut somewhere on the screen and drag right and down to select the text. Now select Edit/Copy from the same drop down menu and the text you highlighted is on your clip board. To paste: Put the cursor where you want to paste the text. Select Edit/Paste from the drop down menu when you left click on the icon in the upper left corner. Your clipboard text is then entered where your cursor was positioned.
October 10, 201213 yr OK, I completely forgot that the windows shell will not allow cut-and-paste operations!If you are talking about the Windows Command Prompt from Accessories you CAN cut and paste from it. Even when using it as a Telnet session. To cut: Select Edit/Mark from the drop down menu when you left click on the icon in the upper left corner. Now just left click to start your cut somewhere on the screen and drag right and down to select the text. Now select Edit/Copy from the same drop down menu and the text you highlighted is on your clip board. To paste: Put the cursor where you want to paste the text. Select Edit/Paste from the drop down menu when you left click on the icon in the upper left corner. Your clipboard text is then entered where your cursor was positioned. Thank You!!! I learned something new today and I have been using MS products since 1985... But I don't think MS could have hid this feature any better if they had tried.
October 10, 201213 yr OK, I completely forgot that the windows shell will not allow cut-and-paste operations!If you are talking about the Windows Command Prompt from Accessories you CAN cut and paste from it. Even when using it as a Telnet session. To cut: Select Edit/Mark from the drop down menu when you left click on the icon in the upper left corner. Now just left click to start your cut somewhere on the screen and drag right and down to select the text. Now select Edit/Copy from the same drop down menu and the text you highlighted is on your clip board. To paste: Put the cursor where you want to paste the text. Select Edit/Paste from the drop down menu when you left click on the icon in the upper left corner. Your clipboard text is then entered where your cursor was positioned. Thank You!!! I learned something new today and I have been using MS products since 1985... But I don't think MS could have hid this feature any better if they had tried. Never understood why they required the Mark. I don't remember DOS 5.0 (when I started with MS products) requiring anything (just a shift or control key press if I remember correctly) to select. Would have thought a Windows Command Prompt would have carried that over.
October 12, 201213 yr OK, I completely forgot that the windows shell will not allow cut-and-paste operations!If you are talking about the Windows Command Prompt from Accessories you CAN cut and paste from it. Even when using it as a Telnet session. To cut: Select Edit/Mark from the drop down menu when you left click on the icon in the upper left corner. Now just left click to start your cut somewhere on the screen and drag right and down to select the text. Now select Edit/Copy from the same drop down menu and the text you highlighted is on your clip board. To paste: Put the cursor where you want to paste the text. Select Edit/Paste from the drop down menu when you left click on the icon in the upper left corner. Your clipboard text is then entered where your cursor was positioned. You can also just right click anywhere in the window and select mark from the menu. Select your text you want to copy and right click the highlighted text and hit will copy it. And paste is the same thing. Right click anywhere in the window and hit paste and it will paste the text where ever the cursor is.
Archived
This topic is now archived and is closed to further replies.