How To Change Boot Loader Windows 7

RegisterLogin
How To Change Boot Loader Windows 7
Post Description: Just Want To Know How I Should Be Changing The Bootloader In Windows 7 Is The Same As Windows Xp?
Tags: How, To, Change, Boot, Loader, Windows, 7
This Post Was Posted On Nov 15, 2009 By Sahman #2747
i finally installed windows 7 on my computer, now i want to install another OS so i want to make dual boot on my computer but i can't find boot.ini as in windows xp

is the boot loader different in windows 7?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
backups
#4263 1
what file do i need for editing boot loader windows 7?
Jul 28, 2010 Reply Report abuse
sagert
#3666 2
i need to know how to change the os name in windows boot manager by windows xp
Mar 30, 2010 Reply Report abuse
webune
#2816 3
yes, actually, to make changes or modify the boot loader in windows 7 you have to run the terminal as admin. to be honest, its not really necessary to run dual boot OS on today's computers. you can have more advanced options by installing a Virtual Machine on your computer, then you can run whatever OS you want within windows or whatever your Primary OS is.

you can find it by:
Start Menu > All Programs > Accessories > (right-click & "Run as administrator") > Command prompt

then you can run bcdedit.exe

it will give you a list of your configuartion:
Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=\Device\HarddiskVolume1
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {current}
resumeobject            {41638b8f-ccc2-11de-bd70-8085ca244d32}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 30

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {41638b91-ccc2-11de-bd70-8085ca244d32}
recoveryenabled         Yes
osdevice                partition=C:
systemroot              \Windows
resumeobject            {41638b8f-ccc2-11de-bd70-8085ca244d32}
nx                      OptIn
if you need help you can send the help bcdedit command: it will give you this output:
BCDEDIT - Boot Configuration Data Store Editor

The Bcdedit.exe command-line tool modifies the boot configuration data store.
The boot configuration data store contains boot configuration parameters and
controls how the operating system is booted. These parameters were previously
in the Boot.ini file (in BIOS-based operating systems) or in the nonvolatile
RAM entries (in Extensible Firmware Interface-based operating systems). You can
use Bcdedit.exe to add, delete, edit, and append entries in the boot
configuration data store.

For detailed command and option information, type bcdedit.exe /? <command>. For
example, to display detailed information about the /createstore command, type:

     bcdedit.exe /? /createstore

For an alphabetical list of topics in this help file, run "bcdedit /? TOPICS".

Commands that operate on a store
================================
/createstore    Creates a new and empty boot configuration data store.
/export         Exports the contents of the system store to a file. This file
                can be used later to restore the state of the system store.
/import         Restores the state of the system store using a backup file
                created with the /export command.
/sysstore       Sets the system store device (only affects EFI systems, does
                not persist across reboots, and is only used in cases where
                the system store device is ambiguous).

Commands that operate on entries in a store
===========================================
/copy           Makes copies of entries in the store.
/create         Creates new entries in the store.
/delete         Deletes entries from the store.
/mirror         Creates mirror of entries in the store.

Run bcdedit /? ID for information about identifiers used by these commands.

Commands that operate on entry options
======================================
/deletevalue    Deletes entry options from the store.
/set            Sets entry option values in the store.

Run bcdedit /? TYPES for a list of datatypes used by these commands.
Run bcdedit /? FORMATS for a list of valid data formats.

Commands that control output
============================
/enum           Lists entries in the store.
/v              Command-line option that displays entry identifiers in full,
                rather than using names for well-known identifiers.
                Use /v by itself as a command to display entry identifiers
                in full for the ACTIVE type.

Running "bcdedit" by itself is equivalent to running "bcdedit /enum ACTIVE".

Commands that control the boot manager
======================================
/bootsequence   Sets the one-time boot sequence for the boot manager.
/default        Sets the default entry that the boot manager will use.
/displayorder   Sets the order in which the boot manager displays the
                multiboot menu.
/timeout        Sets the boot manager time-out value.
/toolsdisplayorder  Sets the order in which the boot manager displays
                    the tools menu.

Commands that control Emergency Management Services for a boot application
==========================================================================
/bootems        Enables or disables Emergency Management Services
                for a boot application.
/ems            Enables or disables Emergency Management Services for an
                operating system entry.
/emssettings    Sets the global Emergency Management Services parameters.

Command that control debugging
==============================
/bootdebug      Enables or disables boot debugging for a boot application.
/dbgsettings    Sets the global debugger parameters.
/debug          Enables or disables kernel debugging for an operating system
                entry.
/hypervisorsettings  Sets the hypervisor parameters.
Nov 15, 2009 Reply Report abuse
Leave Your Comments...
©2011 Webune Forums - Sun Dec 18, 2011 7:36 pm
Powered by: Webune Forums V3