#1 Le 16/05/2024, à 09:24
- yolibig
Ecriture impossible uniquement sur sous-dossiers partition windows
Bonjour,
Après avoir installé kubuntu 24.04 sur l'ordi d'un ami, la partition windows se monte automatiquement sans problème, et l'écriture est permise sur la racine de la partition ntfs de windows, mais pas sur les sous-dossiers.
J'utilise peu windows, mais sur mon pc, aucun problème (je suis sur kubuntu 22.04). Serai-ce un problème du a la 24.04 ?
Je n'ajoute pas que ntfs-3g installé, pas de démarrage rapide activé, ni d'hibernation car c'est évident si je peux écrire sur la racine de la partition, il y a un problème d'autorisation des sous-dossiers de windows, mais je n'arrive pas a mettre la main dessus...
quelqu'un a le même problème ou connait la solution ?
Merci infiniment.
Hors ligne
#2 Le 16/05/2024, à 09:34
- geole
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Bonjour.
Pour en connaitre un peu plus sur ce montage NTFS en 24.04, peux-tu donner ces retours.
lsblk -fe7
mount | ntfs
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#3 Le 16/05/2024, à 09:41
- yolibig
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Bonjour, Je n'ai pas accès à l'ordi jusqu'à ce soir mais je réponds vers 17h. Merci.
Hors ligne
#4 Le 16/05/2024, à 10:52
- geole
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Je confirme le problème et deux contournements possibles
1) Creer un nouveau répertoire et écrire dans ce répertoire
2) Etre administrateur
a@a:~$ cd /media/W21H2a
a@a:/media/W21H2a$
a@a:/media/W21H2a$
a@a:/media/W21H2a$ touch essai.txt
a@a:/media/W21H2a$ mkdir TEST
a@a:/media/W21H2a$ touch TEST/essai.txt
a@a:/media/W21H2a$ touch Users/essai.txt
touch: impossible de faire un touch 'Users/essai.txt': Permission non accordée
a@a:/media/W21H2a$ sudo touch Users/essai.txt
a@a:/media/W21H2a$ touch Geneamania/essai.txt
a@a:/media/W21H2a$ touch Recovery/essai.txt
a@a:/media/W21H2a$ touch 'Program Files'/essai.txt
touch: impossible de faire un touch 'Program Files/essai.txt': Permission non accordée
a@a:/media/W21H2a$ touch PerfLogs/essai.txt
a@a:/media/W21H2a$ touch Windows/essai.txt
a@a:/media/W21H2a$
a@a:/media/W21H2a$ ls
'$Recycle.Bin' bootTel.dat ESD found.000 OneDriveTemp 'Program Files' 'System Volume Information' Windows
'$WINDOWS.~BT' 'Documents and Settings' essai.txt found.001 pagefile.sys 'Program Files (x86)' TEST
'$Windows.~WS' dossier FIC1.test Geneamania PerfLogs Recovery Touch
'$WinREAgent' DumpStack.log.tmp FIC.test Intel ProgramData swapfile.sys Users
a@a:/media/W21H2a$
Je ne vois pas très bien la nouvelle option à mettre. J'ai l'impression que certains répertoires sont protégés mais pas tous ( Protection en dur?)
a:/media/W21H2a$ ls -ls | grep dr-x
8 dr-xr-xr-x 1 a a 8192 mars 28 11:20 Program Files
4 dr-xr-xr-x 1 a a 4096 juin 14 2023 Program Files (x86)
4 dr-xr-xr-x 1 a a 4096 mai 16 11:47 Users
a@a:/media/W21H2a$
Dernière modification par geole (Le 16/05/2024, à 11:05)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#5 Le 16/05/2024, à 13:29
- yolibig
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Finalement j'ai pu passer un moment à la maison et faire des recherches. Tous les sous-dossiers de la racine n'ont pas d'accès écriture, ça on le savait déjà. Mais j'avais essayé de les changer en mode récursif, sans succès, mais si je donne les permissions à chaque dossier individuellement ça fonctionne. Tous les dossiers crées sur Linux ne changent pas et conservent leurs permissions, même après redémarrage sur windows. par contre les dossiers crées sur windows devront être modifiés manuellement (le mode graphique fonctionne parfaitement), Les archives par contre ont toutes des droits d'écriture.
On doit pouvoir faire autrement...
Je n'ai pas eu le temps de regarder fstab, mais je suppose qu'on doit pouvoir le résoudre au montage par des arguments corrects.
Par contre j'ai eu tort d'installer tout en gpt, habitué a mbr, je me mélange les pinceaux, je n'arrive pas à définir une entrée sur Grub pour ne pas passer par le bootloader de windows. Enfin c'est un autre problème. Peut-être que le problème de fichiers est en relation avec uefi ?
Hors ligne
#6 Le 16/05/2024, à 15:25
- iznobe
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Par contre j'ai eu tort d'installer tout en gpt, habitué a mbr, je me mélange les pinceaux, je n'arrive pas à définir une entrée sur Grub pour ne pas passer par le bootloader de windows
efibootmgr
pour visualiser les numeros des entrées .
sudo efibootmgr -o X1,X2,X3,X4,X5
pour definir l' ordre des entrées de demarrage , en enlevant les X et en mettant l' ordre qui te convient .
Peut-être que le problème de fichiers est en relation avec uefi ?
aucun rapport entre les 2 .
Dernière modification par iznobe (Le 16/05/2024, à 16:16)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#7 Le 16/05/2024, à 15:41
- geole
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Tu as du mal positionner uid= et gid= dans le fichier /etc/fstab
ou alors tu n'es plus l'utilisateur 1000
Tu as eu raison d'installer en GPT/EFI qui est le seul mode possible pour windows11.
Dernière modification par geole (Le 16/05/2024, à 15:47)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#8 Le 16/05/2024, à 16:14
- bruno
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Bonjour,
Je me permet de corriger la commande demandée par iznobe au #6 :
efibootmgr -v --unicode
permettra de voir tous les entrées du getsionnaire d'amorçage EFI et leur ordre (ligne BootOrder)
EDIT : ok, inutile avec Ubuntu 24.04 (efibootmgr version18)
Il ne faut utiliser -o que pour redéfinir l'ordre de ces entrées. Donc pas avant d'avoir donné le retour de la commande indiquée.
Dernière modification par bruno (Le 16/05/2024, à 17:12)
#9 Le 16/05/2024, à 16:17
- iznobe
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
@bruno , j ' ai modifier , puisque ca n' avait pas l' air d' être clair
Par contre , efibootmgr -v , affiche trop de choses inutiles en 24.04 .
pour l ' option unicode , je ne peux tester ce que cela donne actuellement .
Dernière modification par iznobe (Le 16/05/2024, à 16:19)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#10 Le 16/05/2024, à 16:33
- geole
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Bonjour
En 24.04
efibootmgr -v --unicode
BootCurrent: 0010
Timeout: 0 seconds
BootOrder: 0010,000F,0009,0002,0001,0004,0000,0003,0005,0006,0007,0008,000C,2003,2001,2002
Boot0000* Ubuntu HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
dp: 04 01 2a 00 06 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 73 00 68 00 69 00 6d 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot0001* Windows Boot Manager HD(3,GPT,7b6237b3-d88d-49eb-8d42-630b4aeba4c4,0x3a000,0x11800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)䍒
dp: 04 01 2a 00 03 00 00 00 00 a0 03 00 00 00 00 00 00 18 01 00 00 00 00 00 b3 37 62 7b 8d d8 eb 49 8d 42 63 0b 4a eb a4 c4 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0002* Windows Boot Manager HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)䥗䑎坏S
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 57 49 4e 44 4f 57 53 00 01 00 00 00 88 00 00 00 78 00 00 00 42 00 43 00 44 00 4f 00 42 00 4a 00 45 00 43 00 54 00 3d 00 7b 00 39 00 64 00 65 00 61 00 38 00 36 00 32 00 63 00 2d 00 35 00 63 00 64 00 64 00 2d 00 34 00 65 00 37 00 30 00 2d 00 61 00 63 00 63 00 31 00 2d 00 66 00 33 00 32 00 62 00 33 00 34 00 34 00 64 00 34 00 37 00 39 00 35 00 7d 00 00 00 00 00 01 00 00 00 10 00 00 00 04 00 00 00 7f ff 04 00
Boot0003* Ubuntu HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\ubuntu\grubx64.efi)䍒
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0004* Windows Boot Manager HD(5,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)䍒
dp: 04 01 2a 00 05 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0005* Ubuntu HD(3,GPT,7b6237b3-d88d-49eb-8d42-630b4aeba4c4,0x3a000,0x11800)/File(\EFI\ubuntu\grubx64.efi)䍒
dp: 04 01 2a 00 03 00 00 00 00 a0 03 00 00 00 00 00 00 18 01 00 00 00 00 00 b3 37 62 7b 8d d8 eb 49 8d 42 63 0b 4a eb a4 c4 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0006* Ubuntu HD(5,GPT,dea6dec9-4d41-45c8-a410-00d9f64ca70d,0x8af7800,0x12000)/File(\EFI\ubuntu\grubx64.efi)䍒
dp: 04 01 2a 00 05 00 00 00 00 78 af 08 00 00 00 00 00 20 01 00 00 00 00 00 c9 de a6 de 41 4d c8 45 a4 10 00 d9 f6 4c a7 0d 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0007* Ubuntu HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\ubuntu\grubx64.efi)䍒
dp: 04 01 2a 00 06 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0008* Windows Boot Manager HD(21,GPT,985815f3-a5a1-4de7-a5ca-902f3595a4a1,0x42b9d000,0x219800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)䍒
dp: 04 01 2a 00 15 00 00 00 00 d0 b9 42 00 00 00 00 00 98 21 00 00 00 00 00 f3 15 58 98 a1 a5 e7 4d a5 ca 90 2f 35 95 a4 a1 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0009* refind HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\refind\refind_x64.efi)
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 3a 00 5c 00 45 00 46 00 49 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5f 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot000A* EFI Network 0 for IPv6 (08-9E-01-B7-1C-5D) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(089e01b71c5d,0)/IPv6([::]:<->[::]:,0,0)䍒
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 03 1c / 01 01 06 00 00 00 / 03 0b 25 00 08 9e 01 b7 1c 5d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 03 0d 3c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 7f ff 04 00
data: 52 43
Boot000B* EFI Network 0 for IPv4 (08-9E-01-B7-1C-5D) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(089e01b71c5d,0)/IPv4(0.0.0.00.0.0.0,0,0)䍒
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 03 1c / 01 01 06 00 00 00 / 03 0b 25 00 08 9e 01 b7 1c 5d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 03 0c 1b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 7f ff 04 00
data: 52 43
Boot000C* Ubuntu HD(21,GPT,985815f3-a5a1-4de7-a5ca-902f3595a4a1,0x42b9d000,0x219800)/File(\EFI\ubuntu\grubx64.efi)䍒
dp: 04 01 2a 00 15 00 00 00 00 d0 b9 42 00 00 00 00 00 98 21 00 00 00 00 00 f3 15 58 98 a1 a5 e7 4d a5 ca 90 2f 35 95 a4 a1 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot000E* EFI USB Device 1 (TOSHIBA External USB 3.0) PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(1,0)/HD(3,GPT,f4a4dbc7-ec9f-4fa1-a112-7a927ae26214,0x746ed000,0x11800)䍒
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 00 1d / 03 05 06 00 00 00 / 03 05 06 00 01 00 / 04 01 2a 00 03 00 00 00 00 d0 6e 74 00 00 00 00 00 18 01 00 00 00 00 00 c7 db a4 f4 9f ec a1 4f a1 12 7a 92 7a e2 62 14 02 02 / 7f ff 04 00
data: 52 43
Boot000F* rEFInd Boot Manager HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\refind\refind_x64.efi)
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 3a 00 5c 00 45 00 46 00 49 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5f 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot0010* rEFInd Boot Manager HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\refind\refind_x64.efi)
dp: 04 01 2a 00 06 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 3a 00 5c 00 45 00 46 00 49 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5f 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot2001* EFI USB Device 䍒
dp: 7f ff 04 00
data: 52 43
Boot2002* EFI DVD/CDROM 䍒
dp: 7f ff 04 00
data: 52 43
Boot2003* EFI Network 䍒
dp: 7f ff 04 00
data: 52 43
efibootmgr -v
BootCurrent: 0010
Timeout: 0 seconds
BootOrder: 0010,000F,0009,0002,0001,0004,0000,0003,0005,0006,0007,0008,000C,2003,2001,2002
Boot0000* Ubuntu HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
dp: 04 01 2a 00 06 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 73 00 68 00 69 00 6d 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot0001* Windows Boot Manager HD(3,GPT,7b6237b3-d88d-49eb-8d42-630b4aeba4c4,0x3a000,0x11800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
dp: 04 01 2a 00 03 00 00 00 00 a0 03 00 00 00 00 00 00 18 01 00 00 00 00 00 b3 37 62 7b 8d d8 eb 49 8d 42 63 0b 4a eb a4 c4 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0002* Windows Boot Manager HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d00000000000100000010000000040000007fff0400
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 57 49 4e 44 4f 57 53 00 01 00 00 00 88 00 00 00 78 00 00 00 42 00 43 00 44 00 4f 00 42 00 4a 00 45 00 43 00 54 00 3d 00 7b 00 39 00 64 00 65 00 61 00 38 00 36 00 32 00 63 00 2d 00 35 00 63 00 64 00 64 00 2d 00 34 00 65 00 37 00 30 00 2d 00 61 00 63 00 63 00 31 00 2d 00 66 00 33 00 32 00 62 00 33 00 34 00 34 00 64 00 34 00 37 00 39 00 35 00 7d 00 00 00 00 00 01 00 00 00 10 00 00 00 04 00 00 00 7f ff 04 00
Boot0003* Ubuntu HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\ubuntu\grubx64.efi)RC
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0004* Windows Boot Manager HD(5,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
dp: 04 01 2a 00 05 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0005* Ubuntu HD(3,GPT,7b6237b3-d88d-49eb-8d42-630b4aeba4c4,0x3a000,0x11800)/File(\EFI\ubuntu\grubx64.efi)RC
dp: 04 01 2a 00 03 00 00 00 00 a0 03 00 00 00 00 00 00 18 01 00 00 00 00 00 b3 37 62 7b 8d d8 eb 49 8d 42 63 0b 4a eb a4 c4 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0006* Ubuntu HD(5,GPT,dea6dec9-4d41-45c8-a410-00d9f64ca70d,0x8af7800,0x12000)/File(\EFI\ubuntu\grubx64.efi)RC
dp: 04 01 2a 00 05 00 00 00 00 78 af 08 00 00 00 00 00 20 01 00 00 00 00 00 c9 de a6 de 41 4d c8 45 a4 10 00 d9 f6 4c a7 0d 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0007* Ubuntu HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\ubuntu\grubx64.efi)RC
dp: 04 01 2a 00 06 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0008* Windows Boot Manager HD(21,GPT,985815f3-a5a1-4de7-a5ca-902f3595a4a1,0x42b9d000,0x219800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
dp: 04 01 2a 00 15 00 00 00 00 d0 b9 42 00 00 00 00 00 98 21 00 00 00 00 00 f3 15 58 98 a1 a5 e7 4d a5 ca 90 2f 35 95 a4 a1 02 02 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0009* refind HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\refind\refind_x64.efi)
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 3a 00 5c 00 45 00 46 00 49 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5f 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot000A* EFI Network 0 for IPv6 (08-9E-01-B7-1C-5D) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(089e01b71c5d,0)/IPv6([::]:<->[::]:,0,0)RC
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 03 1c / 01 01 06 00 00 00 / 03 0b 25 00 08 9e 01 b7 1c 5d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 03 0d 3c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 7f ff 04 00
data: 52 43
Boot000B* EFI Network 0 for IPv4 (08-9E-01-B7-1C-5D) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(089e01b71c5d,0)/IPv4(0.0.0.00.0.0.0,0,0)RC
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 03 1c / 01 01 06 00 00 00 / 03 0b 25 00 08 9e 01 b7 1c 5d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 03 0c 1b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 7f ff 04 00
data: 52 43
Boot000C* Ubuntu HD(21,GPT,985815f3-a5a1-4de7-a5ca-902f3595a4a1,0x42b9d000,0x219800)/File(\EFI\ubuntu\grubx64.efi)RC
dp: 04 01 2a 00 15 00 00 00 00 d0 b9 42 00 00 00 00 00 98 21 00 00 00 00 00 f3 15 58 98 a1 a5 e7 4d a5 ca 90 2f 35 95 a4 a1 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot000E* EFI USB Device 1 (TOSHIBA External USB 3.0) PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(1,0)/HD(3,GPT,f4a4dbc7-ec9f-4fa1-a112-7a927ae26214,0x746ed000,0x11800)RC
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 00 1d / 03 05 06 00 00 00 / 03 05 06 00 01 00 / 04 01 2a 00 03 00 00 00 00 d0 6e 74 00 00 00 00 00 18 01 00 00 00 00 00 c7 db a4 f4 9f ec a1 4f a1 12 7a 92 7a e2 62 14 02 02 / 7f ff 04 00
data: 52 43
Boot000F* rEFInd Boot Manager HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\refind\refind_x64.efi)
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 18 03 00 00 00 00 00 cb 94 23 b3 20 8d 52 46 92 d8 b5 6c 1a 0c 59 4a 02 02 / 04 04 3a 00 5c 00 45 00 46 00 49 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5f 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot0010* rEFInd Boot Manager HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\refind\refind_x64.efi)
dp: 04 01 2a 00 06 00 00 00 00 b8 c4 08 00 00 00 00 00 20 03 00 00 00 00 00 f5 3d 2a 5d 3b 5c 7c 48 ba 5f a6 bc 6f 51 a9 24 02 02 / 04 04 3a 00 5c 00 45 00 46 00 49 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5c 00 72 00 65 00 66 00 69 00 6e 00 64 00 5f 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot2001* EFI USB Device RC
dp: 7f ff 04 00
data: 52 43
Boot2002* EFI DVD/CDROM RC
dp: 7f ff 04 00
data: 52 43
Boot2003* EFI Network RC
dp: 7f ff 04 00
data: 52 43
efibootmgr
BootCurrent: 0010
Timeout: 0 seconds
BootOrder: 0010,000F,0009,0002,0001,0004,0000,0003,0005,0006,0007,0008,000C,2003,2001,2002
Boot0000* Ubuntu HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Windows Boot Manager HD(3,GPT,7b6237b3-d88d-49eb-8d42-630b4aeba4c4,0x3a000,0x11800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0002* Windows Boot Manager HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d00000000000100000010000000040000007fff0400
Boot0003* Ubuntu HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\ubuntu\grubx64.efi)RC
Boot0004* Windows Boot Manager HD(5,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0005* Ubuntu HD(3,GPT,7b6237b3-d88d-49eb-8d42-630b4aeba4c4,0x3a000,0x11800)/File(\EFI\ubuntu\grubx64.efi)RC
Boot0006* Ubuntu HD(5,GPT,dea6dec9-4d41-45c8-a410-00d9f64ca70d,0x8af7800,0x12000)/File(\EFI\ubuntu\grubx64.efi)RC
Boot0007* Ubuntu HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\ubuntu\grubx64.efi)RC
Boot0008* Windows Boot Manager HD(21,GPT,985815f3-a5a1-4de7-a5ca-902f3595a4a1,0x42b9d000,0x219800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0009* refind HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\refind\refind_x64.efi)
Boot000A* EFI Network 0 for IPv6 (08-9E-01-B7-1C-5D) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(089e01b71c5d,0)/IPv6([::]:<->[::]:,0,0)RC
Boot000B* EFI Network 0 for IPv4 (08-9E-01-B7-1C-5D) PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(089e01b71c5d,0)/IPv4(0.0.0.00.0.0.0,0,0)RC
Boot000C* Ubuntu HD(21,GPT,985815f3-a5a1-4de7-a5ca-902f3595a4a1,0x42b9d000,0x219800)/File(\EFI\ubuntu\grubx64.efi)RC
Boot000E* EFI USB Device 1 (TOSHIBA External USB 3.0) PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(1,0)/HD(3,GPT,f4a4dbc7-ec9f-4fa1-a112-7a927ae26214,0x746ed000,0x11800)RC
Boot000F* rEFInd Boot Manager HD(1,GPT,b32394cb-8d20-4652-92d8-b56c1a0c594a,0x800,0x31800)/File(\EFI\refind\refind_x64.efi)
Boot0010* rEFInd Boot Manager HD(6,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\refind\refind_x64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#11 Le 16/05/2024, à 16:58
- bruno
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Ah oui curieux les infos en plus données sur 24.04 et le --unicode semble maintenant inutile…
Mais quel bazar !
L'entrée par défaut, c'est rEFInd. Je laisse les spécialistes de ce truc t'aider.
#12 Le 17/05/2024, à 08:59
- yolibig
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Finalement pour les permissions des dossiers windows, je ne sais pas pourquoi cela n'a pas fonctionné en gui, (je sais mauvaise habitude), mais avec un chmod -R sur le dossier windows tout est accessible.
Hors ligne
#13 Le 17/05/2024, à 09:42
- yolibig
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Par contre pour le boot, normalement j'installais win sur une seule partition, sans partition de boot a part, mais avec uefi, le bootmgr est a part. Quand grub se charge l'entrée win passe par le bootmgr pour les partitions win. Si on a 2 partition windows, le démarrage de la 2eme repasse par grub et encore par le bootmgr avant de lancer la 2eme. C'est long, la question est: n'y a t'il pas moyen de booter les 2 partitions win directement depuis grub sans passer par l'ecran du bootmgr de win ?
logiquement je pense que chaque partition win devrait avoir son propre boot et non un commun pour les 2, comme sur linux oú la structure de grub est installée dans /boot.C'est correct ?
Hors ligne
#14 Le 17/05/2024, à 09:49
- iznobe
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Bonjour , pour ton probleme de boot , il vaut mieux que tu fournisses un tutoriel/boot-info
Dernière modification par iznobe (Le 17/05/2024, à 09:50)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#15 Le 17/05/2024, à 09:49
- yolibig
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Je pense que comme dans les entrées citées avant:
Boot0004* Windows Boot Manager HD(5,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
et
Boot0008* Windows Boot Manager HD(21,GPT,985815f3-a5a1-4de7-a5ca-902f3595a4a1,0x42b9d000,0x219800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Quelle serait la syntaxe pour uefi dans grub pour ajouter les 2 entrées séparées directement depuis grub ?
Hors ligne
#16 Le 17/05/2024, à 09:51
- iznobe
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
donne le retour complet de :
efibootmgr
Maintenant imaginons que tu ne veuilles que ces 2 entrées qui se presente dans le GRUB , tu ferais ca avec la commande :
sudo efibootmgr -o 4,8
et l' entrée :
Boot0004* Windows Boot Manager HD(5,GPT,5d2a3df5-5c3b-487c-ba5f-a6bc6f51a924,0x8c4b800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
serait affichée en 1er et demarrerait automatiquement apres le delai d ' attente defini
Dernière modification par iznobe (Le 17/05/2024, à 09:58)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#17 Le 17/05/2024, à 09:52
- yolibig
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Bonjour , pour ton probleme de boot , il vaut mieux que tu fournisses un tutoriel/boot-info
je le ferai que je serai sur le pc en question, je ne suis pas sur place, merci.
Hors ligne
#18 Le 17/05/2024, à 11:26
- geole
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
la question est: n'y a t'il pas moyen de booter les 2 partitions win directement depuis grub sans passer par l'ecran du bootmgr de win ?
logiquement je pense que chaque partition win devrait avoir son propre boot et non un commun pour ?
Bonjour. Tu es dans le vrai. En EFI chaque O.S. pourrait avoir son propre fichier de boot.
Le contournement est possible mais compliqué.
- En premier, il te faut dupliquer la partition de boot-EFI, modifier le UUID, y remettre un drapeau ESP
- En second relancer sudo update-grub
Normalement cela doit fonctionner. Tu auras alors probablement envie d'épurer la proposition de double boot de windows. C'est réalisable. Mais comme il y a maintenant deux partitions ESP, chaque commande bcdedit doit préciser quel fichier BCD utiliser.
( J'ai trouvé plus pratique de lancer gparted et supprimer le drapeau ESP de la partition FAT32 que je ne veux pas modifier. Mais cela fait pas mal de jonglages)
Attention, Si grosses mises à jour de windows livrant une nouvelle structure de boot EFI, Cela se plante en présence de deux partitions ESP . Donc encore astuce de supprimer un drapeau ESP avant de lancer les mises à jour de Windows.
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#19 Le 17/05/2024, à 14:39
- yolibig
Re : Ecriture impossible uniquement sur sous-dossiers partition windows
Ok Geole, vu que le pc n'est pas pour moi, je ne préfère pas compliquer les choses. Je laisserai le boot tel qu'il est, si j'avais su j'aurais tout monté en mbr (tant pis pour win 11), sur deux uniques partitions (un windows pour chaque usager, on sait comment c'est fragile). Je crois qu'après avoir essayé Linux quelques temps ils se débarrasseront de windows. alors je n'en laisserais qu'un pour les éventuelles tâches non réalisables sur ubuntu. Au moins on sait qu'avec un chmod on récupère les droits sur la structure de windows.
Merci pour vos réponses.
Hors ligne