February 11, 200917 yr Hi,i am using BCD for my PXE Environment in order to have 2 multiboot windows pe 2.1 (32 and 64 bit).Everything works besides that I dont know how I add localboot as default boot to the BCD...When the timer runs down it boots the Windows PE...my Configuration looks like thisbcdedit -store c:\BCD -enum allWindows Boot Manager--------------------identifier {bootmgr}description W.H.A.T. BootManagerdefault {default}displayorder {625f9b00-ec81-11dd-b5f9-0019b9464270} {77c871b0-ebc3-11dd-b5f9-0019b9464270}timeout 10Windows Boot Loader-------------------identifier {625f9b00-ec81-11dd-b5f9-0019b9464270}device ramdisk=[boot]\Boot\boot32.wim,{ramdiskoptions}description Windows PE 2.1 (x86)osdevice ramdisk=[boot]\Boot\boot32.wim,{ramdiskoptions}systemroot \Windowsdetecthal Yeswinpe YesWindows Boot Loader-------------------identifier {77c871b0-ebc3-11dd-b5f9-0019b9464270}device ramdisk=[boot]\boot\boot.wim,{ramdiskoptions}description Windows PE 2.1 (x64)osdevice ramdisk=[boot]\boot\boot.wim,{ramdiskoptions}systemroot \Windowsdetecthal Yeswinpe YesSetup Ramdisk Options---------------------identifier {ramdiskoptions}description 32 Bit PE 2.1 OBEN, 64 Bit PE 2.1 UNTENramdisksdidevice bootramdisksdipath \boot\boot.sdiThe question is how do I add an GENERIC localboot entry as default? I only have the choice to make a default vista/2008 boot or {ntdlr} for xp/2003but we have all kinds of servers (2003 and 2008) so I need a generic localboot entry...Anyone an idea?
March 6, 200917 yr HiCan you show me how to add two Ramdisk entries ?I've tried the following under Vista SP1bcdedit -store C:\TEMP\BCD -create {bootmgr} /d "Boot Manager"bcdedit -store C:\TEMP\BCD -set {bootmgr} device bootbcdedit -store C:\TEMP\BCD -create {ramdiskoptions} /d "WinPE1"bcdedit -store C:\TEMP\BCD -create {ramdiskoptions} /d "WinPE2"The last command gives an error. I cant add two ramdisk optitionscan you give me the commands to add two WinPE entires ?perhaps you can send me your bcd fileGreetings kyor Edited March 6, 200917 yr by kyor
March 6, 200917 yr @kyorSee if this helps:http://www.msfn.org/board/index.php?showtopic=114711@confused_kaProbably the only way out is to use Pxelinux:http://www.deployvista.com/Blog/tabid/70/E...SE/Default.aspxjaclaz
March 6, 200917 yr @jaclazThank you very much !! This makes me happy B) Edited March 6, 200917 yr by kyor
March 6, 200917 yr This makes me happy B)Happy bunnies are better:http://www.msfn.org/board/index.php?showto...128727&st=8jaclaz
Create an account or sign in to comment