Mauvais desintallation de Windows + Formatage Mac OS = Gros Bordel

Arkhon852

Membre confirmé
15 Juillet 2018
27
0
34
Bonjour,

Premièrement, j'ai essaye de trouver un sujet qui se rapprochait le plus de mon problème mais en vain. Si je suis passe a cote, je m'en excuse d'avance... D'autre part, je n'ai pas d'accent sur mon clavier, donc veuillez m'excuser également pour ça.

J'ai voulu formater mon Mac (mon OS + Windows) pour repartir sur de bonne bases (sachant que c'était le bordel dedans). J'ai réinstaller Mac OS High Sierra et j'ai "tente" de repartitionner mon disque pour qu'il soit en un seul morceau (via le Disk utility). Mais j'ai fait des mauvaises manipulation et je me retrouve sans solution :

1) Lorsque je souhaite utiliser Boot Camp pour réinstaller Windows, cela m'affiche : "Votre disque n'a pas pu être partitionne". Ce qui ne me permet évidemment pas de réinstaller Windows.

2) Lorsque j'appuie sur la touche "Alt" au début, je tombe sur choisir le disque de démarrage, soit Windows ou Macintosh HD. Normalement, je ne suis plus cense avoir Windows dessus mais il s'affiche toujours et des que je tente de demarrer avec, cela m'affiche une erreur 0xc0000225 (cf la photo ci dessous)

1e5611be-2151-4c2b-9a28-70fa923e4ad3


Je poste mes config ci dessous pour vos références (en faisant un diskutil dans le terminal)

Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         121.1 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +121.1 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD            22.3 GB    disk1s1
   2:                APFS Volume Preboot                 67.5 MB    disk1s2
   3:                APFS Volume Recovery                1.6 GB     disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4

/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *16.4 GB    disk2
   1:             Windows_FAT_32 USB20FD                 16.4 GB    disk2s1

Merci d'avance pour votre aide!

A
 
Bonjour Arkhon

En ce qui concerne le partitionnement du SSD : RAS formellement parlant. Si l'Assistant BootCamp regimbe > ce ne peut être pour cette raison. Je te propose d'effectuer expérimentalement un rétrécissement (non destructeur) du Conteneur apfs > pour créer une partition disk0s3 en-dessous (opération réversible). Passe la commande (copier-coller) :
Bloc de code:
diskutil ap resizeContainer disk1 60g fat32 BOOTCAMP 0b

  • la commande rétrécit le Conteneur à 60 Go (avec sa partition support disk0s2) > et crée une partition disk0s3 de 60 Go > avec un système de fichiers FAT-32 > et un volume intitulé BOOTCAMP

Poste l'affichage retourné par la commande --> on verra bien ce qui se passe.

----------

En ce qui concerne le pseudo-volume Windows affiché à l'écran de choix du volume de démarrage (touche "alt") > il est déterminé par des exécutables Windows (dont un boot_loader : bootmgr ou bootmgr.efi selon le type de démarrage de Windows) résidant dans le volume EFI de la partition auxiliaire ESP (EFI_System_Partition) disk0s1. Passe les 2 commandes (l'une après l'autre) :
Bloc de code:
diskutil mount disk0s1
ls -R /Volumes/EFI

  • la 1ère monte le volume EFI sur la partition disk0s1
  • la 2è liste (récursivement) les items contenus dans ce volume

Poste l'affichage rertourné par la 2è commande.
 
Bonjour Macomaniac,

Merci beaucoup pour votre reponse.

Ci dessous le résultat du "diskutil ap resizeContainer disk1 60g fat32 BOOTCAMP 0b" :

Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ diskutil ap resizeContainer disk1 60g fat32 BOOTCAMP 0b
Started APFS operation
Aligning shrink delta to 61 123 072 000 bytes and targeting a new physical store size of 59 999 997 952 bytes
Determined the minimum size for the targeted physical store of this APFS Container to be 27 583 864 832 bytes
Resizing APFS Container designated by APFS Container Reference disk1
The specific APFS Physical Store being resized is disk0s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /dev/disk0s2
Checking volume
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the object map
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Verifying allocated space
warning: Overallocation Detected on Main device: (1278068+1) bitmap address (e708)
warning: Overallocation Detected on Main device: (13866664+1) bitmap address (ee1a)
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Shrinking APFS Physical Store disk0s2 from 121 123 069 952 to 59 999 997 952 bytes
Shrinking APFS data structures
Shrinking partition
Modifying partition map
4096 bytes per physical sector
/dev/rdisk0s3: 119348736 sectors in 1864824 FAT32 clusters (32768 bytes/cluster)
bps=512 spc=64 res=32 nft=2 mid=0xf8 spt=32 hds=255 hid=117598208 drv=0x80 bsec=119377920 bspf=14576 rdcl=2 infs=1 bkbs=6
Mounting disk
1 new disk created or changed due to APFS operation
Disk from APFS operation: disk0s3
Finished APFS operation

Le resultat du "diskutil mount disk0s1":
Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ diskutil mount disk0s1
Volume on disk0s1 failed to mount
If the volume is damaged, try the "readOnly" option

Le résultat du "ls -R /Volumes/EFI"
Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ ls -R /Volumes/EFI
ls: /Volumes/EFI: No such file or directory

Je dois avouer que c'est un peu du chinois pour moi, mais merci beaucoup pour l'explication
 
Repasse une commande :
Bloc de code:
diskutil list

  • et poste le tableau --> on verra déjà que le repartitionnement s'est bien opéré.
 
Voila,

Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         60.0 GB    disk0s2
   3:       Microsoft Basic Data BOOTCAMP                61.1 GB    disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +60.0 GB    disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD            23.4 GB    disk1s1
   2:                APFS Volume Preboot                 67.5 MB    disk1s2
   3:                APFS Volume Recovery                1.6 GB     disk1s3
   4:                APFS Volume VM                      2.1 GB     disk1s4

/dev/disk2 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            ESD-ISO                +4.1 GB     disk2
 
Cette ligne -->
Bloc de code:
   3:       Microsoft Basic Data BOOTCAMP                61.1 GB    disk0s3

  • décrivant la nouvelle partition --> montre qu'il n'y a aucun problème de repartitionnement.

Tu peux passer (l'une après l'autre) les 2 commandes (copier-coller) :
Bloc de code:
diskutil eraseVolume free null disk0s3
diskutil ap resizeContainer disk1 0b

  • la 1ère supprime la partition expérimentale BOOTCAMP
  • la 2è récupère son espace au Conteneur apfs

=> poste l'affichage retourné par la 2è commande.
 
Ci dessous après les deux opérations effectuées :

Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ diskutil ap resizeContainer disk1 0b
Started APFS operation
Aligning grow delta to 61 123 072 000 bytes and targeting a new physical store size of 121 123 069 952 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 121 122 041 856 bytes
Resizing APFS Container designated by APFS Container Reference disk1
The specific APFS Physical Store being resized is disk0s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /dev/disk0s2
Checking volume
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the object map
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Verifying allocated space
warning: Overallocation Detected on Main device: (1278068+1) bitmap address (6c44)
warning: Overallocation Detected on Main device: (13866664+1) bitmap address (6dc4)
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 59 999 997 952 to 121 123 069 952 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation

Merci beaucoup pour vos réponses rapides!
 
Tout s'est bien passé --> retour du Conteneur à sa taille initiale.

Tu peux repasser un :
Bloc de code:
diskutil list

  • et poster le tableau des disques --> pour vérification.
 
Voila,

Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         121.1 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +121.1 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD            23.3 GB    disk1s1
   2:                APFS Volume Preboot                 67.5 MB    disk1s2
   3:                APFS Volume Recovery                1.6 GB     disk1s3
   4:                APFS Volume VM                      2.1 GB     disk1s4

/dev/disk2 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            ESD-ISO                +4.1 GB     disk2
 
Tout est en ordre.

----------

Passons à la question de la partition appelée ESP (EFI_System_Partition) > que tu trouves décrite ici -->
Bloc de code:
   1:                        EFI EFI                     209.7 MB   disk0s1

  • cette partition sert exclusivement au programme de boot du Mac (l'EFI). Comme tu vois > elle est de type EFI > et porte un volume également intitulé EFI. Le système de fichiers générateur de ce volume est FAT-32 par défaut. Ce volume n'est jamais automatiquement monté pour une session d'utilisateur > à cause du type EFI de la partition ; mais il est toujours monté dans le temps du boot (comme lorsque tu démarres le Mac la touche "alt" = "option" pressée).

Je te propose de passer la commande informative :
Bloc de code:
diskutil info disk0s1

  • qui affiche un tableau d'informations sur la partition

Poste ce tableau ici.

J'ai aussi une question : quelle est la version exacte de High Sierra installée dans ton volume Macintosh HD ?
 
Ci dessous le tableau demande :

Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ diskutil info disk0s1
   Device Identifier:        disk0s1
   Device Node:              /dev/disk0s1
   Whole:                    No
   Part of Whole:            disk0

   Volume Name:              EFI
   Mounted:                  No

   Partition Type:           EFI
   File System Personality:  MS-DOS FAT32
   Type (Bundle):            msdos
   Name (User Visible):      MS-DOS (FAT32)

   OS Can Be Installed:      No
   Media Type:               Generic
   Protocol:                 PCI
   SMART Status:             Verified
   Volume UUID:              0E239BC6-F960-3107-89CF-1C97F78BB46B
   Disk / Partition UUID:    57FD95F9-0B44-46BA-99DF-A319E695ADA1
   Partition Offset:         20480 Bytes (40 512-Byte-Device-Blocks)

   Disk Size:                209.7 MB (209715200 Bytes) (exactly 409600 512-Byte-Units)
   Device Block Size:        512 Bytes

   Volume Total Space:       0 B (0 Bytes) (exactly 0 512-Byte-Units)
   Volume Free Space:        0 B (0 Bytes) (exactly 0 512-Byte-Units)

   Read-Only Media:          No
   Read-Only Volume:         Not applicable (not mounted)

   Device Location:          Internal
   Removable Media:          Fixed

   Solid State:              Yes
   Hardware AES Support:     No

Concernant la version exact de High Sierra, j'ai la 10.13.6
 
Comme j'ai la même version d'OS que toi > je viens de m'apercevoir d'un truc croquignolet --> la partition ESP est protégée désormais au montage > et il faut une commande sudo (qui permet l'exécution d'une commande en droits root) pour monter son volume EFI.

Donc repasse les 2 commandes que voici :
Bloc de code:
sudo diskutil mount disk0s1
ls -R /Volumes/EFI

  • à validation de la 1ère > une demande de password s'affiche (commande sudo) > tape ton mot-de-passe de session admin en aveugle - aucun caractère ne se montrant à la frappe - et revalide
  • la 1ère monte le volume EFI > & la 2è liste son contenu

Poste l'affichage de la 2è.
 
  • J’aime
Réactions: litobar71
Je ne peux pas poster plus de 5000 caractères par message donc je me suis permis de le couper en deux.

Bloc de code:
MacBook-Pro-de-Hugues:~ NAME$ ls -R /Volumes/EFI
BOOTLOG    EFI

/Volumes/EFI/EFI:
APPLE        Boot        Microsoft

/Volumes/EFI/EFI/APPLE:
CACHES        EXTENSIONS    FIRMWARE

/Volumes/EFI/EFI/APPLE/CACHES:
CAFEBEEF

/Volumes/EFI/EFI/APPLE/CACHES/CAFEBEEF:

/Volumes/EFI/EFI/APPLE/EXTENSIONS:
Firmware.scap

/Volumes/EFI/EFI/APPLE/FIRMWARE:
MBP121_0177_B00.fd

/Volumes/EFI/EFI/Boot:
bootx64.efi

/Volumes/EFI/EFI/Microsoft:
Boot        Recovery

/Volumes/EFI/EFI/Microsoft/Boot:
BCD                kd_02_14e4.dll
BCD.LOG                kd_02_15b3.dll
BCD.LOG1            kd_02_1969.dll
BCD.LOG2            kd_02_19a2.dll
BOOTSTAT.DAT            kd_02_1af4.dll
Fonts                kd_02_8086.dll
Resources            kd_07_1415.dll
bg-BG                kd_0C_8086.dll
boot.stl            kdstub.dll
bootmgfw.efi            ko-KR
bootmgr.efi            lt-LT
bootspaces.dll            lv-LV
cs-CZ                memtest.efi
da-DK                nb-NO
de-DE                nl-NL
el-GR                pl-PL
en-GB                pt-BR
en-US                pt-PT
es-ES                qps-ploc
es-MX                ro-RO
et-EE                ru-RU
fi-FI                sk-SK
fr-CA                sl-SI
fr-FR                sr-Latn-RS
hr-HR                sv-SE
hu-HU                tr-TR
it-IT                uk-UA
ja-JP                updaterevokesipolicy.p7b
kd_02_10df.dll            winsipolicy.p7b
kd_02_10ec.dll            zh-CN
kd_02_1137.dll            zh-TW
 
La suite :

Bloc de code:
/Volumes/EFI/EFI/Microsoft/Boot/Fonts:
chs_boot.ttf        meiryo_boot.ttf        segmono_boot.ttf
cht_boot.ttf        meiryon_boot.ttf    segoe_slboot.ttf
jpn_boot.ttf        msjh_boot.ttf        segoen_slboot.ttf
kor_boot.ttf        msjhn_boot.ttf        wgl4_boot.ttf
malgun_boot.ttf        msyh_boot.ttf
malgunn_boot.ttf    msyhn_boot.ttf

/Volumes/EFI/EFI/Microsoft/Boot/Resources:
bootres.dll    fr-FR

/Volumes/EFI/EFI/Microsoft/Boot/Resources/fr-FR:
bootres.dll.mui

/Volumes/EFI/EFI/Microsoft/Boot/bg-BG:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/cs-CZ:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/da-DK:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/de-DE:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/el-GR:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/en-GB:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/en-US:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/es-ES:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/es-MX:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/et-EE:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/fi-FI:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/fr-CA:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/fr-FR:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/hr-HR:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/hu-HU:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/it-IT:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/ja-JP:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/ko-KR:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/lt-LT:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/lv-LV:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/nb-NO:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/nl-NL:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/pl-PL:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/pt-BR:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/pt-PT:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/qps-ploc:
memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/ro-RO:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/ru-RU:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/sk-SK:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/sl-SI:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/sr-Latn-RS:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/sv-SE:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/tr-TR:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/uk-UA:
bootmgfw.efi.mui    bootmgr.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/zh-CN:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Boot/zh-TW:
bootmgfw.efi.mui    bootmgr.efi.mui        memtest.efi.mui

/Volumes/EFI/EFI/Microsoft/Recovery:
BCD        BCD.LOG        BCD.LOG1    BCD.LOG2
 
Dans le volume EFI > tu as un dossier EFI > qui contient ces sous-dossiers -->
Bloc de code:
/Volumes/EFI/EFI:
APPLE        Boot        Microsoft

  • seul le sous-dossier Apple est natif > les 2 autres ont été créés à l'installation de Windows et doivent être supprimés. Le sous-dossier Boot notamment contient ceci -->
Bloc de code:
/Volumes/EFI/EFI/Boot:
bootx64.efi

  • càd. un prédémarreur de Windows détecté par le gestionnaire de démarrage du Mac (touche "alt") --> ce qui lui fait afficher le pseudo-volume Windows

Passe la commande :
Bloc de code:
sudo rm -rf /Volumes/EFI/EFI/Boot /Volumes/EFI/EFI/Microsoft

  • avec authentification à l'aveugle

Je ne sais pas si le SIP (protocole de sécurisation) bloque une suppression de fichiers dans le volume EFI --> la commande passe si tu réobtiens illico l'invite de commande MacBook-Pro-de-Hugues:~ NAME$ sans commentaire. Si c'est le cas > repasse la commande :
Bloc de code:
ls -R /Volumes/EFI

  • et poste le tableau. Si tu obtiens un déni à la passation de la commande --> poste cet affichage.
 
Je ne sais pas si c'est ce que je suis suppose obtenir pour le coup

Bloc de code:
 MacBook-Pro-de-Hugues:~ NAME$ sudo rm -rf /Volumes/EFI/EFI/Boot /Volumes/EFI/EFI/Microsoft

Password:

MacBook-Pro-de-Hugues:~ NAME$ ls -R /Volumes/EFI

BOOTLOG    EFI


/Volumes/EFI/EFI:

APPLE


/Volumes/EFI/EFI/APPLE:

CACHES        EXTENSIONS    FIRMWARE


/Volumes/EFI/EFI/APPLE/CACHES:

CAFEBEEF


/Volumes/EFI/EFI/APPLE/CACHES/CAFEBEEF:


/Volumes/EFI/EFI/APPLE/EXTENSIONS:

Firmware.scap


/Volumes/EFI/EFI/APPLE/FIRMWARE:

MBP121_0177_B00.fd

PS: J'ai remplace mon vrai nom par NAME pour des soucis de confidentialité.
 
La commande est bien passée. Il ne reste plus que le sous-dossier APPLE > les 2 autres (Boot & Microsoft) ont été supprimés.

Afin de tester -->

  • redémarre > avec la touche "alt" pressée > et contemple... l'absence de Windows

=> confirme si c'est bien le cas.
 
Yes, le Windows n'est plus la! Cela veut t'il dire que mon Boot Camp n'existe plus? Puis je re-installer Windows (via BootCamp) maintenant?
 
Théoriquement : tout est en ordre --> SSD repartitionnable & suppression des anciens exécutables Windows du volume EFI de l'ESP -->

  • tu n'as qu'à relancer l'Assistant BootCamp...