Hallo,
folgendes System:
altes SSD mit Win 10 (Sata)
neue SSD mit Win 11 (M2)
Es gab Probleme mit Win 10 beim herunterfahren, so dass ich den Rechner mehrfach in Win 10 hart ausschalten musste.
Dabei scheint sich irgendwie die Bootfähigkeit von Win 11 zerschossen zu haben.
Blauer Fehlerscreen Wiederherstellung
...
Datei \windows\system32\winload.efi
Fehlercode 0xc0000017
Danach verfängt es sich in Reparaturversuchen, die nicht enden:
Ihr Gerät ist auf ein Problem gestoßen und konnte nicht repariert werden.
...
Es konnte keine Verbindung mit dem Netzwerk hergestellt werden:
Protokolldatei C:\windows\System32\Logfiles\srt\srttrail.txt
Was kann man noch probieren?
1.
bcdedit /enum
ergibt nicht ungewöhnliches.
2.
Secureboot im Bios auf non Uefi ändert nichts
3.
CSM ein oder aus auch nichts.
4.
es lassen sich auch keine Funktions oder Sicherheitsupdates in den Reparaturoptionen deinstallieren.
wie hier unter https://www.atera.com/blog/how-to-fix-winload-efi-missing-or-corrupt-error/
To repair the EFI boot files and rebuild the BCD (Boot Configuration Data) store on a UEFI-based system, you must work from the Windows Recovery Environment (WinRE). This procedure specifically targets the hidden EFI System Partition (ESP) where the bootloader lives.
Follow these steps:
1. From WinRE, navigate through Troubleshoot > Advanced > Command Prompt
2. Mount the hidden EFI partition by typing: diskpart
3. List your disks: list disk
4. Select your system disk (usually disk 0): select disk 0
5. List volumes to identify the EFI partition with this command: list vol
6. Look for a 100MB to 500MB volume formatted as FAT32 labeled “System” or “Hidden”, then note its volume number
7. Select that volume: select vol<number> (replace <number> with your EFI volume number)
8. Assign a drive letter (you can use any free drive letter): assign letter=V:
9. Navigate to the boot directory: cd /d V:\EFI\Microsoft\Boot\
10. If this path isn’t found, try cd /d V:\Boot\ or cd /d V:\EFI\Boot\
11. Run the boot sector repair: bootrec /fixboot
Note: If you get “Access is denied,” proceed to the next step anyway as bcdboot often bypasses this
12. Backup the old BCD: ren BCD BCD.bak
13. Rebuild the BCD (Replace C:\Windows with your actual Windows path if it differs in the recovery environment (such as D:\Windows)): bcdboot C:\Windows /s V: /f UEFI
Was evtl. Falsch sein könnte:
C ist bei info nicht boot
(Und F ist nicht hidden)
Die Befehle von der o.g. Seite schlagen auch alle fehl...
folgendes System:
altes SSD mit Win 10 (Sata)
neue SSD mit Win 11 (M2)
Es gab Probleme mit Win 10 beim herunterfahren, so dass ich den Rechner mehrfach in Win 10 hart ausschalten musste.
Dabei scheint sich irgendwie die Bootfähigkeit von Win 11 zerschossen zu haben.
Blauer Fehlerscreen Wiederherstellung
...
Datei \windows\system32\winload.efi
Fehlercode 0xc0000017
Danach verfängt es sich in Reparaturversuchen, die nicht enden:
Ihr Gerät ist auf ein Problem gestoßen und konnte nicht repariert werden.
...
Es konnte keine Verbindung mit dem Netzwerk hergestellt werden:
Protokolldatei C:\windows\System32\Logfiles\srt\srttrail.txt
Code:
Protokoll der Starthilfediagnose und -reparatur
---------------------------
Anzahl von Reparaturversuchen: 1
Sitzungsdetails
---------------------------
Systemdatenträger =
Windowsverzeichnis = C:\WINDOWS
AutoChk-Ausführung = 0
Anzahl der Fehlerursachen = 0
Durchgeführter Test:
---------------------------
Name: Starten des Netzwerks für die Cloudwartung
Ergebnis: Erfolgreich abgeschlossen. Fehlercode = 0x4c6
Erstellungszeit = 11500 ms
Durchgeführter Test:
---------------------------
Name: Wartung über Cloud-Plug-Ins erkennen
Ergebnis: Erfolgreich abgeschlossen. Fehlercode = 0x0
Erstellungszeit = 0 ms
---------------------------
---------------------------
Was kann man noch probieren?
1.
bcdedit /enum
ergibt nicht ungewöhnliches.
2.
Secureboot im Bios auf non Uefi ändert nichts
3.
CSM ein oder aus auch nichts.
4.
es lassen sich auch keine Funktions oder Sicherheitsupdates in den Reparaturoptionen deinstallieren.
wie hier unter https://www.atera.com/blog/how-to-fix-winload-efi-missing-or-corrupt-error/
To repair the EFI boot files and rebuild the BCD (Boot Configuration Data) store on a UEFI-based system, you must work from the Windows Recovery Environment (WinRE). This procedure specifically targets the hidden EFI System Partition (ESP) where the bootloader lives.
Follow these steps:
1. From WinRE, navigate through Troubleshoot > Advanced > Command Prompt
2. Mount the hidden EFI partition by typing: diskpart
3. List your disks: list disk
4. Select your system disk (usually disk 0): select disk 0
5. List volumes to identify the EFI partition with this command: list vol
6. Look for a 100MB to 500MB volume formatted as FAT32 labeled “System” or “Hidden”, then note its volume number
7. Select that volume: select vol<number> (replace <number> with your EFI volume number)
8. Assign a drive letter (you can use any free drive letter): assign letter=V:
9. Navigate to the boot directory: cd /d V:\EFI\Microsoft\Boot\
10. If this path isn’t found, try cd /d V:\Boot\ or cd /d V:\EFI\Boot\
11. Run the boot sector repair: bootrec /fixboot
Note: If you get “Access is denied,” proceed to the next step anyway as bcdboot often bypasses this
12. Backup the old BCD: ren BCD BCD.bak
13. Rebuild the BCD (Replace C:\Windows with your actual Windows path if it differs in the recovery environment (such as D:\Windows)): bcdboot C:\Windows /s V: /f UEFI
Beitrag automatisch zusammengeführt:
Was evtl. Falsch sein könnte:
C ist bei info nicht boot
(Und F ist nicht hidden)
Beitrag automatisch zusammengeführt:
Die Befehle von der o.g. Seite schlagen auch alle fehl...
Zuletzt bearbeitet: