The actual presentation (graphical or text)
depends on many properties that can be set to the entries in the BCD
store. An easy way to restore the defaults for Windows 8, effectively
restoring the graphical boot menu, would be the following:
If for some reason you want to change and use Windows 7 boot menu you have at least 3 ways:
http://superuser.com/questions/499675/how-to-restore-windows-8-gui-boot-loader-after-installing-windows-7
- Open an elevated command prompt inside Windows 8, for example via +X and then A.
- There run the following command:
bcdboot C:\Windows
(C should be the letter for your Windows 8, change it if it's not)
If for some reason you want to change and use Windows 7 boot menu you have at least 3 ways:
- Changing the default entry to Windows 7:
That you can do graphically with e.g. EasyBCD under the "Edit Boot Menu" section:
Or manually in an administrative command prompt:
1.1. Executebcdedit /enum
, you'll see something like this:
1.2. Copy the identifier of your Windows 7 entry, in this case it'd be:
{bd47b8fe-2713-11e2-a631-bc02f01697a2}
1.3. Execute the following command (you'll receive confirmation afterwards):
bcdedit /default {id}
E.g.:bcdedit /default {bd47b8fe-2713-11e2-a631-bc02f01697a2}
- Set
displaybootmenu
toyes
in the boot manager entry (which as of now makes use of the textual menu without changing anything else):
bcdedit /set {bootmgr} displaybootmenu yes
(in an admincmd
, like before) - Delete or set
bootmenupolicy
tolegacy
in Windows 8 entry:
bcdedit /deletevalue {id} bootmenupolicy
({id}
is the one for Windows 8 this time)
http://superuser.com/questions/499675/how-to-restore-windows-8-gui-boot-loader-after-installing-windows-7
- Start from the Windows 8 installation medium.
- Optionally, choose your keyboard settings.
- Hit Shift+F10 to enter the command prompt.
- Execute
bootrec /fixmbr
to update the main boot record just to be sure, partitions will remain. - Execute
bootrec /fixboot
to update the boot sector of the system partition. - Execute
bootrec /scanos
to add known OSes to the boot configuration data.
Không có nhận xét nào:
Đăng nhận xét