From 1a437ea6f055bba2caf402336e7a64d4cdd7c210 Mon Sep 17 00:00:00 2001 From: adminbruno Date: Tue, 27 May 2025 11:55:24 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 35169f8..6b23cc0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,42 @@ # windows-rebuild-bcd-boot +Utiliser DISKPART pour créer ou préparer une partition de démarrage + + Type and run the command: + + diskpart + + Type and run the command: + + select disk 0 + + Type and run the command: + + list vol + + Verify that the EFI partition (EPS - EFI System Partition) is using the FAT32 file system. Assign a drive letter to it that is not already in use: + + Type and run the command: + + select vol + + Type and run + + format fs=fat32 + + Type and run the command: + + assign letter= + + Type and run the command: + + exit + + +Pour réparer ou créer / recréer / refaire le magasin bcd + + + bcdboot c:\Windows /s : /f ALL (You can add a switch before /s for the computer locale: /l . By default, /l en-us English USA is used.) + +Optionnel + bootrec /rebuildbcd