The above menu is from my USB flashdrive!
I copied the Win 7 dvd content to a HD folder
Copied the Dart, Acronis and Paragon iso's (renamed as *.wim) to the source folder.
Than just edit the BCD to add the entries to the menu.
In my case, the files are in k:\7test
start cmd in dir k:\7test\boot
bcdedit /store bcd /enum
bcdedit /store bcd /copy {default} /d "MsDart x64"
bcdedit /store bcd /set {a4e7aa72-cfce-11de-a773-00248c40c635} OSDEVICE ramdisk=[boot]\sources\erd6564.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
etc..... like you would edit the normal bcd
The point is you can run the bcdedit in a folder with bcdedit /store bcd /.........
Finally copy the complete folder to a Bootable USB flash drive OR create an ISO with Osdimage
My BCD looks like this:
Quote:
Windows Boot Manager
--------------------
identifier {bootmgr}
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
displayorder {default}
{a4e7aa72-cfce-11de-a773-00248c40c635}
{ae19286c-cfcf-11de-a773-00248c40c635}
{f3deae7a-d043-11de-8193-00248c40c635}
{768a2a8e-e313-11de-8536-00248c40c635}
{c7365542-052f-11df-884e-00248c40c635}
toolsdisplayorder {memdiag}
timeout 10
Windows Boot Loader
-------------------
identifier {default}
device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Windows Setup
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
Windows Boot Loader
-------------------
identifier {a4e7aa72-cfce-11de-a773-00248c40c635}
device ramdisk=[boot]\sources\erd6564.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description MsDart x64
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\erd6564.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
Windows Boot Loader
-------------------
identifier {ae19286c-cfcf-11de-a773-00248c40c635}
device ramdisk=[boot]\sources\erd6532.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description MsDart x86
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\erd6532.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
Windows Boot Loader
-------------------
identifier {f3deae7a-d043-11de-8193-00248c40c635}
device ramdisk=[boot]\sources\acronis.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Acronis 2010
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\acronis.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
Windows Boot Loader
-------------------
identifier {768a2a8e-e313-11de-8536-00248c40c635}
device ramdisk=[boot]\sources\paragon.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Paragon DriveBackup Server
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\paragon.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
Windows Boot Loader
-------------------
identifier {c7365542-052f-11df-884e-00248c40c635}
device ramdisk=[boot]\sources\paragonpm.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Paragon Partition Manager
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\paragonpm.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
K:\7test\boot>