IPB

Bienvenue invité ( Connexion | Inscription )

 
Reply to this topicStart new topic
> Probéme Bootcamp (Résolu)
Options
Adrien59
posté 14 Nov 2018, 02:03
Message #1


Nouveau Membre


Groupe : Membres
Messages : 7
Inscrit : 14 Nov 2018
Membre no 206 366



Bonjour, voila je rencontre un problème avec mon MacBook air.
j'ai voulu réinstaller Windows 10 en dual boot via boot camp donc j'ai bien supprimer la partition avec l'assistance bootcamp et j'ai réinstaller Windows tout c'est bien passer mais quand j'appui sur alt pour choisir sur quelle systèmes d'exploitations, j'ai bien celle de mac mais j'ai deux windows un fonctionnel et un autre qui me renvoie vers l'installateur Windows.
Ma question est la suivante comment supprimer l'icône du Windows inutilisable car avant de réinstaller Windows il me proposer bien que mac et Windows et non deux fois Windows.
Merci de votre réponse

Ce message a été modifié par Adrien59 - 14 Nov 2018, 14:40.


--------------------
MacBook Air 2018 i5 8go ram
Go to the top of the page
 
+Quote Post
jeanjd63
posté 14 Nov 2018, 07:36
Message #2


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 11 698
Inscrit : 15 Nov 2007
Lieu : Auvergne-Rhône-Alpe.
Membre no 99 922



Salut

Il me semble que cela se passe dans la partition EFI.
Que renvoie dans le terminal la commande :
Code
diskutil list

Merci de mettre les résultats entre balises Code (en cliquant sur l'icône juste en dessus de cette fenêtre de saisie)

Ce message a été modifié par jeanjd63 - 14 Nov 2018, 07:37.
Go to the top of the page
 
+Quote Post
Adrien59
posté 14 Nov 2018, 12:27
Message #3


Nouveau Membre


Groupe : Membres
Messages : 7
Inscrit : 14 Nov 2018
Membre no 206 366



Bonjour Jeanjd63, voila

Code
[/codeLast login: Wed Nov 14 13:06:12 on console
macbook-air-de-adrien:~ adrien$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI NO NAME                 208.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         84.0 GB    disk0s2
   3:       Microsoft Basic Data BOOTCAMP                37.1 GB    disk0s4

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

macbook-air-de-adrien:~ adrien$ [code]


Ce message a été modifié par Adrien59 - 14 Nov 2018, 12:32.


--------------------
MacBook Air 2018 i5 8go ram
Go to the top of the page
 
+Quote Post
jeanjd63
posté 14 Nov 2018, 12:37
Message #4


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 11 698
Inscrit : 15 Nov 2007
Lieu : Auvergne-Rhône-Alpe.
Membre no 99 922



Donc toujours dans le terminal :


Code
sudo diskutil mount disk0s1

Là ton mot de passe te sera demandé et ne s'affiche pas lorsque tu le tapes.
ensuite tu tapes :

Code
cd /Volumes/"NO NAME"/EFI/EFI


Puis

Code
ls -l
Go to the top of the page
 
+Quote Post
Adrien59
posté 14 Nov 2018, 13:08
Message #5


Nouveau Membre


Groupe : Membres
Messages : 7
Inscrit : 14 Nov 2018
Membre no 206 366



Super sa a fonctionner, merci de ton aide rapide et efficace biggrin.gif .
As tu une explication a me donner du pourquoi du comment ?


--------------------
MacBook Air 2018 i5 8go ram
Go to the top of the page
 
+Quote Post
jeanjd63
posté 14 Nov 2018, 13:23
Message #6


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 11 698
Inscrit : 15 Nov 2007
Lieu : Auvergne-Rhône-Alpe.
Membre no 99 922



Citation (Adrien59 @ 14 Nov 2018, 13:08) *
Super sa a fonctionner, merci de ton aide rapide et efficace biggrin.gif .
As tu une explication a me donner du pourquoi du comment ?

Qu'est ce qui a fonctionné????

Là je t'ai donné des commandes pour vérifier ce qui était présent dans le gestionnaire du boot EFI. biggrin.gif
C'est le hasard qui a agit. cool.gif
Go to the top of the page
 
+Quote Post
Adrien59
posté 14 Nov 2018, 13:54
Message #7


Nouveau Membre


Groupe : Membres
Messages : 7
Inscrit : 14 Nov 2018
Membre no 206 366



Bah maintenant quand j'appui sur alt au démarrage j'ai bien qu'un seul windows.
je te met quand même l'imprime du terminal du coup

Code
Last login: Wed Nov 14 13:37:27 on console
macbook-air-de-adrien:~ adrien$ sudo diskutil mount disk0s1
Password:
Volume NO NAME on disk0s1 mounted
macbook-air-de-adrien:~ adrien$ cd /Volumes/"NO NAME"/EFI/EFI
-bash: cd: /Volumes/NO NAME/EFI/EFI: No such file or directory
macbook-air-de-adrien:~ adrien$ ls -l
total 0
drwx------+  6 adrien  staff   192 13 nov 16:51 Desktop
drwx------+  4 adrien  staff   128 14 nov 12:09 Documents
drwx------+  5 adrien  staff   160 13 nov 16:42 Downloads
drwx------@ 59 adrien  staff  1888 13 nov 17:15 Library
drwx------+  3 adrien  staff    96 13 nov 16:35 Movies
drwx------+  3 adrien  staff    96 13 nov 16:35 Music
drwx------+  3 adrien  staff    96 13 nov 16:35 Pictures
drwxr-xr-x+  4 adrien  staff   128 13 nov 16:35 Public
macbook-air-de-adrien:~ adrien$


--------------------
MacBook Air 2018 i5 8go ram
Go to the top of the page
 
+Quote Post
jeanjd63
posté 14 Nov 2018, 14:06
Message #8


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 11 698
Inscrit : 15 Nov 2007
Lieu : Auvergne-Rhône-Alpe.
Membre no 99 922



La commande cd ne s'est pas bien passée.
Que renvoie :
Code
ls -lR /Volumes/"NO NAME"
Go to the top of the page
 
+Quote Post
Adrien59
posté 14 Nov 2018, 14:13
Message #9


Nouveau Membre


Groupe : Membres
Messages : 7
Inscrit : 14 Nov 2018
Membre no 206 366



CODE
Last login: Wed Nov 14 13:40:47 on ttys000
macbook-air-de-adrien:~ adrien$ sudo diskutil mount disk0s1
Password:
Volume NO NAME on disk0s1 mounted
macbook-air-de-adrien:~ adrien$ cd /Volumes/"NO NAME"/EFI/EFI
-bash: cd: /Volumes/NO NAME/EFI/EFI: No such file or directory
macbook-air-de-adrien:~ adrien$ ls -lR /Volumes/"NO NAME"
total 4
drwxrwxrwx 1 adrien staff 2048 14 nov 12:10 EFI

/Volumes/NO NAME/EFI:
total 12
drwxrwxrwx 1 adrien staff 2048 14 nov 12:10 APPLE
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 Boot
drwxrwxrwx 1 adrien staff 2048 13 nov 23:54 Microsoft

/Volumes/NO NAME/EFI/APPLE:
total 4
drwxrwxrwx 1 adrien staff 2048 14 nov 12:10 EXTENSIONS

/Volumes/NO NAME/EFI/APPLE/EXTENSIONS:
total 30724
-rwxrwxrwx 1 adrien staff 15729264 14 nov 13:44 Firmware.scap

/Volumes/NO NAME/EFI/Boot:
total 2488
-rwxrwxrwx 1 adrien staff 1273144 1 nov 08:26 bootx64.efi

/Volumes/NO NAME/EFI/Microsoft:
total 16
drwxrwxrwx 1 adrien staff 6144 13 nov 23:54 Boot
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 Recovery

/Volumes/NO NAME/EFI/Microsoft/Boot:
total 9652
-rwxrwxrwx 1 adrien staff 32768 14 nov 13:37 BCD
-rwxrwxrwx 1 adrien staff 32768 13 nov 23:54 BCD.LOG
-rwxrwxrwx 1 adrien staff 0 13 nov 23:59 BCD.LOG1
-rwxrwxrwx 1 adrien staff 0 13 nov 23:59 BCD.LOG2
-rwxrwxrwx 1 adrien staff 65536 14 nov 13:23 BOOTSTAT.DAT
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 Fonts
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 Resources
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 bg-BG
-rwxrwxrwx 1 adrien staff 5023 12 avr 2018 boot.stl
-rwxrwxrwx 1 adrien staff 1273144 1 nov 08:26 bootmgfw.efi
-rwxrwxrwx 1 adrien staff 1256760 1 nov 08:26 bootmgr.efi
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 cs-CZ
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 da-DK
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 de-DE
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 el-GR
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 en-GB
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 en-US
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 es-ES
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 es-MX
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 et-EE
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 fi-FI
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 fr-CA
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 fr-FR
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 hr-HR
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 hu-HU
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 it-IT
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 ja-JP
-rwxrwxrwx 1 adrien staff 31136 12 avr 2018 kd_02_10df.dll
-rwxrwxrwx 1 adrien staff 329624 12 avr 2018 kd_02_10ec.dll
-rwxrwxrwx 1 adrien staff 26528 12 avr 2018 kd_02_1137.dll
-rwxrwxrwx 1 adrien staff 216480 12 avr 2018 kd_02_14e4.dll
-rwxrwxrwx 1 adrien staff 44448 12 avr 2018 kd_02_15b3.dll
-rwxrwxrwx 1 adrien staff 42904 12 avr 2018 kd_02_1969.dll
-rwxrwxrwx 1 adrien staff 31136 12 avr 2018 kd_02_19a2.dll
-rwxrwxrwx 1 adrien staff 20384 12 avr 2018 kd_02_1af4.dll
-rwxrwxrwx 1 adrien staff 249248 12 avr 2018 kd_02_8086.dll
-rwxrwxrwx 1 adrien staff 18840 12 avr 2018 kd_07_1415.dll
-rwxrwxrwx 1 adrien staff 40352 12 avr 2018 kd_0C_8086.dll
-rwxrwxrwx 1 adrien staff 24480 12 avr 2018 kdstub.dll
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 ko-KR
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 lt-LT
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 lv-LV
-rwxrwxrwx 1 adrien staff 1103360 1 nov 08:25 memtest.efi
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 nb-NO
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 nl-NL
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 pl-PL
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 pt-BR
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 pt-PT
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 qps-ploc
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 ro-RO
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 ru-RU
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 sk-SK
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 sl-SI
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 sr-Latn-RS
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 sv-SE
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 tr-TR
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 uk-UA
-rwxrwxrwx 1 adrien staff 8142 12 avr 2018 winsipolicy.p7b
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 zh-CN
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 zh-TW

/Volumes/NO NAME/EFI/Microsoft/Boot/Fonts:
total 26356
-rwxrwxrwx 1 adrien staff 3695718 12 avr 2018 chs_boot.ttf
-rwxrwxrwx 1 adrien staff 3878410 12 avr 2018 cht_boot.ttf
-rwxrwxrwx 1 adrien staff 1985866 12 avr 2018 jpn_boot.ttf
-rwxrwxrwx 1 adrien staff 2372997 12 avr 2018 kor_boot.ttf
-rwxrwxrwx 1 adrien staff 177414 12 avr 2018 malgun_boot.ttf
-rwxrwxrwx 1 adrien staff 174952 12 avr 2018 malgunn_boot.ttf
-rwxrwxrwx 1 adrien staff 145418 12 avr 2018 meiryo_boot.ttf
-rwxrwxrwx 1 adrien staff 143754 12 avr 2018 meiryon_boot.ttf
-rwxrwxrwx 1 adrien staff 164346 12 avr 2018 msjh_boot.ttf
-rwxrwxrwx 1 adrien staff 162330 12 avr 2018 msjhn_boot.ttf
-rwxrwxrwx 1 adrien staff 156242 12 avr 2018 msyh_boot.ttf
-rwxrwxrwx 1 adrien staff 154426 12 avr 2018 msyhn_boot.ttf
-rwxrwxrwx 1 adrien staff 44858 12 avr 2018 segmono_boot.ttf
-rwxrwxrwx 1 adrien staff 86178 12 avr 2018 segoe_slboot.ttf
-rwxrwxrwx 1 adrien staff 85862 12 avr 2018 segoen_slboot.ttf
-rwxrwxrwx 1 adrien staff 49090 12 avr 2018 wgl4_boot.ttf

/Volumes/NO NAME/EFI/Microsoft/Boot/Resources:
total 188
-rwxrwxrwx 1 adrien staff 92576 19 jui 21:53 bootres.dll
drwxrwxrwx 1 adrien staff 2048 13 nov 23:59 fr-FR

/Volumes/NO NAME/EFI/Microsoft/Boot/Resources/fr-FR:
total 28
-rwxrwxrwx 1 adrien staff 13216 12 avr 2018 bootres.dll.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/bg-BG:
total 304
-rwxrwxrwx 1 adrien staff 77728 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77720 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/cs-CZ:
total 396
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/da-DK:
total 396
-rwxrwxrwx 1 adrien staff 76192 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 76192 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/de-DE:
total 404
-rwxrwxrwx 1 adrien staff 79776 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 79776 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45976 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/el-GR:
total 412
-rwxrwxrwx 1 adrien staff 80288 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 80288 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 46496 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/en-GB:
total 296
-rwxrwxrwx 1 adrien staff 74656 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 74656 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/en-US:
total 384
-rwxrwxrwx 1 adrien staff 74656 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 74648 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 44960 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/es-ES:
total 396
-rwxrwxrwx 1 adrien staff 77728 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77728 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45984 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/es-MX:
total 304
-rwxrwxrwx 1 adrien staff 77728 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77720 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/et-EE:
total 296
-rwxrwxrwx 1 adrien staff 75680 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 75672 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/fi-FI:
total 396
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77208 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/fr-CA:
total 312
-rwxrwxrwx 1 adrien staff 79264 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 79256 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/fr-FR:
total 404
-rwxrwxrwx 1 adrien staff 79768 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 79768 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45984 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/hr-HR:
total 304
-rwxrwxrwx 1 adrien staff 76704 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 76696 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/hu-HU:
total 404
-rwxrwxrwx 1 adrien staff 79264 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 79264 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45984 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/it-IT:
total 396
-rwxrwxrwx 1 adrien staff 77208 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77208 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/ja-JP:
total 356
-rwxrwxrwx 1 adrien staff 68000 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 68000 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 42912 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/ko-KR:
total 348
-rwxrwxrwx 1 adrien staff 67488 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 67480 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 42912 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/lt-LT:
total 304
-rwxrwxrwx 1 adrien staff 76192 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 76184 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/lv-LV:
total 304
-rwxrwxrwx 1 adrien staff 76192 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 76184 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/nb-NO:
total 396
-rwxrwxrwx 1 adrien staff 76184 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 76192 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/nl-NL:
total 404
-rwxrwxrwx 1 adrien staff 78240 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 78240 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/pl-PL:
total 404
-rwxrwxrwx 1 adrien staff 78232 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 78232 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45984 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/pt-BR:
total 396
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/pt-PT:
total 396
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45976 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/qps-ploc:
total 108
-rwxrwxrwx 1 adrien staff 54176 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/ro-RO:
total 304
-rwxrwxrwx 1 adrien staff 76704 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 76696 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/ru-RU:
total 392
-rwxrwxrwx 1 adrien staff 77208 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 44960 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/sk-SK:
total 304
-rwxrwxrwx 1 adrien staff 77720 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77728 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/sl-SI:
total 304
-rwxrwxrwx 1 adrien staff 77208 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/sr-Latn-RS:
total 304
-rwxrwxrwx 1 adrien staff 77216 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77208 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/sv-SE:
total 392
-rwxrwxrwx 1 adrien staff 76696 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 76696 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 44960 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/tr-TR:
total 388
-rwxrwxrwx 1 adrien staff 75672 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 75672 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 45472 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/uk-UA:
total 304
-rwxrwxrwx 1 adrien staff 77728 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 77720 12 avr 2018 bootmgr.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/zh-CN:
total 340
-rwxrwxrwx 1 adrien staff 63896 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 63904 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 42392 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Boot/zh-TW:
total 340
-rwxrwxrwx 1 adrien staff 64416 12 avr 2018 bootmgfw.efi.mui
-rwxrwxrwx 1 adrien staff 64416 12 avr 2018 bootmgr.efi.mui
-rwxrwxrwx 1 adrien staff 42400 12 avr 2018 memtest.efi.mui

/Volumes/NO NAME/EFI/Microsoft/Recovery:
total 64
-rwxrwxrwx 1 adrien staff 16384 14 nov 00:03 BCD
-rwxrwxrwx 1 adrien staff 16384 13 nov 23:59 BCD.LOG
-rwxrwxrwx 1 adrien staff 0 13 nov 23:59 BCD.LOG1
-rwxrwxrwx 1 adrien staff 0 13 nov 23:59 BCD.LOG2
macbook-air-de-adrien:~ adrien$
Raison de l'édition : Ajout de balises CODEBOX


--------------------
MacBook Air 2018 i5 8go ram
Go to the top of the page
 
+Quote Post
jeanjd63
posté 14 Nov 2018, 14:20
Message #10


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 11 698
Inscrit : 15 Nov 2007
Lieu : Auvergne-Rhône-Alpe.
Membre no 99 922



Ben y a du monde au balcon. biggrin.gif
Enfin si ça fonctionne tant mieux.
Bonne fin de journée.smile.gif
Go to the top of the page
 
+Quote Post
Adrien59
posté 14 Nov 2018, 14:26
Message #11


Nouveau Membre


Groupe : Membres
Messages : 7
Inscrit : 14 Nov 2018
Membre no 206 366



Du coup tu a rien vue de pas normal ?


--------------------
MacBook Air 2018 i5 8go ram
Go to the top of the page
 
+Quote Post
jeanjd63
posté 14 Nov 2018, 14:33
Message #12


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 11 698
Inscrit : 15 Nov 2007
Lieu : Auvergne-Rhône-Alpe.
Membre no 99 922



Je suis pas chez moi là.
Et puis perso je n'utilise pas Bootcamp.
Le principal est que ça ponctionne. biggrin.gif
Go to the top of the page
 
+Quote Post
Adrien59
posté 14 Nov 2018, 14:39
Message #13


Nouveau Membre


Groupe : Membres
Messages : 7
Inscrit : 14 Nov 2018
Membre no 206 366



ok sa marche wink.gif
Merci encore et bonne journée a toi wink.gif
Problème Résolu thumb.gif


--------------------
MacBook Air 2018 i5 8go ram
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 utilisateur(s) sur ce sujet (1 invité(s) et 0 utilisateur(s) anonyme(s))
0 membre(s) :

 



Nous sommes le : 24th April 2024 - 00:16