![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Vista boots selection ? Do you know how to set up Vista to boot like we have boot.ini in XP ? [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Vista (1394,ch6)" /fastdetect /noguiboot /sos /debug /debugport=1394 /channel=6 multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Vista (com1)" /fastdetect /noguiboot /sos /debug /debugport=COM1: /baudrate=115200 multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Vista" /fastdetect /noguiboot How do we set it bcdedit -debug on bcdedit -dbgsettings 1394 channel:6 bcdedit -debug on bcdedit -dbgsettings serial debugport:1 baudrate:115200 and we can select which one to use ? Thanks for your help . -- hoahongden ------------------------------------------------------------------------ hoahongden's Profile: http://winvistaclub.com/forum/member.php?userid=837 View this thread: http://winvistaclub.com/forum/showthread.php?t=26122 |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Vista boots selection ? You can use bcdedit /copy to make a copies of an existing boot entry and then modify the settings for each accordingly bcdedit /? copy bcdedit /? -- Jon "hoahongden" <hoahongden.3iq5v9@xxxxxx> wrote in message news:hoahongden.3iq5v9@xxxxxx Quote: > > Do you know how to set up Vista to boot like we have boot.ini in XP ? > [operating systems] > multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Vista (1394,ch6)" > /fastdetect /noguiboot /sos /debug /debugport=1394 /channel=6 > multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Vista (com1)" /fastdetect > /noguiboot /sos /debug /debugport=COM1: /baudrate=115200 > multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Vista" /fastdetect > /noguiboot > > > How do we set it > > bcdedit -debug on > bcdedit -dbgsettings 1394 channel:6 > > bcdedit -debug on > bcdedit -dbgsettings serial debugport:1 baudrate:115200 > > and we can select which one to use ? > > Thanks for your help . > > > -- > hoahongden > ------------------------------------------------------------------------ > hoahongden's Profile: http://winvistaclub.com/forum/member.php?userid=837 > View this thread: http://winvistaclub.com/forum/showthread.php?t=26122 > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Vista boots selection ? Jon, I am lost, can you show me the code again or example ? Thanks -- hoahongden ------------------------------------------------------------------------ hoahongden's Profile: http://winvistaclub.com/forum/member.php?userid=837 View this thread: http://winvistaclub.com/forum/showthread.php?t=26122 |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Vista boots selection ? "hoahongden" <hoahongden.3iqait@xxxxxx> wrote in message news:hoahongden.3iqait@xxxxxx Quote: > > Jon, > > I am lost, can you show me the code again or example ? > Thanks > > The rough sequence would be. Current boot entries ... bcdedit /enum bcdedit /enum /v (this shows the ids too) Make a copy of the current entry ..... bcdedit /copy {current} /d "My New Boot Entry" This displays a {guid} which you'd then use in the following way to add it to the boot entry list.... bcdedit /displayorder {guid} /addlast Then modify its settings using further bcdedit commands eg bcdedit /set {guid} description "My second boot entry" You'll have to read the documentation for the rest or google a bit for examples. bcdedit /? -- Jon |
My System Specs![]() |
| | #5 (permalink) |
| Windows Server 2008 R2 x64, FreeBSD 7 | Re: Vista boots selection ? Or you can use EasyBCD/VistabootPRO (both FREE). |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Help Vista boots to windows98 startup selection screen? | General Discussion | |||
| Boots to Set Up; not VISTA OS | Vista installation & setup | |||
| Vista no longer boots | Vista installation & setup | |||
| XP & Vista Boots | Vista installation & setup | |||
| XP & Vista Boots | Vista installation & setup | |||