December 19, 200718 yr Author to rename a bcd entrybcdedit -store <BCD-file> /set {GUID} description "<u r description>"here to chage the Name from Windows Vista to Windows Vista Ultimaterunbcdedit -store <BCD-file> /set {GUID} description "Windows Vista Ultimate"
December 24, 200718 yr Dude, None of the examples are working(neither the one to disable EMS nor the one to rename)Here's how I did it:bcdedit -store c:\vista\boot\bcd /bootems {bootmgr} OFFbcdedit /store c:\vista\boot\bcd /set {bootmgr} description "Windows Vista Ultimate Final Setup"Dude Could u just Put an example u used for urself... I'm a newbie, so sometimes I might not know what to put in place of something like "<ur file here>" please use ur own paths and stuff with nothing that I might have to replace or figure out...thanx anyways Edited December 24, 200718 yr by oidicle
December 25, 200718 yr Author Dude, None of the examples are working(neither the one to disable EMS nor the one to rename)Here's how I did it:bcdedit -store c:\vista\boot\bcd /bootems {bootmgr} OFFbcdedit /store c:\vista\boot\bcd /set {bootmgr} description "Windows Vista Ultimate Final Setup"Dude Could u just Put an example u used for urself... I'm a newbie, so sometimes I might not know what to put in place of something like "<ur file here>" please use ur own paths and stuff with nothing that I might have to replace or figure out...thanx anywaysTHATS not possiblefirst u should do a bcdedit -store C:\vista\boot\bcd /v /enumThen look fo an entry having description "Windows Setup" copy down its GUID (say {my_guid})after thta change the descriptionbybcdedit -store c:\vista\boot\bcd /set {my_guid} description "Windows Vista Ultimate Final Setup"for the ems entrybcdedit -store c:\vista\boot\bcd /ems {my_guid} OFFif still u not getting the point, plz attach or send me the bcd file i wll do it
December 27, 200718 yr Hi, sory 4 d late reply, It's just that after replying to ur previous post I was kinda busy packing up tp move... I moved back to my original country, so I'm not staying In SA anymore(I've made the necessary adjustments to my info)... anyways I'm back online now and yeah 'll try this other code u gave me, but I don't think I used the "/v enum" before(so that must be why the prob arised)will give u feedbackP.S: what OS do U recommend I use(XP or Vista) to change the BCD, I've been using vista though....Peace Edited December 27, 200718 yr by oidicle
December 27, 200718 yr Author it doesnt matter , watever maybe that, it should run the bcdedit to edit bcd store,
January 5, 200818 yr Hi i've tried to create a multiboot dvd with this guide and all works perfectlyDo you think there's possibility to add a live cd created with bartpe using bcdedit....since i've no idea how to do this??thanks
January 6, 200818 yr Author That i have to check, hasnt tried yet.wen i reach hom on 15th , i'll check that.
January 6, 200818 yr Hey dude, Just wanted to let you know that it worked, sory 4 d late reply(the holidays)...
January 7, 200818 yr Author Hey dude, Just wanted to let you know that it worked, sory 4 d late reply(the holidays)...no probz, hope u enjoyed the holydays
January 14, 200818 yr Hey, devil, you wouldn't happen to know why I would be getting an NTDETECT failed message when I start my XP x64 install off of my USB flash drive, but not in VMware off of a .iso file would you? The files are exactly the same, just copied to the flash drive. Vista x64 is still loading fine off the USB drive so I'm not sure what is going on.I used the bcd commands in this order:bcdedit /store H:\boot\bcd /create {ntldr} /d "Windows XP x64 Install"bcdedit /store H:\boot\bcd /set {ntldr} device bootbcdedit /store H:\boot\bcd /set {ntldr} path \I386\SETUPLDR.BINbcdedit /store H:\boot\bcd /displayorder {ntldr} /addfirstbcdedit /store H:\boot\bcd /set {bootmgr} displaybootmenu yesbcdedit /store H:\boot\bcd /set {default} description "Windows Vista x64 Install"bcdedit /store H:\boot\bcd /default {ntldr} Edited January 22, 200818 yr by arfett
January 28, 200818 yr Author SETUPLDR is supposed to load from a CD/DVD not from removable (HD) medium as in the case of memory stickwhen trying to load SETUPLDR from Stick, it finds that is being loaded from a HD and not optical medium tires to load OS (XP) not the setup thats why it fails.There is a thread telling how to load an 5.x windows from usbHere it is http://www.msfn.org/board/boot-install-USB...html&st=480
January 28, 200818 yr bcdedit /store H:\boot\bcd /set {ntldr} path \I386\SETUPLDR.BIN(bolding is mine)I don't think that a \I386\ SETUPLDR will load x64 files? The NEW link to the Install XP from USB is this one:http://www.msfn.org/board/install-XP-USB-t111406.htmlbut it is \I386 related, not x64.jaclaz
January 28, 200818 yr Author jaclaz:but the SETUPLDR.BIN is in I386 dir of X64 cd not in AMD64 dirso its not due to I386its due to the loader recognizes what the source it is booting (CD or HD or removable hd or stick).
January 31, 200818 yr About 3 months ago I installed XP x64 off my flash drive using your method of multibooting the vista and xp installs and it worked just fine. I wonder what it is I did to get it work. It was heavily nlited as is my new XP x64 source so I don't know if I've changed anything my removals that could have gotten around this check.
January 31, 200818 yr Author then try gold xp x64 , so we can confirm whether it is caused by nlite or not
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now