Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Dual Boot Naming

Reply
Thread Tools Display Modes

Dual Boot Naming

 
 
thindave
Guest
Posts: n/a

 
      09-14-2009
For various reasons, I have a dual boot with Vista 64 bit and Vista 32 bit on
separate internal hard drives. When the dual boot screen comes up, it lists
both OS's as Microsoft Windows Vista, without any indication which is which
and from which hard drive the OS is coming from. Is there any way to change
the dual drive start up screen to be more specific as to which OS to select
from?

Thanks

 
Reply With Quote
 
 
 
 
Dusko Savatovic
Guest
Posts: n/a

 
      09-14-2009

Hi ThinDave,

1. Boot any configuration you like.
2. Check system properties for version (right click Computer, properies).
Let's say you booted into 64-bit version.
3. Open Command Prompt with 'Run as administrator'.
4. Issue command:
bcdedit /set description "Vista x64"
This will set description of currently loaded OS to "Vista x64"

To rename other otion, look at bcdedit help. The command to issue will be
something like:
bcdedit /set {cbd971bf-b7b8-4885-951a-fa03044f5d71} description "Vista x86"
Note, the long number is unique id number. You see what it is when you issue
bcdedit command (without parameters). Alternatively, you can reboot into
second config and repeat above steps with suitable description.

"thindave" <> wrote in message
news:3E4963DE-AB7C-4561-9A2A-...
> For various reasons, I have a dual boot with Vista 64 bit and Vista 32 bit
> on
> separate internal hard drives. When the dual boot screen comes up, it
> lists
> both OS's as Microsoft Windows Vista, without any indication which is
> which
> and from which hard drive the OS is coming from. Is there any way to
> change
> the dual drive start up screen to be more specific as to which OS to
> select
> from?
>
> Thanks
>

 
Reply With Quote
 
thindave
Guest
Posts: n/a

 
      09-14-2009
Dusko:

Guess I am still a bit confused. If I type in "run as administrator" in the
Run command box on the windows start-up, it does not recognize that command.
And if I type in the 'bcedit /set descpription "Vista x64"" ' I still get
nothing. Not sure what I am doing wrong.

Thanks,

Dave


"Dusko Savatovic" wrote:

> Hi ThinDave,
>
> 1. Boot any configuration you like.
> 2. Check system properties for version (right click Computer, properies).
> Let's say you booted into 64-bit version.
> 3. Open Command Prompt with 'Run as administrator'.
> 4. Issue command:
> bcdedit /set description "Vista x64"
> This will set description of currently loaded OS to "Vista x64"
>
> To rename other otion, look at bcdedit help. The command to issue will be
> something like:
> bcdedit /set {cbd971bf-b7b8-4885-951a-fa03044f5d71} description "Vista x86"
> Note, the long number is unique id number. You see what it is when you issue
> bcdedit command (without parameters). Alternatively, you can reboot into
> second config and repeat above steps with suitable description.
>
> "thindave" <> wrote in message
> news:3E4963DE-AB7C-4561-9A2A-...
> > For various reasons, I have a dual boot with Vista 64 bit and Vista 32 bit
> > on
> > separate internal hard drives. When the dual boot screen comes up, it
> > lists
> > both OS's as Microsoft Windows Vista, without any indication which is
> > which
> > and from which hard drive the OS is coming from. Is there any way to
> > change
> > the dual drive start up screen to be more specific as to which OS to
> > select
> > from?
> >
> > Thanks
> >

>

 
Reply With Quote
 
Dusko Savatovic
Guest
Posts: n/a

 
      09-14-2009

ThinDave,

Sorry, I gues I was a bit fast.

You need to navigate to where the command prompt is (In Accessories etc).
Then you right click on the Command Prompt icon and from the context menu
choose "Run as Administrator".

I noticed typos in bcdedit (you used bcedit) and description (descpription),
so here is command again:
bcdedit /set description "Vista x64"

There is space between bcdedit and /set.

HTH,
Good luck

"thindave" <> wrote in message
news:59EE9B8B-9502-41A3-A336-...
> Dusko:
>
> Guess I am still a bit confused. If I type in "run as administrator" in
> the
> Run command box on the windows start-up, it does not recognize that
> command.
> And if I type in the 'bcedit /set descpription "Vista x64"" ' I still get
> nothing. Not sure what I am doing wrong.
>
> Thanks,
>
> Dave
>
>
> "Dusko Savatovic" wrote:
>
>> Hi ThinDave,
>>
>> 1. Boot any configuration you like.
>> 2. Check system properties for version (right click Computer, properies).
>> Let's say you booted into 64-bit version.
>> 3. Open Command Prompt with 'Run as administrator'.
>> 4. Issue command:
>> bcdedit /set description "Vista x64"
>> This will set description of currently loaded OS to "Vista x64"
>>
>> To rename other otion, look at bcdedit help. The command to issue will be
>> something like:
>> bcdedit /set {cbd971bf-b7b8-4885-951a-fa03044f5d71} description "Vista
>> x86"
>> Note, the long number is unique id number. You see what it is when you
>> issue
>> bcdedit command (without parameters). Alternatively, you can reboot into
>> second config and repeat above steps with suitable description.
>>
>> "thindave" <> wrote in message
>> news:3E4963DE-AB7C-4561-9A2A-...
>> > For various reasons, I have a dual boot with Vista 64 bit and Vista 32
>> > bit
>> > on
>> > separate internal hard drives. When the dual boot screen comes up, it
>> > lists
>> > both OS's as Microsoft Windows Vista, without any indication which is
>> > which
>> > and from which hard drive the OS is coming from. Is there any way to
>> > change
>> > the dual drive start up screen to be more specific as to which OS to
>> > select
>> > from?
>> >
>> > Thanks
>> >

>>



 
Reply With Quote
 
andy
Guest
Posts: n/a

 
      09-14-2009
The command is bcdedit.

On Mon, 14 Sep 2009 08:58:01 -0700, thindave
<> wrote:

>Dusko:
>
>Guess I am still a bit confused. If I type in "run as administrator" in the
>Run command box on the windows start-up, it does not recognize that command.
> And if I type in the 'bcedit /set descpription "Vista x64"" ' I still get
>nothing. Not sure what I am doing wrong.
>
>Thanks,
>
>Dave
>
>
>"Dusko Savatovic" wrote:
>
>> Hi ThinDave,
>>
>> 1. Boot any configuration you like.
>> 2. Check system properties for version (right click Computer, properies).
>> Let's say you booted into 64-bit version.
>> 3. Open Command Prompt with 'Run as administrator'.
>> 4. Issue command:
>> bcdedit /set description "Vista x64"
>> This will set description of currently loaded OS to "Vista x64"
>>
>> To rename other otion, look at bcdedit help. The command to issue will be
>> something like:
>> bcdedit /set {cbd971bf-b7b8-4885-951a-fa03044f5d71} description "Vista x86"
>> Note, the long number is unique id number. You see what it is when you issue
>> bcdedit command (without parameters). Alternatively, you can reboot into
>> second config and repeat above steps with suitable description.
>>
>> "thindave" <> wrote in message
>> news:3E4963DE-AB7C-4561-9A2A-...
>> > For various reasons, I have a dual boot with Vista 64 bit and Vista 32 bit
>> > on
>> > separate internal hard drives. When the dual boot screen comes up, it
>> > lists
>> > both OS's as Microsoft Windows Vista, without any indication which is
>> > which
>> > and from which hard drive the OS is coming from. Is there any way to
>> > change
>> > the dual drive start up screen to be more specific as to which OS to
>> > select
>> > from?
>> >
>> > Thanks
>> >

>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed Vista dual boot, think I screwed up! Don Windows 64 Bit 69 09-12-2008 12:06 AM
Dual boot operating system depends on ntldr and ntdetect version?? dakota02 Windows 64 Bit 15 02-26-2007 07:20 PM
Dual Boot Vince Windows Server 40 05-18-2005 07:51 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59