Bootcamp Windows et partition en double

Voilà qui est mieux [emoji28]. Tu n’es pas démarré sur MAC mais sur R Macintosh HD.
Il faut que tu redémarres en appuyant sur ALT et en choisissant quand le choix t’est proposé le disque MAC
Quand tu auras démarrer (c’est la même apparence, tu seras sur le clone) tu retapes les mêmes commandes pour vérifier que le démarrage s’est bien fait
Bloc de code:
diskutil list ; diskutil info /
 
Bloc de code:
Last login: Wed May  6 18:57:49 on console

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro-de-Richard:~ richard$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.3 GB   disk0
   1:                        EFI EFI                     314.6 MB   disk0s1
   2:                 Apple_APFS Container disk1         239.0 GB   disk0s2
   3:                 Apple_APFS Container disk2         251.0 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +239.0 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume MAC - Données           46.1 GB    disk1s1
   2:                APFS Volume MAC                     11.0 GB    disk1s2
   3:                APFS Volume Preboot                 83.1 MB    disk1s3
   4:                APFS Volume Recovery                542.9 MB   disk1s4
   5:                APFS Volume VM                      1.1 GB     disk1s5

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +251.0 GB   disk2
                                 Physical Store disk0s3
   1:                APFS Volume R Macintosh HD          11.1 GB    disk2s1
   2:                APFS Volume Macintosh HD - Données  46.8 GB    disk2s2
   3:                APFS Volume Preboot                 83.1 MB    disk2s3
   4:                APFS Volume Recovery                528.1 MB   disk2s4
   5:                APFS Volume VM                      2.1 GB     disk2s5

MacBook-Pro-de-Richard:~ richard$
 
Bloc de code:
Last login: Wed May  6 19:01:59 on ttys000

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro-de-Richard:~ richard$ diskutil info /
   Device Identifier:         disk1s2
   Device Node:               /dev/disk1s2
   Whole:                     No
   Part of Whole:             disk1

   Volume Name:               MAC
   Mounted:                   Yes
   Mount Point:               /

   Partition Type:            41504653-0000-11AA-AA11-00306543ECAC
   File System Personality:   APFS
   Type (Bundle):             apfs
   Name (User Visible):       APFS
   Owners:                    Enabled

   OS Can Be Installed:       No
   Booter Disk:               disk1s3
   Recovery Disk:             disk1s4
   Media Type:                Generic
   Protocol:                  PCI-Express
   SMART Status:              Verified
   Volume UUID:               2978DEBD-1328-4E2D-9194-692B63E2944A
   Disk / Partition UUID:     2978DEBD-1328-4E2D-9194-692B63E2944A

   Disk Size:                 239.0 GB (238999998464 Bytes) (exactly 466796872 512-Byte-Units)
   Device Block Size:         4096 Bytes

   Container Total Space:     239.0 GB (238999998464 Bytes) (exactly 466796872 512-Byte-Units)
   Container Free Space:      180.0 GB (180044283904 Bytes) (exactly 351648992 512-Byte-Units)
   Allocation Block Size:     4096 Bytes

   Read-Only Media:           No
   Read-Only Volume:          Yes

   Device Location:           Internal
   Removable Media:           Fixed

   Solid State:               Yes
   Hardware AES Support:      No

   This disk is an APFS Volume.  APFS Information:
   APFS Container:            disk1
   APFS Physical Store:       disk0s2
   Fusion Drive:              No
   APFS Volume Group:         8876DB8C-AC00-4B68-A57F-1052CE84B7BC
   FileVault:                 No
   Locked:                    No

MacBook-Pro-de-Richard:~ richard$
 
Passe
Bloc de code:
diskutil ap resizeContainer disk1 0b ; diskutil list
 
Bloc de code:
Last login: Wed May  6 19:03:21 on ttys000

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro-de-Richard:~ richard$ diskutil ap resizeContainer disk1 0b
Started APFS operation
Aligning grow delta to 9 999 028 224 bytes and targeting a new physical store size of 248 999 026 688 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 248 999 026 688 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 -S /dev/disk0s2
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking volume
Checking the APFS volume superblock
The volume MAC - Données was formatted by diskmanagementd (1412.101.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
warning: apfs_fs_alloc_count is not valid (expected 162276, actual 11271953)
Checking volume
Checking the APFS volume superblock
The volume MAC was formatted by diskmanagementd (1412.101.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
warning: apfs_fs_alloc_count is not valid (expected 42418, actual 2678040)
Checking volume
Checking the APFS volume superblock
The volume Preboot was formatted by diskmanagementd (1412.101.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Recovery was formatted by diskmanagementd (1412.101.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume VM was formatted by apfs.util (1412.101.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
warning: overallocation detected on Main device: (0x97a58+36) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97a7e+6) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97a85+102) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97af3+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97b55+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97b6b+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97bc7+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97ca9+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97cc1+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97d1a+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97d8b+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97de3+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97dfc+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97e3b+3) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97e5b+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97e5f+5) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97e6d+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97ea2+125) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f20+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f23+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f26+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f29+5) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f30+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f35+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f3d+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f40+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f43+3) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f48+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f4b+3) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f4f+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f54+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f59+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f5e+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f63+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f68+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f6b+3) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f6f+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f75+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f7b+8) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f84+3) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f88+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f8d+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f92+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f97+4) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97f9c+11) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97fa9+2) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97fac+8) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97fb5+1) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97fb7+3) bitmap address (0x7325)
warning: overallocation detected on Main device: (0x97fbb+4) bitmap address (0x7325)
Too many warnings of this type generated; suppressing subsequent ones
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 238 999 998 464 to 248 999 026 688 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
MacBook-Pro-de-Richard:~ richard$
 
Bloc de code:
Last login: Wed May  6 19:15:34 on ttys000

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro-de-Richard:~ richard$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.3 GB   disk0
   1:                        EFI EFI                     314.6 MB   disk0s1
   2:                 Apple_APFS Container disk1         249.0 GB   disk0s2
   3:                 Apple_APFS Container disk2         251.0 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +249.0 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume MAC - Données           46.2 GB    disk1s1
   2:                APFS Volume MAC                     11.0 GB    disk1s2
   3:                APFS Volume Preboot                 83.1 MB    disk1s3
   4:                APFS Volume Recovery                542.9 MB   disk1s4
   5:                APFS Volume VM                      1.1 GB     disk1s5

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +251.0 GB   disk2
                                 Physical Store disk0s3
   1:                APFS Volume R Macintosh HD          11.1 GB    disk2s1
   2:                APFS Volume Macintosh HD - Données  46.8 GB    disk2s2
   3:                APFS Volume Preboot                 83.1 MB    disk2s3
   4:                APFS Volume Recovery                528.1 MB   disk2s4
   5:                APFS Volume VM                      2.1 GB     disk2s5

MacBook-Pro-de-Richard:~ richard$
 
Bon, elle est enfin passée. Tu as 249 Go à la place des 239.
Maintenant je te propose comme tu étais encore sur ta version d’origine et non le clone MAC de tester ta session pour voir si tout va bien, si le clone n’as pas de problème. Après il sera trop tard.
Quand tu as testé tes logiciels et vérifier photos et autres points précieux. On supprimera R Macintosh HD.
Tu le dis quand tu valides le clone.
 
Je me suis logué sur R Macintosh HD. Aucun problème , tout est en ordre .
Je me suis reconnecté sur Mac
 
Le but est de tester MAC.
Donc tu dois ABSOLUMENT être sur MAC
R Macintosh HD va être supprimé. Il ne nous intéresse plus.
Donc connectes toi à MAC.
Passe
Bloc de code:
diskutil info /
Pour vérifier que tu es bien sur MAC. Poste le retour.
Et laisse ton ordinateur sur cette session sans redémarrer.
Quand tu as tout testé, photo, mail, etc...
On supprimera R Macintosh HD.
 
Bloc de code:
Last login: Wed May  6 19:41:33 on console

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro-de-Richard:~ richard$ diskutil info /
   Device Identifier:         disk2s2
   Device Node:               /dev/disk2s2
   Whole:                     No
   Part of Whole:             disk2

   Volume Name:               MAC
   Mounted:                   Yes
   Mount Point:               /

   Partition Type:            41504653-0000-11AA-AA11-00306543ECAC
   File System Personality:   APFS
   Type (Bundle):             apfs
   Name (User Visible):       APFS
   Owners:                    Enabled

   OS Can Be Installed:       No
   Booter Disk:               disk2s3
   Recovery Disk:             disk2s4
   Media Type:                Generic
   Protocol:                  PCI-Express
   SMART Status:              Verified
   Volume UUID:               2978DEBD-1328-4E2D-9194-692B63E2944A
   Disk / Partition UUID:     2978DEBD-1328-4E2D-9194-692B63E2944A

   Disk Size:                 249.0 GB (248999026688 Bytes) (exactly 486326224 512-Byte-Units)
   Device Block Size:         4096 Bytes

   Container Total Space:     249.0 GB (248999026688 Bytes) (exactly 486326224 512-Byte-Units)
   Container Free Space:      189.9 GB (189924114432 Bytes) (exactly 370945536 512-Byte-Units)
   Allocation Block Size:     4096 Bytes

   Read-Only Media:           No
   Read-Only Volume:          Yes

   Device Location:           Internal
   Removable Media:           Fixed

   Solid State:               Yes
   Hardware AES Support:      No

   This disk is an APFS Volume.  APFS Information:
   APFS Container:            disk2
   APFS Physical Store:       disk0s2
   Fusion Drive:              No
   APFS Volume Group:         8876DB8C-AC00-4B68-A57F-1052CE84B7BC
   FileVault:                 No
   Locked:                    No

MacBook-Pro-de-Richard:~ richard$

Tout est OK pour moi
 
Si tu es sur que tout va bien
Passe
Bloc de code:
diskutil list
Pour la numérotation actuelle
 
Bloc de code:
Last login: Wed May  6 20:24:44 on ttys000

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro-de-Richard:~ richard$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.3 GB   disk0
   1:                        EFI EFI                     314.6 MB   disk0s1
   2:                 Apple_APFS Container disk2         249.0 GB   disk0s2
   3:                 Apple_APFS Container disk1         251.0 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +251.0 GB   disk1
                                 Physical Store disk0s3
   1:                APFS Volume R Macintosh HD          11.1 GB    disk1s1
   2:                APFS Volume Macintosh HD - Données  46.8 GB    disk1s2
   3:                APFS Volume Preboot                 83.1 MB    disk1s3
   4:                APFS Volume Recovery                528.1 MB   disk1s4
   5:                APFS Volume VM                      1.1 GB     disk1s5

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +249.0 GB   disk2
                                 Physical Store disk0s2
   1:                APFS Volume MAC - Données           46.4 GB    disk2s1
   2:                APFS Volume MAC                     11.0 GB    disk2s2
   3:                APFS Volume Preboot                 83.1 MB    disk2s3
   4:                APFS Volume Recovery                542.9 MB   disk2s4
   5:                APFS Volume VM                      1.1 GB     disk2s5

MacBook-Pro-de-Richard:~ richard$
 
Bloc de code:
Last login: Wed May  6 20:41:32 on ttys000

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro-de-Richard:~ richard$ diskutil ap deleteContainer disk1
Started APFS operation on disk1
Deleting APFS Container with all of its APFS Volumes
Unmounting Volumes
Unmounting Volume "R Macintosh HD" on disk1s1
Unmounting Volume "Macintosh HD - Données" on disk1s2
Unmounting Volume "Preboot" on disk1s3
Unmounting Volume "Recovery" on disk1s4
Unmounting Volume "VM" on disk1s5
Deleting Volumes
Deleting Container
Wiping former APFS disks
Switching content types
Reformatting former APFS disks
Initialized /dev/rdisk0s3 as a 234 GB case-insensitive HFS Plus volume with a 24576k journal
Mounting disk
1 new disk created or changed due to APFS operation
Disk from APFS operation: disk0s3
Finished APFS operation on disk1
MacBook-Pro-de-Richard:~ richard$ Last login: Wed May  6 20:41:32 on ttys000
richard   ttys000                   Wed May  6 20:49   still logged in
richard   ttys000                   Wed May  6 20:41 - 20:41  (00:00)
richard   ttys000                   Wed May  6 20:24 - 20:24  (00:00)
richard   ttys000                   Wed May  6 20:20 - 20:20  (00:00)
richard   ttys000                   Wed May  6 19:18 - 19:18  (00:00)
richard   ttys000                   Wed May  6 19:17 - 19:17  (00:00)
richard   ttys000                   Wed May  6 19:15 - 19:15  (00:00)
richard   ttys000                   Wed May  6 19:03 - 19:03  (00:00)
richard   ttys000                   Wed May  6 19:01 - 19:01  (00:00)
richard   ttys000                   Sun May  3 20:32 - 20:32  (00:00)
richard   ttys000                   Sun May  3 18:44 - 18:44  (00:00)
richard   ttys000                   Fri May  1 16:54 - 16:54  (00:00)

wtmp begins Thu Apr  9 10:03
MacBook-Pro-de-Richard:~ richard$
MacBook-Pro-de-Richard:~ richard$ The default interactive shell is now zsh.
-bash: The: command not found
MacBook-Pro-de-Richard:~ richard$ To update your account to use zsh, please run `chsh -s /bin/zsh`.
Changing shell for richard.
Password for richard:
 
C’est ton changement de terminal va le bash que fait encore des siennes
Passes
Bloc de code:
diskutil list
 
Password for richard:
Voulez-vous arrêter les processus en cours dans cette fenêtre ?
La fermeture de cette fenêtre entraînera la fin des processus -bash, chsh en cours d’exécution