Can i delete {fwbootmgr} and system will defualt to {bootmgr}? Announcing the arrival of...

How do I deal with an erroneously large refund?

Recursive calls to a function - why is the address of the parameter passed to it lowering with each call?

What is the difference between 准时 and 按时?

“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?

Why doesn't the university give past final exams' answers?

What documents does someone with a long-term visa need to travel to another Schengen country?

Why is one lightbulb in a string illuminated?

What helicopter has the most rotor blades?

Pointing to problems without suggesting solutions

Does GDPR cover the collection of data by websites that crawl the web and resell user data

Is the Mordenkainen's Sword spell underpowered?

How to ask rejected full-time candidates to apply to teach individual courses?

Compiling and throwing simple dynamic exceptions at runtime for JVM

Converting a text document with special format to Pandas DataFrame

Can the van der Waals coefficients be negative in the van der Waals equation for real gases?

What were wait-states, and why was it only an issue for PCs?

What is the definining line between a helicopter and a drone a person can ride in?

Why do some non-religious people reject artificial consciousness?

Why isn't everyone flabbergasted about Bran's "gift"?

Meaning of "Not holding on that level of emuna/bitachon"

Why not use the yoke to control yaw, as well as pitch and roll?

Weaponising the Grasp-at-a-Distance spell

tabularx column has extra padding at right?

Short story about an alien named Ushtu(?) coming from a future Earth, when ours was destroyed by a nuclear explosion



Can i delete {fwbootmgr} and system will defualt to {bootmgr}?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Windows 8 EFI boot issueWindows 8 Boot process in EFIIs it possible to boot Windows 8.1 without its own bootmanager?Troubleshooting error 0xc000000e on Windows boot with Bitlocker full drive encryptionHow to make EFI System Partition to show up in mountvol cammoand callTwo System Reserved partitionsVMware Workstation Using Physical Disk EFIRemoving and recreating EFI partitionHow to use windows bootloader to dual boot windows and ubuntu on uefi?Dual booting WinPE and Win10: 'winload.exe' Windows cannot verify the digital signature for this file





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















{Fwbootmgr} skips {bootmgr}



I used bcdboot C:Windows /l en-gb /s B: /f ALL from bootable usb when ASUS K55A - HI5014L magically corrupted boot information when multiple f1-12 keys were pressed at a start up. I was able to boot into win7 64bit, one of two Os in dual-boot setup. I then recreated bootentries for {bootmgr}. However every time i restart system continues just boot straight to win7. I cant figure out how to link fwbootmgr to bootmgr.



I have tried Bcdedit /set {FWbootmgr} displayorder {Bootmgr} /addfirst



I couldnt find any info on google as to what will happen if i delete fwbootmgr, however it is an option in "Visual BCD Editor"



C:UsersAdministrator>bcdedit /enum firmware

Firmware Boot Manager
---------------------
identifier {fwbootmgr}
displayorder {bootmgr}
{9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
timeout 15

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=DeviceHarddiskVolume2
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager
locale en-us
inherit {globalsettings}
default {default}
resumeobject {9090be92-4d7c-11e3-b2e3-08606e0fb7bc}
displayorder {default}
{9090be91-4d7c-11e3-b2e3-08606e0fb7bc}
{9bde5715-4ba3-11e3-b02d-08606e0fb7bc}
{aea50cdf-4ba3-11e3-b02d-08606e0fb7bc}
toolsdisplayorder {memdiag}
timeout 15

Firmware Application (101fffff)
-------------------------------
identifier {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
device partition=DeviceHarddiskVolume1
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager


--



Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy System
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot










Edited



When I tried to set partition to ACTIVE and got an error I learned that GPT do not use Active partition. All my partitions are gpt. Also read that MBR is not related to EFI.



After messing around with bcdedit bootrec and bcdboot earlier today... I completely locked myself out. System wouldnt boot,
bcdedit of a USB couldnt find data.
Bootrec /rebuildbcd was identifying two installations but said "The requested system device cannot be found."
bcdboot d:windows "failure when attempting to copy boot files"



I tried to do repair of win8 usb got
"required file is missing or contains errors"
file: windowssystem32winload.efi



so I cheated and used EUFI modded usb installation to install a second w7



I now have Working Windows Boot Manager that i can add entries to. But when I use EasyBCD to add simple entry like



Name: w7
BCD ID: {be824de0-829d-11e3-bafc-f6ea108bac12}
Drive: F:
Bootloader Path: Windowssystem32winload.exe



the system hangs on start up..



my BCD files may be corrupted











Another Edit



I can see now what EasyBCD did wrong it added entry with winload.exe ... changed that to winload.efi and now I can boot to original w7, next tried to do that with w8 but get "windows cannot very the digital signature of this file"



btw looked at diskpart, w7 install created a new fat32 system partition, my old 300 mb fat32 at some pointed turned into primary losing its system to a 900mb partition that came out of nowhere... so that my have contributed to mayhem...



DISKPART> list vol

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- -------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot
Volume 3 E NTFS Partition 102 GB Healthy
Volume 4 F Restore NTFS Partition 20 GB Healthy
Volume 5 FAT32 Partition 100 MB Healthy System










Booted into eufi win7 usb , bootsect went thru, but bcdboot and sfc got rejected.
enter image description here



i tried label command inside system32 and it gave me "invalid win32" but if i ran it off
C:UsersAdministrator> it'll go thru so how do i run bcdboot or sfc and have it work on specific partition because my thinking is going into system32 on D: partition would isolate commands used to that partition and OS.



And for offline sfc scan the /offbootdir should be the fat32 100mb where efi is or I'm seeying thru partition manager there is also "Microsoft Reserved" 128mb is what i should have selected.



enter image description here










share|improve this question
















bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Which partition is EFI System - 1 or 2 ? In Windows 7 issue the command bcdboot Q:windows where Q: is latest OS installed (Win 8?)

    – snayob
    Jan 19 '14 at 10:59











  • @snayob you may be on to something... bcdboot goes thru successfully but no result at startup i also tried with /s d: which threw an error .. ill attach image to show you. I looked in Disk Management and have EFI System Partition 900mb, which wasnt there before, with DISKPART i learn its on Partition 2 as System. I tried to set the other FAt32 Volume 0 System thats (System, Primary Partition) 300 mb to be active i got "The selected disk is not a fixed MBR disk" Im trying to learn as I go along

    – user2431015
    Jan 19 '14 at 16:09




















0















{Fwbootmgr} skips {bootmgr}



I used bcdboot C:Windows /l en-gb /s B: /f ALL from bootable usb when ASUS K55A - HI5014L magically corrupted boot information when multiple f1-12 keys were pressed at a start up. I was able to boot into win7 64bit, one of two Os in dual-boot setup. I then recreated bootentries for {bootmgr}. However every time i restart system continues just boot straight to win7. I cant figure out how to link fwbootmgr to bootmgr.



I have tried Bcdedit /set {FWbootmgr} displayorder {Bootmgr} /addfirst



I couldnt find any info on google as to what will happen if i delete fwbootmgr, however it is an option in "Visual BCD Editor"



C:UsersAdministrator>bcdedit /enum firmware

Firmware Boot Manager
---------------------
identifier {fwbootmgr}
displayorder {bootmgr}
{9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
timeout 15

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=DeviceHarddiskVolume2
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager
locale en-us
inherit {globalsettings}
default {default}
resumeobject {9090be92-4d7c-11e3-b2e3-08606e0fb7bc}
displayorder {default}
{9090be91-4d7c-11e3-b2e3-08606e0fb7bc}
{9bde5715-4ba3-11e3-b02d-08606e0fb7bc}
{aea50cdf-4ba3-11e3-b02d-08606e0fb7bc}
toolsdisplayorder {memdiag}
timeout 15

Firmware Application (101fffff)
-------------------------------
identifier {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
device partition=DeviceHarddiskVolume1
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager


--



Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy System
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot










Edited



When I tried to set partition to ACTIVE and got an error I learned that GPT do not use Active partition. All my partitions are gpt. Also read that MBR is not related to EFI.



After messing around with bcdedit bootrec and bcdboot earlier today... I completely locked myself out. System wouldnt boot,
bcdedit of a USB couldnt find data.
Bootrec /rebuildbcd was identifying two installations but said "The requested system device cannot be found."
bcdboot d:windows "failure when attempting to copy boot files"



I tried to do repair of win8 usb got
"required file is missing or contains errors"
file: windowssystem32winload.efi



so I cheated and used EUFI modded usb installation to install a second w7



I now have Working Windows Boot Manager that i can add entries to. But when I use EasyBCD to add simple entry like



Name: w7
BCD ID: {be824de0-829d-11e3-bafc-f6ea108bac12}
Drive: F:
Bootloader Path: Windowssystem32winload.exe



the system hangs on start up..



my BCD files may be corrupted











Another Edit



I can see now what EasyBCD did wrong it added entry with winload.exe ... changed that to winload.efi and now I can boot to original w7, next tried to do that with w8 but get "windows cannot very the digital signature of this file"



btw looked at diskpart, w7 install created a new fat32 system partition, my old 300 mb fat32 at some pointed turned into primary losing its system to a 900mb partition that came out of nowhere... so that my have contributed to mayhem...



DISKPART> list vol

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- -------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot
Volume 3 E NTFS Partition 102 GB Healthy
Volume 4 F Restore NTFS Partition 20 GB Healthy
Volume 5 FAT32 Partition 100 MB Healthy System










Booted into eufi win7 usb , bootsect went thru, but bcdboot and sfc got rejected.
enter image description here



i tried label command inside system32 and it gave me "invalid win32" but if i ran it off
C:UsersAdministrator> it'll go thru so how do i run bcdboot or sfc and have it work on specific partition because my thinking is going into system32 on D: partition would isolate commands used to that partition and OS.



And for offline sfc scan the /offbootdir should be the fat32 100mb where efi is or I'm seeying thru partition manager there is also "Microsoft Reserved" 128mb is what i should have selected.



enter image description here










share|improve this question
















bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Which partition is EFI System - 1 or 2 ? In Windows 7 issue the command bcdboot Q:windows where Q: is latest OS installed (Win 8?)

    – snayob
    Jan 19 '14 at 10:59











  • @snayob you may be on to something... bcdboot goes thru successfully but no result at startup i also tried with /s d: which threw an error .. ill attach image to show you. I looked in Disk Management and have EFI System Partition 900mb, which wasnt there before, with DISKPART i learn its on Partition 2 as System. I tried to set the other FAt32 Volume 0 System thats (System, Primary Partition) 300 mb to be active i got "The selected disk is not a fixed MBR disk" Im trying to learn as I go along

    – user2431015
    Jan 19 '14 at 16:09
















0












0








0








{Fwbootmgr} skips {bootmgr}



I used bcdboot C:Windows /l en-gb /s B: /f ALL from bootable usb when ASUS K55A - HI5014L magically corrupted boot information when multiple f1-12 keys were pressed at a start up. I was able to boot into win7 64bit, one of two Os in dual-boot setup. I then recreated bootentries for {bootmgr}. However every time i restart system continues just boot straight to win7. I cant figure out how to link fwbootmgr to bootmgr.



I have tried Bcdedit /set {FWbootmgr} displayorder {Bootmgr} /addfirst



I couldnt find any info on google as to what will happen if i delete fwbootmgr, however it is an option in "Visual BCD Editor"



C:UsersAdministrator>bcdedit /enum firmware

Firmware Boot Manager
---------------------
identifier {fwbootmgr}
displayorder {bootmgr}
{9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
timeout 15

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=DeviceHarddiskVolume2
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager
locale en-us
inherit {globalsettings}
default {default}
resumeobject {9090be92-4d7c-11e3-b2e3-08606e0fb7bc}
displayorder {default}
{9090be91-4d7c-11e3-b2e3-08606e0fb7bc}
{9bde5715-4ba3-11e3-b02d-08606e0fb7bc}
{aea50cdf-4ba3-11e3-b02d-08606e0fb7bc}
toolsdisplayorder {memdiag}
timeout 15

Firmware Application (101fffff)
-------------------------------
identifier {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
device partition=DeviceHarddiskVolume1
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager


--



Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy System
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot










Edited



When I tried to set partition to ACTIVE and got an error I learned that GPT do not use Active partition. All my partitions are gpt. Also read that MBR is not related to EFI.



After messing around with bcdedit bootrec and bcdboot earlier today... I completely locked myself out. System wouldnt boot,
bcdedit of a USB couldnt find data.
Bootrec /rebuildbcd was identifying two installations but said "The requested system device cannot be found."
bcdboot d:windows "failure when attempting to copy boot files"



I tried to do repair of win8 usb got
"required file is missing or contains errors"
file: windowssystem32winload.efi



so I cheated and used EUFI modded usb installation to install a second w7



I now have Working Windows Boot Manager that i can add entries to. But when I use EasyBCD to add simple entry like



Name: w7
BCD ID: {be824de0-829d-11e3-bafc-f6ea108bac12}
Drive: F:
Bootloader Path: Windowssystem32winload.exe



the system hangs on start up..



my BCD files may be corrupted











Another Edit



I can see now what EasyBCD did wrong it added entry with winload.exe ... changed that to winload.efi and now I can boot to original w7, next tried to do that with w8 but get "windows cannot very the digital signature of this file"



btw looked at diskpart, w7 install created a new fat32 system partition, my old 300 mb fat32 at some pointed turned into primary losing its system to a 900mb partition that came out of nowhere... so that my have contributed to mayhem...



DISKPART> list vol

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- -------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot
Volume 3 E NTFS Partition 102 GB Healthy
Volume 4 F Restore NTFS Partition 20 GB Healthy
Volume 5 FAT32 Partition 100 MB Healthy System










Booted into eufi win7 usb , bootsect went thru, but bcdboot and sfc got rejected.
enter image description here



i tried label command inside system32 and it gave me "invalid win32" but if i ran it off
C:UsersAdministrator> it'll go thru so how do i run bcdboot or sfc and have it work on specific partition because my thinking is going into system32 on D: partition would isolate commands used to that partition and OS.



And for offline sfc scan the /offbootdir should be the fat32 100mb where efi is or I'm seeying thru partition manager there is also "Microsoft Reserved" 128mb is what i should have selected.



enter image description here










share|improve this question
















{Fwbootmgr} skips {bootmgr}



I used bcdboot C:Windows /l en-gb /s B: /f ALL from bootable usb when ASUS K55A - HI5014L magically corrupted boot information when multiple f1-12 keys were pressed at a start up. I was able to boot into win7 64bit, one of two Os in dual-boot setup. I then recreated bootentries for {bootmgr}. However every time i restart system continues just boot straight to win7. I cant figure out how to link fwbootmgr to bootmgr.



I have tried Bcdedit /set {FWbootmgr} displayorder {Bootmgr} /addfirst



I couldnt find any info on google as to what will happen if i delete fwbootmgr, however it is an option in "Visual BCD Editor"



C:UsersAdministrator>bcdedit /enum firmware

Firmware Boot Manager
---------------------
identifier {fwbootmgr}
displayorder {bootmgr}
{9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
timeout 15

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=DeviceHarddiskVolume2
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager
locale en-us
inherit {globalsettings}
default {default}
resumeobject {9090be92-4d7c-11e3-b2e3-08606e0fb7bc}
displayorder {default}
{9090be91-4d7c-11e3-b2e3-08606e0fb7bc}
{9bde5715-4ba3-11e3-b02d-08606e0fb7bc}
{aea50cdf-4ba3-11e3-b02d-08606e0fb7bc}
toolsdisplayorder {memdiag}
timeout 15

Firmware Application (101fffff)
-------------------------------
identifier {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc}
device partition=DeviceHarddiskVolume1
path EFIMicrosoftBootbootmgfw.efi
description Windows Boot Manager


--



Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy System
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot










Edited



When I tried to set partition to ACTIVE and got an error I learned that GPT do not use Active partition. All my partitions are gpt. Also read that MBR is not related to EFI.



After messing around with bcdedit bootrec and bcdboot earlier today... I completely locked myself out. System wouldnt boot,
bcdedit of a USB couldnt find data.
Bootrec /rebuildbcd was identifying two installations but said "The requested system device cannot be found."
bcdboot d:windows "failure when attempting to copy boot files"



I tried to do repair of win8 usb got
"required file is missing or contains errors"
file: windowssystem32winload.efi



so I cheated and used EUFI modded usb installation to install a second w7



I now have Working Windows Boot Manager that i can add entries to. But when I use EasyBCD to add simple entry like



Name: w7
BCD ID: {be824de0-829d-11e3-bafc-f6ea108bac12}
Drive: F:
Bootloader Path: Windowssystem32winload.exe



the system hangs on start up..



my BCD files may be corrupted











Another Edit



I can see now what EasyBCD did wrong it added entry with winload.exe ... changed that to winload.efi and now I can boot to original w7, next tried to do that with w8 but get "windows cannot very the digital signature of this file"



btw looked at diskpart, w7 install created a new fat32 system partition, my old 300 mb fat32 at some pointed turned into primary losing its system to a 900mb partition that came out of nowhere... so that my have contributed to mayhem...



DISKPART> list vol

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- -------
Volume 0 A SYSTEM FAT32 Partition 300 MB Healthy
Volume 1 D Win8x64 NTFS Partition 93 GB Healthy
Volume 2 C Win7x64 NTFS Partition 249 GB Healthy Boot
Volume 3 E NTFS Partition 102 GB Healthy
Volume 4 F Restore NTFS Partition 20 GB Healthy
Volume 5 FAT32 Partition 100 MB Healthy System










Booted into eufi win7 usb , bootsect went thru, but bcdboot and sfc got rejected.
enter image description here



i tried label command inside system32 and it gave me "invalid win32" but if i ran it off
C:UsersAdministrator> it'll go thru so how do i run bcdboot or sfc and have it work on specific partition because my thinking is going into system32 on D: partition would isolate commands used to that partition and OS.



And for offline sfc scan the /offbootdir should be the fat32 100mb where efi is or I'm seeying thru partition manager there is also "Microsoft Reserved" 128mb is what i should have selected.



enter image description here







windows multi-boot efi bootmgr






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 22 '14 at 6:54


























community wiki





13 revs
user2431015






bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Which partition is EFI System - 1 or 2 ? In Windows 7 issue the command bcdboot Q:windows where Q: is latest OS installed (Win 8?)

    – snayob
    Jan 19 '14 at 10:59











  • @snayob you may be on to something... bcdboot goes thru successfully but no result at startup i also tried with /s d: which threw an error .. ill attach image to show you. I looked in Disk Management and have EFI System Partition 900mb, which wasnt there before, with DISKPART i learn its on Partition 2 as System. I tried to set the other FAt32 Volume 0 System thats (System, Primary Partition) 300 mb to be active i got "The selected disk is not a fixed MBR disk" Im trying to learn as I go along

    – user2431015
    Jan 19 '14 at 16:09





















  • Which partition is EFI System - 1 or 2 ? In Windows 7 issue the command bcdboot Q:windows where Q: is latest OS installed (Win 8?)

    – snayob
    Jan 19 '14 at 10:59











  • @snayob you may be on to something... bcdboot goes thru successfully but no result at startup i also tried with /s d: which threw an error .. ill attach image to show you. I looked in Disk Management and have EFI System Partition 900mb, which wasnt there before, with DISKPART i learn its on Partition 2 as System. I tried to set the other FAt32 Volume 0 System thats (System, Primary Partition) 300 mb to be active i got "The selected disk is not a fixed MBR disk" Im trying to learn as I go along

    – user2431015
    Jan 19 '14 at 16:09



















Which partition is EFI System - 1 or 2 ? In Windows 7 issue the command bcdboot Q:windows where Q: is latest OS installed (Win 8?)

– snayob
Jan 19 '14 at 10:59





Which partition is EFI System - 1 or 2 ? In Windows 7 issue the command bcdboot Q:windows where Q: is latest OS installed (Win 8?)

– snayob
Jan 19 '14 at 10:59













@snayob you may be on to something... bcdboot goes thru successfully but no result at startup i also tried with /s d: which threw an error .. ill attach image to show you. I looked in Disk Management and have EFI System Partition 900mb, which wasnt there before, with DISKPART i learn its on Partition 2 as System. I tried to set the other FAt32 Volume 0 System thats (System, Primary Partition) 300 mb to be active i got "The selected disk is not a fixed MBR disk" Im trying to learn as I go along

– user2431015
Jan 19 '14 at 16:09







@snayob you may be on to something... bcdboot goes thru successfully but no result at startup i also tried with /s d: which threw an error .. ill attach image to show you. I looked in Disk Management and have EFI System Partition 900mb, which wasnt there before, with DISKPART i learn its on Partition 2 as System. I tried to set the other FAt32 Volume 0 System thats (System, Primary Partition) 300 mb to be active i got "The selected disk is not a fixed MBR disk" Im trying to learn as I go along

– user2431015
Jan 19 '14 at 16:09












2 Answers
2






active

oldest

votes


















0














So after your update.



EasyBCD only displays UEFI BCD because it redirects bcdedit output but cannot create UEFI loader entries.




  1. Boot any 64-bit Win 7/8 USB/DVD using UEFI boot !!!


  2. Find Windows 8 drive letter. Assuming it is Q.


  3. Change to Q drive, Then cd WindowsSystem32.


  4. Fixing MBR is not an empty operation as MBR must be a "protective MBR" for GPT disks.
    bootsect /nt60 all /force /mbr


  5. bcdboot Q:windows /s Q: /f UEFI



if bcdboot fails it means that the copy of system boot files kept in Windows 8 are damaged
and you should repair Windows 8 which can be done offline using "sfc" command.
google "sfc offline" for exact syntax or "sfc /help"



This should fix Windows 8 booting and preserve existing Windows 7 entry.






share|improve this answer


























  • thanks for you help, posted results in original question.

    – user2431015
    Jan 22 '14 at 6:15











  • Can you still boot to Windows 7 ?

    – snayob
    Jan 24 '14 at 1:39











  • If so, you can do: 1) map EFI System with mountvol to S: 2) copy BCD to BCD.old 3) delete BCD 4) backup current boot managers 5) delete boot managers 6) boot from WIN 8 USB/DVD and run bcdboot => it will create new BCD and copy correct boot managers to EFI system. 7) you can always go back using BCD.old and bootmgrs.old .... boot managers are in "S:EFIMicrosoftBoot" - bootmgfw.efi + bootmgr.efi

    – snayob
    Jan 24 '14 at 1:55













  • If you need guidance for commands: "del" is delete, "ren" is rename, "copy" is copy. Steps (2 + 3) repeated for BCD, bootmgfw.efi and bootmgr.efi. You can post also a question on boyans.net/forum.html for further help.

    – snayob
    Jan 24 '14 at 2:10













  • UEFI Boot sequence is 1)firmware -> 2)first entry in NVRAM "BootOrder" -> 3) in case it points to bootmgfw.efi it is booted and then bootmgr.efi is booted which reads BCD and displays boot menu.

    – snayob
    Jan 24 '14 at 2:27



















0














To correct booting:




  1. You don't need "SYSTEM" (300MB) partition. Delete it completely using disk management.


  2. Delete the object with GUID {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc} using bcdedit.

    All boot related files for UEFI are on EFI-System (BCD and bootmgfw.efi + language files)


  3. Update contents of MBR
    d:WindowsSystem32bootsect /nt60 ALL /force /mbr


  4. Update BCD
    d:WindowsSystem32bcdboot d:Windows


  5. Reboot.


  6. Check in firmware UEFI boot sequence - Windows Boot Manager should be listed first and boot be should be UEFI enabled.



Let's hope this will fix boot issue.






share|improve this answer


























  • my reply was to long so i put in the original question.

    – user2431015
    Jan 21 '14 at 14:14












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f703808%2fcan-i-delete-fwbootmgr-and-system-will-defualt-to-bootmgr%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














So after your update.



EasyBCD only displays UEFI BCD because it redirects bcdedit output but cannot create UEFI loader entries.




  1. Boot any 64-bit Win 7/8 USB/DVD using UEFI boot !!!


  2. Find Windows 8 drive letter. Assuming it is Q.


  3. Change to Q drive, Then cd WindowsSystem32.


  4. Fixing MBR is not an empty operation as MBR must be a "protective MBR" for GPT disks.
    bootsect /nt60 all /force /mbr


  5. bcdboot Q:windows /s Q: /f UEFI



if bcdboot fails it means that the copy of system boot files kept in Windows 8 are damaged
and you should repair Windows 8 which can be done offline using "sfc" command.
google "sfc offline" for exact syntax or "sfc /help"



This should fix Windows 8 booting and preserve existing Windows 7 entry.






share|improve this answer


























  • thanks for you help, posted results in original question.

    – user2431015
    Jan 22 '14 at 6:15











  • Can you still boot to Windows 7 ?

    – snayob
    Jan 24 '14 at 1:39











  • If so, you can do: 1) map EFI System with mountvol to S: 2) copy BCD to BCD.old 3) delete BCD 4) backup current boot managers 5) delete boot managers 6) boot from WIN 8 USB/DVD and run bcdboot => it will create new BCD and copy correct boot managers to EFI system. 7) you can always go back using BCD.old and bootmgrs.old .... boot managers are in "S:EFIMicrosoftBoot" - bootmgfw.efi + bootmgr.efi

    – snayob
    Jan 24 '14 at 1:55













  • If you need guidance for commands: "del" is delete, "ren" is rename, "copy" is copy. Steps (2 + 3) repeated for BCD, bootmgfw.efi and bootmgr.efi. You can post also a question on boyans.net/forum.html for further help.

    – snayob
    Jan 24 '14 at 2:10













  • UEFI Boot sequence is 1)firmware -> 2)first entry in NVRAM "BootOrder" -> 3) in case it points to bootmgfw.efi it is booted and then bootmgr.efi is booted which reads BCD and displays boot menu.

    – snayob
    Jan 24 '14 at 2:27
















0














So after your update.



EasyBCD only displays UEFI BCD because it redirects bcdedit output but cannot create UEFI loader entries.




  1. Boot any 64-bit Win 7/8 USB/DVD using UEFI boot !!!


  2. Find Windows 8 drive letter. Assuming it is Q.


  3. Change to Q drive, Then cd WindowsSystem32.


  4. Fixing MBR is not an empty operation as MBR must be a "protective MBR" for GPT disks.
    bootsect /nt60 all /force /mbr


  5. bcdboot Q:windows /s Q: /f UEFI



if bcdboot fails it means that the copy of system boot files kept in Windows 8 are damaged
and you should repair Windows 8 which can be done offline using "sfc" command.
google "sfc offline" for exact syntax or "sfc /help"



This should fix Windows 8 booting and preserve existing Windows 7 entry.






share|improve this answer


























  • thanks for you help, posted results in original question.

    – user2431015
    Jan 22 '14 at 6:15











  • Can you still boot to Windows 7 ?

    – snayob
    Jan 24 '14 at 1:39











  • If so, you can do: 1) map EFI System with mountvol to S: 2) copy BCD to BCD.old 3) delete BCD 4) backup current boot managers 5) delete boot managers 6) boot from WIN 8 USB/DVD and run bcdboot => it will create new BCD and copy correct boot managers to EFI system. 7) you can always go back using BCD.old and bootmgrs.old .... boot managers are in "S:EFIMicrosoftBoot" - bootmgfw.efi + bootmgr.efi

    – snayob
    Jan 24 '14 at 1:55













  • If you need guidance for commands: "del" is delete, "ren" is rename, "copy" is copy. Steps (2 + 3) repeated for BCD, bootmgfw.efi and bootmgr.efi. You can post also a question on boyans.net/forum.html for further help.

    – snayob
    Jan 24 '14 at 2:10













  • UEFI Boot sequence is 1)firmware -> 2)first entry in NVRAM "BootOrder" -> 3) in case it points to bootmgfw.efi it is booted and then bootmgr.efi is booted which reads BCD and displays boot menu.

    – snayob
    Jan 24 '14 at 2:27














0












0








0







So after your update.



EasyBCD only displays UEFI BCD because it redirects bcdedit output but cannot create UEFI loader entries.




  1. Boot any 64-bit Win 7/8 USB/DVD using UEFI boot !!!


  2. Find Windows 8 drive letter. Assuming it is Q.


  3. Change to Q drive, Then cd WindowsSystem32.


  4. Fixing MBR is not an empty operation as MBR must be a "protective MBR" for GPT disks.
    bootsect /nt60 all /force /mbr


  5. bcdboot Q:windows /s Q: /f UEFI



if bcdboot fails it means that the copy of system boot files kept in Windows 8 are damaged
and you should repair Windows 8 which can be done offline using "sfc" command.
google "sfc offline" for exact syntax or "sfc /help"



This should fix Windows 8 booting and preserve existing Windows 7 entry.






share|improve this answer















So after your update.



EasyBCD only displays UEFI BCD because it redirects bcdedit output but cannot create UEFI loader entries.




  1. Boot any 64-bit Win 7/8 USB/DVD using UEFI boot !!!


  2. Find Windows 8 drive letter. Assuming it is Q.


  3. Change to Q drive, Then cd WindowsSystem32.


  4. Fixing MBR is not an empty operation as MBR must be a "protective MBR" for GPT disks.
    bootsect /nt60 all /force /mbr


  5. bcdboot Q:windows /s Q: /f UEFI



if bcdboot fails it means that the copy of system boot files kept in Windows 8 are damaged
and you should repair Windows 8 which can be done offline using "sfc" command.
google "sfc offline" for exact syntax or "sfc /help"



This should fix Windows 8 booting and preserve existing Windows 7 entry.







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 21 '14 at 17:31

























answered Jan 21 '14 at 17:07









snayobsnayob

3,91911018




3,91911018













  • thanks for you help, posted results in original question.

    – user2431015
    Jan 22 '14 at 6:15











  • Can you still boot to Windows 7 ?

    – snayob
    Jan 24 '14 at 1:39











  • If so, you can do: 1) map EFI System with mountvol to S: 2) copy BCD to BCD.old 3) delete BCD 4) backup current boot managers 5) delete boot managers 6) boot from WIN 8 USB/DVD and run bcdboot => it will create new BCD and copy correct boot managers to EFI system. 7) you can always go back using BCD.old and bootmgrs.old .... boot managers are in "S:EFIMicrosoftBoot" - bootmgfw.efi + bootmgr.efi

    – snayob
    Jan 24 '14 at 1:55













  • If you need guidance for commands: "del" is delete, "ren" is rename, "copy" is copy. Steps (2 + 3) repeated for BCD, bootmgfw.efi and bootmgr.efi. You can post also a question on boyans.net/forum.html for further help.

    – snayob
    Jan 24 '14 at 2:10













  • UEFI Boot sequence is 1)firmware -> 2)first entry in NVRAM "BootOrder" -> 3) in case it points to bootmgfw.efi it is booted and then bootmgr.efi is booted which reads BCD and displays boot menu.

    – snayob
    Jan 24 '14 at 2:27



















  • thanks for you help, posted results in original question.

    – user2431015
    Jan 22 '14 at 6:15











  • Can you still boot to Windows 7 ?

    – snayob
    Jan 24 '14 at 1:39











  • If so, you can do: 1) map EFI System with mountvol to S: 2) copy BCD to BCD.old 3) delete BCD 4) backup current boot managers 5) delete boot managers 6) boot from WIN 8 USB/DVD and run bcdboot => it will create new BCD and copy correct boot managers to EFI system. 7) you can always go back using BCD.old and bootmgrs.old .... boot managers are in "S:EFIMicrosoftBoot" - bootmgfw.efi + bootmgr.efi

    – snayob
    Jan 24 '14 at 1:55













  • If you need guidance for commands: "del" is delete, "ren" is rename, "copy" is copy. Steps (2 + 3) repeated for BCD, bootmgfw.efi and bootmgr.efi. You can post also a question on boyans.net/forum.html for further help.

    – snayob
    Jan 24 '14 at 2:10













  • UEFI Boot sequence is 1)firmware -> 2)first entry in NVRAM "BootOrder" -> 3) in case it points to bootmgfw.efi it is booted and then bootmgr.efi is booted which reads BCD and displays boot menu.

    – snayob
    Jan 24 '14 at 2:27

















thanks for you help, posted results in original question.

– user2431015
Jan 22 '14 at 6:15





thanks for you help, posted results in original question.

– user2431015
Jan 22 '14 at 6:15













Can you still boot to Windows 7 ?

– snayob
Jan 24 '14 at 1:39





Can you still boot to Windows 7 ?

– snayob
Jan 24 '14 at 1:39













If so, you can do: 1) map EFI System with mountvol to S: 2) copy BCD to BCD.old 3) delete BCD 4) backup current boot managers 5) delete boot managers 6) boot from WIN 8 USB/DVD and run bcdboot => it will create new BCD and copy correct boot managers to EFI system. 7) you can always go back using BCD.old and bootmgrs.old .... boot managers are in "S:EFIMicrosoftBoot" - bootmgfw.efi + bootmgr.efi

– snayob
Jan 24 '14 at 1:55







If so, you can do: 1) map EFI System with mountvol to S: 2) copy BCD to BCD.old 3) delete BCD 4) backup current boot managers 5) delete boot managers 6) boot from WIN 8 USB/DVD and run bcdboot => it will create new BCD and copy correct boot managers to EFI system. 7) you can always go back using BCD.old and bootmgrs.old .... boot managers are in "S:EFIMicrosoftBoot" - bootmgfw.efi + bootmgr.efi

– snayob
Jan 24 '14 at 1:55















If you need guidance for commands: "del" is delete, "ren" is rename, "copy" is copy. Steps (2 + 3) repeated for BCD, bootmgfw.efi and bootmgr.efi. You can post also a question on boyans.net/forum.html for further help.

– snayob
Jan 24 '14 at 2:10







If you need guidance for commands: "del" is delete, "ren" is rename, "copy" is copy. Steps (2 + 3) repeated for BCD, bootmgfw.efi and bootmgr.efi. You can post also a question on boyans.net/forum.html for further help.

– snayob
Jan 24 '14 at 2:10















UEFI Boot sequence is 1)firmware -> 2)first entry in NVRAM "BootOrder" -> 3) in case it points to bootmgfw.efi it is booted and then bootmgr.efi is booted which reads BCD and displays boot menu.

– snayob
Jan 24 '14 at 2:27





UEFI Boot sequence is 1)firmware -> 2)first entry in NVRAM "BootOrder" -> 3) in case it points to bootmgfw.efi it is booted and then bootmgr.efi is booted which reads BCD and displays boot menu.

– snayob
Jan 24 '14 at 2:27













0














To correct booting:




  1. You don't need "SYSTEM" (300MB) partition. Delete it completely using disk management.


  2. Delete the object with GUID {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc} using bcdedit.

    All boot related files for UEFI are on EFI-System (BCD and bootmgfw.efi + language files)


  3. Update contents of MBR
    d:WindowsSystem32bootsect /nt60 ALL /force /mbr


  4. Update BCD
    d:WindowsSystem32bcdboot d:Windows


  5. Reboot.


  6. Check in firmware UEFI boot sequence - Windows Boot Manager should be listed first and boot be should be UEFI enabled.



Let's hope this will fix boot issue.






share|improve this answer


























  • my reply was to long so i put in the original question.

    – user2431015
    Jan 21 '14 at 14:14
















0














To correct booting:




  1. You don't need "SYSTEM" (300MB) partition. Delete it completely using disk management.


  2. Delete the object with GUID {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc} using bcdedit.

    All boot related files for UEFI are on EFI-System (BCD and bootmgfw.efi + language files)


  3. Update contents of MBR
    d:WindowsSystem32bootsect /nt60 ALL /force /mbr


  4. Update BCD
    d:WindowsSystem32bcdboot d:Windows


  5. Reboot.


  6. Check in firmware UEFI boot sequence - Windows Boot Manager should be listed first and boot be should be UEFI enabled.



Let's hope this will fix boot issue.






share|improve this answer


























  • my reply was to long so i put in the original question.

    – user2431015
    Jan 21 '14 at 14:14














0












0








0







To correct booting:




  1. You don't need "SYSTEM" (300MB) partition. Delete it completely using disk management.


  2. Delete the object with GUID {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc} using bcdedit.

    All boot related files for UEFI are on EFI-System (BCD and bootmgfw.efi + language files)


  3. Update contents of MBR
    d:WindowsSystem32bootsect /nt60 ALL /force /mbr


  4. Update BCD
    d:WindowsSystem32bcdboot d:Windows


  5. Reboot.


  6. Check in firmware UEFI boot sequence - Windows Boot Manager should be listed first and boot be should be UEFI enabled.



Let's hope this will fix boot issue.






share|improve this answer















To correct booting:




  1. You don't need "SYSTEM" (300MB) partition. Delete it completely using disk management.


  2. Delete the object with GUID {9090be8e-4d7c-11e3-b2e3-08606e0fb7bc} using bcdedit.

    All boot related files for UEFI are on EFI-System (BCD and bootmgfw.efi + language files)


  3. Update contents of MBR
    d:WindowsSystem32bootsect /nt60 ALL /force /mbr


  4. Update BCD
    d:WindowsSystem32bcdboot d:Windows


  5. Reboot.


  6. Check in firmware UEFI boot sequence - Windows Boot Manager should be listed first and boot be should be UEFI enabled.



Let's hope this will fix boot issue.







share|improve this answer














share|improve this answer



share|improve this answer








edited Jul 14 '18 at 21:43









MarianD

1,4941718




1,4941718










answered Jan 21 '14 at 7:53









snayobsnayob

3,91911018




3,91911018













  • my reply was to long so i put in the original question.

    – user2431015
    Jan 21 '14 at 14:14



















  • my reply was to long so i put in the original question.

    – user2431015
    Jan 21 '14 at 14:14

















my reply was to long so i put in the original question.

– user2431015
Jan 21 '14 at 14:14





my reply was to long so i put in the original question.

– user2431015
Jan 21 '14 at 14:14


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f703808%2fcan-i-delete-fwbootmgr-and-system-will-defualt-to-bootmgr%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...