- Local time
- 8:47 AM
- Posts
- 23
- OS
- Windows 10/Windows 11
My Computer
System One
-
- OS
- Windows 10/Windows 11
- Computer type
- PC/Desktop
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
And it's difficult to take a screenshot because my phone's camera is malfunctioning.
looks like quite a lot of free space on that partition.
That's what I did hahahaha.Si no puedes usar la cámara de tu teléfono, puedes tomar una captura de pantalla directamente en Windows presionando Win+Shift+S y capturando el mensaje de error de actualización.
What I did after creating a partition on that drive was that it wouldn't boot into Windows and only sent me to the BIOS. After using Hiren's BootCD PE to rejoin the partition, it did boot into Windows again, but then it restarted on its own and wouldn't let me into Windows again. I think it's your fault.Needs unallocated space to its right to resize into.
You would probabaly need to shrink the windows partition from the left and move the msr to create that unallocated space
View attachment 173594
I have extended the above ESP to 300mb
next create MSR from the unallocated space if there isnt already one
I like diskgenius but it is a bit technical looking . you might find one of the others easier
post a screen shot from a 3rd party partition manager
diskpart
list volume (find the EFI system partition number)
select volume # (use the EFI system partition number)
assign letter=z
list volume (find the Windows partition letter)
exit
bcdboot x:\windows /s z: /f uefi
Did you run the bcdboot command? On your computer, it is probably:
bcdboot c:\windows
Did you get "Boot files successfully created" or "Failure when attempting to copy boot files"?
You can also try the following instructions:
The EFI system partition does not have a volume letter assigned by default, but you can temporarily assign a letter using DiskPart.
Code:diskpart list volume (find the EFI system partition number) select volume # (use the EFI system partition number) assign letter=z list volume (find the Windows partition letter) exit bcdboot x:\windows /s z: /f uefi
- replace "x" with the Windows partition letter
- /s z: means your EFI system partition, which you assigned above
While you were writing in this forum, I had to format the solid-state drive, thinking there was no way to fix it or that I'd messed up and it wouldn't work again after following the instructions, as always happens when I try these solutions. I cloned it again using the AOMEI program that came with Hiren's BootCD PE. I tried installing Windows 11 again and finally managed to install it.If there is only one esp it shouldn't need to be specified
the device path can be used instead of assigning a letter
View attachment 173679