winpe option - urgent help

deepak

Member
Hi Everyone,

When I am creating a winpe Dual boot.

After saving and a reboot
it shows 2 options as i wanted
1. Windows Vista
2. RamdiskOptions

I want to change the name of the Ramdiskoptions to Recovery how can i do it.

help needed

Regards
Deepak
 
Use EasyBCD. Open it up and under teh Chagne Settings change the name. Save it and then under Manage Bootloader rewrite the MBR. Should have the name changed then.
 
Thanks alot bro

it do changed the name but now not running recovery winpe option.

which it was running from Ramdiskoptions

Regards
deepak
 
hello,

I am the same problem, but i have a title but display ramdiskoptions.
I try to change the title but it doesn't work. I always have ramdiskoptions

thanks

MJH
 
MJH, is this a problem your having with EasyBCD 2.0 beta? You need to hit the save button after you've changed it as well otherwise nothing will happen. Go into a little more detail if you can if you're still having issues so we can try to pin point your problem.
 
Hello,

I already do this manipulation with easybcd...

Here my bcd read with ms-dos :

Gestionnaire de démarrage Windows
---------------------------------
identificateur {bootmgr}
description Windows PE Boot Manager
displayorder {7060d908-09be-11de-b664-005056c00008}
{aff728b8-09c0-11de-b664-005056c00008}
timeout 30

Chargeur de démarrage Windows
-----------------------------
identificateur {7060d908-09be-11de-b664-005056c00008}
device ramdisk=[boot]\sources\bootmmc.wim,{ramdiskoptions}
description WinPE MMC
osdevice ramdisk=[boot]\sources\bootmmc.wim,{ramdiskoptions}
systemroot \Windows
detecthal Yes
winpe Yes

Chargeur de démarrage Windows
-----------------------------
identificateur {aff728b8-09c0-11de-b664-005056c00008}
device ramdisk=[boot]\sources\bootang.wim,{ramdiskoptions}
description WinPE English
osdevice ramdisk=[boot]\sources\bootang.wim,{ramdiskoptions}
systemroot \Windows
detecthal Yes
winpe Yes

here my bcd read with easy bcd :

Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
description Windows PE Boot Manager
displayorder {7060d908-09be-11de-b664-005056c00008}
{aff728b8-09c0-11de-b664-005056c00008}
timeout 30

Windows Boot Loader
-------------------
identifier {7060d908-09be-11de-b664-005056c00008}
device ramdisk=[boot]\sources\bootmmc.wim,{ae5534e0-a924-466c-b836-758539a3ee3a}
description WinPE MMC
osdevice ramdisk=[boot]\sources\bootmmc.wim,{ae5534e0-a924-466c-b836-758539a3ee3a}
systemroot \Windows
detecthal Yes
winpe Yes

Windows Boot Loader
-------------------
identifier {aff728b8-09c0-11de-b664-005056c00008}
device ramdisk=[boot]\sources\bootang.wim,{ae5534e0-a924-466c-b836-758539a3ee3a}
description WinPE English
osdevice ramdisk=[boot]\sources\bootang.wim,{ae5534e0-a924-466c-b836-758539a3ee3a}
systemroot \Windows
detecthal Yes
winpe Yes


I don't know to do anything to solve this problem

Thanks

MJH
 
MUH, i don't understand all of it, but it appears as if you've got some duplicate entries. In EasyBCD, reset your bcd store under the diagnostics page. You may need to re-add your other entries besides the copy of Vista you're in. If that fails to work, try the below.

Manual way:

Open a command prompt and type:

Code:
bcdedit

If should give you output similar to that you get from EasyBCD. Find the identifier {xxx} with the numbers and dashes for the entries you want to modify. When you find an entry you want to change the description for, use:

Code:
bcdedit /set {xxx} description "Name of the entry you want here"
 
Back
Top