You should delete 50MB system reserved partition.should i do anything else now im in to rectiify anything or fix the system files etc?
Should i delete the 50mb partition via command prompt or can i do it in disk managementYou should delete 50MB system reserved partition.
That is old bootloader. No longer necessary.
After that you could try converting OS drive to UEFI compatible again with mbr2gpt.
Validate first.
mbr2gpt /validate /disk:0 /allowfullosIf validation is successful, then proceed with conversion.
mbr2gpt /convert /disk:0 /allowfullosThen boot into BIOS and set first boot device to Windows Boot Manager.
Ive just deleted the 50mb partition, can i reallocate that 50mb to another partition and if so how do i do it as in disk management i cant seem to add it to any other, and i cant stretch any other partition. When i try the above mbr2gpt command, should i do that when logged into windows or should i enter command prompt by restarting into recovery console?You should delete 50MB system reserved partition.
That is old bootloader. No longer necessary.
After that you could try converting OS drive to UEFI compatible again with mbr2gpt.
Validate first.
mbr2gpt /validate /disk:0 /allowfullosIf validation is successful, then proceed with conversion.
mbr2gpt /convert /disk:0 /allowfullosThen boot into BIOS and set first boot device to Windows Boot Manager.
No. If you try to rearrange partitions to add those unused 50MB, you have a high chance of messing everything up to point of full reinstall.Ive just deleted the 50mb partition, can i reallocate that 50mb to another partition and if so how do i do it as in disk management i cant seem to add it to any other, and i cant stretch any other partition.
With /allowfullOS switch you can run from within windows.When i try the above mbr2gpt command, should i do that when logged into windows or should i enter command prompt by restarting into recovery console?
awesome, i just did the mbr2gpt /validate /disk:0 /allowfullos and it came back validation completed successfully so i will now try the convert commandNo. Leave it.
With /allowfullOS switch you can run from within windows.
Without /allowfullOS switch you can run it from recovery console only.
I did the convert and got the following failed to update, is that something i need to do anything about?You should delete 50MB system reserved partition.
That is old bootloader. No longer necessary.
After that you could try converting OS drive to UEFI compatible again with mbr2gpt.
Validate first.
mbr2gpt /validate /disk:0 /allowfullosIf validation is successful, then proceed with conversion.
mbr2gpt /convert /disk:0 /allowfullosThen boot into BIOS and set first boot device to Windows Boot Manager.
should i the re run the convert or just carry on to the BIOS after running the above reagentc commandsIt's complaining about recovery environment.
Execute
reagentc /disablereagentc /enable
C:\windows\system32>reagentc /disableIt's complaining about recovery environment.
Execute
reagentc /disablereagentc /enable
yes i did run as administrator, ok no worries, should i re run the convert command or just move straight on to change the first boot device in the BIOSDid you run it from elevated command prompt?
Anyway - recovery environment is not essential.
You can get all the functionality from it just by booting from windows installation media.
No. Conversion to GPT was successful. There's no need to run conversion again.should i re run the convert command or just move straight on to change the first boot device in the BIOS
When in BIOS i only have 2 options to either boot from WDC PC or to select 'disabled'No. Conversion to GPT was successful. There's no need to run conversion again.
MBR2GPT: Conversion completed successfully
Now you have to change boot options in BIOS.
Make sure UEFI boot is enabled.
Set first boot device to Windows Boot Manager.
ok so UEFI didnt appear in first boot after selecting 'other OS' and rebooting, so i have set CSM to disabled and have the options below in BIOS. If you look in the above picture UEFI is selected for 'Storage boot option control' and for 'other PCI devices' is that relevant?Windows 8/10 Features -> Other OS. Save and Reboot.
UEFI options should appear.
If still no UEFI options, then set CSM to disabled.
sorry to bother you but i was just wondering about the above last few posts, as atm im still in BIOS waiting for what do do next, i dont mean to sound inpatient, as im very appreciative for your helpWindows 8/10 Features -> Other OS. Save and Reboot.
UEFI options should appear.
If still no UEFI options, then set CSM to disabled.
No. Do not touch secure boot just yet.should i enable secure boot as that is one of the windows 11 upgrade requirements?
When looking at 'Save& Exit/Boot Override' it is basically greyed out so wont allow me to select it. Other options are:No. Do not touch secure boot just yet.
You have to make it able to boot in UEFI mode first.
See, what options are available at Save& Exit/Boot Override.
Do you see any UEFI options?
Try loading optimized defaults (BIOS/Save&Exit)
It may be necessary to recreate UEFI bootloader.
Boot from windows installation media. And show screenshot.
diskpartlist diskselect disk 0list partitionlist volume
View: https://imgur.com/a/nPKqVM1No. Do not touch secure boot just yet.
You have to make it able to boot in UEFI mode first.
See, what options are available at Save& Exit/Boot Override.
Do you see any UEFI options?
Try loading optimized defaults (BIOS/Save&Exit)
It may be necessary to recreate UEFI bootloader.
Boot from windows installation media. And show screenshot.
diskpartlist diskselect disk 0list partitionlist volume
View: https://imgur.com/a/eWHw5X5Then recreate EFI bootloader.
If you get any errors then stop immediately.
diskpartlist diskselect disk 0list partitionselect partition 4(select 500MB primary partition - old legacy bootloader)delete partitionlist partitionselect partition 2(select 100MB System partition)delete partition overridecreate partition efi size=500format fs=fat32 quickassign letter=Hexitbcdboot C:\windows /s H: /f UEFI /vLast message should be "Boot files created successfully".
Show command output.