PDA

View Full Version : YUMI And "Error 27: Unrecognized command."


aladdin
June 16th, 2012, 11:07 AM
YUMI And "Error 27: Unrecognized command."

Dear Nate,

Thanks for such nice explanation in PM. I have no problem using xBoot and adding all my WinPE and Linux ISOs to it.

However, when it comes to YUMI. The Linux ISOs which are listed in the menu work. However, when I install the WinPE ISOs, they don't work. It gives the following error:

"Error 27: Unrecognized command."

On Google, the error has to do with menu.lst. I cannot upload this file for you in PM. I have opened this thread and upload here, so that you can have a look.

The ISO is under the directory, Mulitboot/ISOS

Best regards,

KOR!

P.S. I have renamed the menu.lst to menu.txt for uploading purpose!

n8chavez
June 16th, 2012, 01:24 PM
I am not completely sure what the issue is. I do know that there were changes in this latest build that would have caused boot errors unless you formatted your drive before using (or followed the instructions I gave you). That could be the issue. Also possible is that there is something special to the Macrium Reflect PE discs that others don't have. I have no idea about that as I only use custom built discs.

All custom DVDs, when added to Yumi, are put in Mulitboot/ISOS, all entries made to menu.lst. So we know that the ISO is being copied right. And the menu.lst appears to be correct. If that is true, process of elimination says it's the PE disc. Try anther PE disc (if you can) to see if that's the issue.

Below is my menu.lst file

-{ Quote: "# This Menu created with YUMI (Your Universal Multiboot Installer) http://www.pendrivelinux.com
default 1
timeout 30
color NORMAL HIGHLIGHT HELPTEXT HEADING
splashimage=/multiboot/menu/yumi.xpm.gz
foreground=FFFFFF
background=000000

title --- Directly Bootable ISOs ---
root

title <-- Back to Main Menu
root (hd0,0)
chainloader (hd0)+1
rootnoverify (hd0)

# Modify the following memory based entry if it does not boot
title Boot IFL.ISO from Memory
find --set-root --ignore-floppies --ignore-cd /multiboot/ISOS/IFL.ISO
map --heads=0 --sectors-per-track=0 --mem /multiboot/ISOS/IFL.ISO (hd32)
map --hook
root (hd32)
chainloader (hd32)

# Modify the following memory based entry if it does not boot
title Boot Win7Rescue.ISO from Memory
find --set-root --ignore-floppies --ignore-cd /multiboot/ISOS/Win7Rescue.ISO
map --heads=0 --sectors-per-track=0 --mem /multiboot/ISOS/Win7Rescue.ISO (hd32)
map --hook
root (hd32)
chainloader (hd32)" }-

aladdin
June 16th, 2012, 02:09 PM
-{ Quote: "I am not completely sure what the issue is. I do know that there were changes in this latest build that would have caused boot errors unless you formatted your drive before using (or followed the instructions I gave you). That could be the issue. Also possible is that there is something special to the Macrium Reflect PE discs that others don't have. I have no idea about that as I only use custom built discs.

All custom DVDs, when added to Yumi, are put in Mulitboot/ISOS, all entries made to menu.lst. So we know that the ISO is being copied right. And the menu.lst appears to be correct. If that is true, process of elimination says it's the PE disc. Try anther PE disc (if you can) to see if that's the issue.

Below is my menu.lst file" }-
Dear Nate,

I did format with FAT32 and tried it but it didn't work. And, also tried it with formatting YUMI. Still didn't work. Tried, Macrium, IFL and Paragon ISOs, but none worked. Separately and together.

I am trying to find the earlier v0.0.6.1 to try it but haven't been able to. The new version is basically very different and says as such:

-{ Quote: "NOTE: 0.0.6.2 CONTAINS MAJOR UPDATES: This version can't be used to remove distributions installed via previous versions. I highly recommended starting with a freshly formatted USB using this version.

http://www.pendrivelinux.com/yumi-multiboot-usb-creator/" }-
Do you happen to have the earlier v0.0.6.1?

Best regards,

KOR!

aladdin
June 16th, 2012, 03:02 PM
Tried v0.0.6.1 with IFL ISO and still the same error!

Best regards,

KOR!

n8chavez
June 16th, 2012, 03:18 PM
-{ Quote: "Tried v0.0.6.1 with IFL ISO and still the same error!

Best regards,

KOR!" }-

I really don't know what the issue could be. I just tried booting IFL using Yumi 0.6.2 and had no problems at all. The only thing I can suggest is that you reformat your drive (completely erase everything) and start over. If the issue was Yumi I'd be having similar issues. If the issue was IFW then I'd be having similar issues. But I'm not. You could try reformating and starting over, or you could try using my menu.lst file and just editing it to fit the names of you ISOs.

The issue has to be on your end since I cannot replicate any of the errors you've been getting.

aladdin
June 16th, 2012, 03:59 PM
Dear Nate,

Found the error and the solution. If an ISO is named "TeraByte IFW" with a space between the two words, "TeraByte IFW", it doesn't work. But if it is renamed as "TeraByteIFW" with no space between two words or as ""TeraByte_IFW" than it works.

Problem solved!

Best regards,

KOR!

P.S. For xBoot it doesn't matter.

n8chavez
June 16th, 2012, 05:08 PM
-{ Quote: "Dear Nate,

Found the error and the solution. If an ISO is named "TeraByte IFW" with a space between the two words, "TeraByte IFW", it doesn't work. But if it is renamed as "TeraByteIFW" with no space between two words or as ""TeraByte_IFW" than it works.

Problem solved!

Best regards,

KOR!

P.S. For xBoot it doesn't matter." }-

Ok. That's some good information to file away. I would have never guessed that because I name my ISO "IFL."

aladdin
June 17th, 2012, 07:05 AM
-{ Quote: "Ok. That's some good information to file away. I would have never guessed that because I name my ISO "IFL."" }-
Dear Nate,

It is from the menu.lst you posted above, I figured it out. You have two ISOs in the menu.lst, IFL.ISO and Win7Rescue.ISO. Looking at Win7Rescue.ISO, I saw there were no spaces in it, so I decided to try without the spaces.

Many thanks for being so kind, helping me and teaching me.

Best regards,

KOR! (Mohamed).