This where I am now
When trying to create partition Efi
Let me know
Kosta
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I found my computer try in to boot but goes to a blue screen then trying to repair it but is not working.
Then I want to command prompt and I try to run bootrec.exe/fix boot I got access denied.
Then I trough Diskpart
I rename the Valium in my case drive c: (where I thing the boot sector is) is volume 2, I rename value 2 to volume v: then exit
Cd v:
Then md \efi\microsoft\boot
Then cd /d v:\efi\microsoft\boot
Then bootrec.exe/fixboot
Then I got access is denied
I need help pas this problem please
Kista
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Ok
Kosta
Hi,
Is correct
X:\Sources>
Type: diskpart
list disk
select disk 0
list vol
list partition
select partition 1
delete partition override
create partition efi
format quick fs=fat32
assign letter=s
(The letter "s" refers to the assigned letter. You can use whatever letter you prefer)
exit
bcdboot c:\windows /f UEFI /s s:
exit
Hi Pedro good morning,
So I don’t make any mistake
When I restart
I will have
X::\Sources>
I will run Diskpart from hear?
Is that correct.
Let me know please
Kosta
Hi,
Boot again from the windows bootable pendrive
and open up the Command Prompt
run the following commands by pressing Enter after each one:
diskpart
list disk
select disk 0
list vol
list partition
select partition 1
delete partition override
create partition efi
format quick fs=fat32
assign letter=s
(The letter "s" refers to the assigned letter. You can use whatever letter you prefer)
exit
bcdboot c:\windows /f UEFI /s s:
exit
Restart Windows