[INSTALLATION] Partitions_en_dualboot_windows _11

Questions et astuces concernant l'installation et la configuration d'archlinux
Sorio
newbie
Messages : 5
Inscription : mer. 21 sept. 2022, 13:35
Localisation : Bretagne

[INSTALLATION] Partitions_en_dualboot_windows _11

Message par Sorio »

Bonjour
J'ai un problème: Mes partions windows ne sont pas dans /dev/sda

Je récapitule toutes mes actions:

Première étape: Depuis mon windows j'ai laissé de l'espace libre.

Deuxième étape: J'ai démarré en boot sur ma clé usb.

Troisième étape: J'ai fais les trucs de base (mettre l'heure, le wifi, ...)

Quatrième étape: J'ai voulu créer ma partition racine mais:
Problème 1: l'espace libre n'est pas visible avec cfdisk
Problème 2: les partitions windows ne sont pas dans /dev/sda (avec fdisk)

Donc je ne sais pas si c'est ma faute mais je viens juste d'acheter cet ordinateur avec windows 11 préinstallé.

Pouvez-vous m'aider ?
Merci d'avance. :D
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par benjarobin »

Bonjour,
Il est très rare maintenant d'avoir un /dev/sdX, on a souvent à la place un /dev/nvme...
Si tu as un Dell ou autre, il se peut que dans le BIOS, le disque soit configuré en RAID (alors qu'il y a qu'un disque), et donc Linux ne reconnaît pas le disque.
Il faut pour cela reconfigurer dans le BIOS en mode AHCI. Attention cela casse Windows, mais il y a la procédure suivante pour réparer :
  • D'abord sous Windows vérifier que tu n'as pas bitlocker d'activé, si oui, aller dans panneau de configuration -> bitlocker
  • - Sauvegarder la clé de chiffrement sur une clé USB (oui c'est le seul endroit qu'il veut utiliser), cela pourrait être utile un jour...
  • - Suspendre (temporairement) la protection bitlocker.
  • Puis lancer msconfig, sélectionner Démarrer -> Démarrage sécurisé -> Minimal (Correspond à : Safe mode)
  • Redémarrer et lancer le BIOS. Si on oublie d'entrer dans le BIOS il faudra refaire toutes les étapes (en théorie).
  • Modifier le disque de RAID à AHCI, sauvegarder, quitter le BIOS
  • Laisser le PC démarrer, il devrait le faire sans souci en Safe mode.
  • Lancer msconfig, désactiver le Safe mode
  • Redémarrer, normalement Windows est content (il démarre sans blue screen).
  • Et enfin tu peux t'occuper du Linux
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Sorio
newbie
Messages : 5
Inscription : mer. 21 sept. 2022, 13:35
Localisation : Bretagne

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par Sorio »

Bonjour benjarodin

Je ne comprends pas '/dev/sdX'
Chez moi mes partitions windows sont dans '/dev/nump01p1' '/dev:num01p2' etc

Peut-tu m’éclairer ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par benjarobin »

/dev/sdX : Par exemple : /dev/sda ou /dev/sdb, ... <= Typiquement un disque dur ou un SSD avec un connecteur SATA
/dev/nvme... : Par exemple : /dev/nvme0n1 <= Typiquement un SSD avec un connecteur NVME

Clairement je ne connais pas de disque qui apparaît en tant que /dev/nump01p1, es tu sûr de toi ? As tu bien lu ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Sorio
newbie
Messages : 5
Inscription : mer. 21 sept. 2022, 13:35
Localisation : Bretagne

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par Sorio »

Oui je suis sûr de moi la dessus je l'ai même recopier sur un bout de papier pour m'en rappeler !

Mais puisque je n'avait rien trouvé sur internet je pose ma question ici.
C'est peut-être quelque chose spécifique a windows 11 ?

Mais si tu veux voilà les infos sur mon pc: (C'est un Hp)

-Processeur : AMD Ryzen 5 5500U avec Radeon Graphics 2.10 GHz
-RAM : 8.00 Go (7,33 Go utilisable)
-Type de système : 64bits x64

les infos sur windows:

-Édition : Windows 11 Famille
-Version 21H2
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par benjarobin »

Sachant qu'il y a forcément une faute (ou plus) entre les 2 : '/dev/nump01p1' et '/dev:num01p2', j'ai des gros gros doutes.
Peux tu donner un screen / photo de la sortie de :

Code : Tout sélectionner

ls -ld /dev/n*
fdisk -l
Si tu as internet depuis le CD d'installation, tu peux faire ceci à la place (bien mieux):

Code : Tout sélectionner

ls -l /dev > /root/info.txt
blkid >> /root/info.txt
fdisk -l >> /root/info.txt

cat /root/info.txt | curl -F 'file=@-' 0x0.st 
Et tu nous donnes le lien en sortie de la dernière commande, ou mettre le fichier info.txt sur une clé USB....

Ce n'a aucun lien avec Windows, le disque est toujours présenté de la même façon quelque soit le système d'installation ou contenu du disque. Tu peux avoir plus ou moins de table de partition, c'est tout
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Sorio
newbie
Messages : 5
Inscription : mer. 21 sept. 2022, 13:35
Localisation : Bretagne

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par Sorio »

Voilà le resulatat:

Code : Tout sélectionner

total 0
crw-r--r--  1 root root    10,   235 Sep 28 19:30 autofs
drwxr-xr-x  2 root root          200 Sep 28 19:30 block
drwxr-xr-x  2 root root           60 Sep 28 19:30 bsg
crw-------  1 root root    10,   234 Sep 28 19:30 btrfs-control
drwxr-xr-x  3 root root           60 Sep 28 19:30 bus
drwxr-xr-x  2 root root         4500 Sep 28 19:30 char
crw-------  1 root root     5,     1 Sep 28 19:30 console
lrwxrwxrwx  1 root root           11 Sep 28 19:30 core -> /proc/kcore
drwxr-xr-x 14 root root          280 Sep 28 19:30 cpu
crw-------  1 root root    10,   125 Sep 28 19:30 cpu_dma_latency
crw-------  1 root root    10,   203 Sep 28 19:30 cuse
drwxr-xr-x  9 root root          180 Sep 28 19:30 disk
drwxr-xr-x  2 root root           60 Sep 28 19:30 dma_heap
drwxr-xr-x  3 root root          100 Sep 28 19:30 dri
crw-------  1 root root   237,     0 Sep 28 19:30 drm_dp_aux0
crw-rw----  1 root video   29,     0 Sep 28 19:30 fb0
lrwxrwxrwx  1 root root           13 Sep 28 19:30 fd -> /proc/self/fd
crw-rw-rw-  1 root root     1,     7 Sep 28 19:30 full
crw-rw-rw-  1 root root    10,   229 Sep 28 19:30 fuse
crw-------  1 root root   254,     0 Sep 28 19:30 gpiochip0
crw-------  1 root root   241,     0 Sep 28 19:30 hidraw0
crw-------  1 root root   241,     1 Sep 28 19:30 hidraw1
crw-------  1 root root    10,   228 Sep 28 19:30 hpet
drwxr-xr-x  2 root root            0 Sep 28 19:30 hugepages
crw-------  1 root root    10,   183 Sep 28 19:30 hwrng
drwxr-xr-x  4 root root          460 Sep 28 19:30 input
crw-rw-rw-  1 root render 236,     0 Sep 28 19:30 kfd
crw-r--r--  1 root root     1,    11 Sep 28 19:30 kmsg
crw-rw-rw-  1 root kvm     10,   232 Sep 28 19:30 kvm
lrwxrwxrwx  1 root root           28 Sep 28 19:30 log -> /run/systemd/journal/dev-log
brw-rw----  1 root disk     7,     0 Sep 28 19:30 loop0
crw-rw----  1 root disk    10,   237 Sep 28 19:30 loop-control
drwxr-xr-x  2 root root           60 Sep 28 19:30 mapper
crw-rw----  1 root video  234,     0 Sep 28 19:30 media0
crw-r-----  1 root kmem     1,     1 Sep 28 19:30 mem
drwxrwxrwt  2 root root           40 Sep 28 19:30 mqueue
drwxr-xr-x  2 root root           60 Sep 28 19:30 net
crw-------  1 root root   238,     0 Sep 28 19:30 ng0n1
crw-rw-rw-  1 root root     1,     3 Sep 28 19:30 null
crw-------  1 root root   239,     0 Sep 28 19:30 nvme0
brw-rw----  1 root disk   259,     0 Sep 28 19:30 nvme0n1
brw-rw----  1 root disk   259,     1 Sep 28 19:30 nvme0n1p1
brw-rw----  1 root disk   259,     2 Sep 28 19:30 nvme0n1p2
brw-rw----  1 root disk   259,     3 Sep 28 19:30 nvme0n1p3
brw-rw----  1 root disk   259,     4 Sep 28 19:30 nvme0n1p4
crw-------  1 root root    10,   144 Sep 28 19:30 nvram
crw-r-----  1 root kmem     1,     4 Sep 28 19:30 port
crw-------  1 root root   108,     0 Sep 28 19:30 ppp
crw-------  1 root root    10,     1 Sep 28 19:30 psaux
crw-rw-rw-  1 root tty      5,     2 Sep 28 19:30 ptmx
drwxr-xr-x  2 root root            0 Sep 28 19:30 pts
crw-rw-rw-  1 root root     1,     8 Sep 28 19:30 random
crw-rw-r--  1 root rfkill  10,   242 Sep 28 19:30 rfkill
lrwxrwxrwx  1 root root            4 Sep 28 19:30 rtc -> rtc0
crw-------  1 root root   249,     0 Sep 28 19:30 rtc0
brw-rw----  1 root disk     8,     0 Sep 28 19:30 sda
brw-rw----  1 root disk     8,     1 Sep 28 19:30 sda1
drwxrwxrwt  2 root root           40 Sep 28 19:30 shm
crw-------  1 root root    10,   231 Sep 28 19:30 snapshot
drwxr-xr-x  3 root root          280 Sep 28 19:30 snd
lrwxrwxrwx  1 root root           15 Sep 28 19:30 stderr -> /proc/self/fd/2
lrwxrwxrwx  1 root root           15 Sep 28 19:30 stdin -> /proc/self/fd/0
lrwxrwxrwx  1 root root           15 Sep 28 19:30 stdout -> /proc/self/fd/1
crw-rw----  1 tss  root    10,   224 Sep 28 19:30 tpm0
crw-rw----  1 tss  tss    235, 65536 Sep 28 19:30 tpmrm0
crw-rw-rw-  1 root tty      5,     0 Sep 28 19:30 tty
crw--w----  1 root tty      4,     0 Sep 28 19:30 tty0
crw-------  1 root tty      4,     1 Sep 28 19:33 tty1
crw--w----  1 root tty      4,     2 Sep 28 19:30 tty2
crw--w----  1 root tty      4,     3 Sep 28 19:30 tty3
crw--w----  1 root tty      4,     4 Sep 28 19:30 tty4
crw--w----  1 root tty      4,     5 Sep 28 19:30 tty5
crw--w----  1 root tty      4,     6 Sep 28 19:30 tty6
crw--w----  1 root tty      4,     7 Sep 28 19:30 tty7
crw--w----  1 root tty      4,     8 Sep 28 19:30 tty8
crw--w----  1 root tty      4,     9 Sep 28 19:30 tty9
crw--w----  1 root tty      4,    10 Sep 28 19:30 tty10
crw--w----  1 root tty      4,    11 Sep 28 19:30 tty11
crw--w----  1 root tty      4,    12 Sep 28 19:30 tty12
crw--w----  1 root tty      4,    13 Sep 28 19:30 tty13
crw--w----  1 root tty      4,    14 Sep 28 19:30 tty14
crw--w----  1 root tty      4,    15 Sep 28 19:30 tty15
crw--w----  1 root tty      4,    16 Sep 28 19:30 tty16
crw--w----  1 root tty      4,    17 Sep 28 19:30 tty17
crw--w----  1 root tty      4,    18 Sep 28 19:30 tty18
crw--w----  1 root tty      4,    19 Sep 28 19:30 tty19
crw--w----  1 root tty      4,    20 Sep 28 19:30 tty20
crw--w----  1 root tty      4,    21 Sep 28 19:30 tty21
crw--w----  1 root tty      4,    22 Sep 28 19:30 tty22
crw--w----  1 root tty      4,    23 Sep 28 19:30 tty23
crw--w----  1 root tty      4,    24 Sep 28 19:30 tty24
crw--w----  1 root tty      4,    25 Sep 28 19:30 tty25
crw--w----  1 root tty      4,    26 Sep 28 19:30 tty26
crw--w----  1 root tty      4,    27 Sep 28 19:30 tty27
crw--w----  1 root tty      4,    28 Sep 28 19:30 tty28
crw--w----  1 root tty      4,    29 Sep 28 19:30 tty29
crw--w----  1 root tty      4,    30 Sep 28 19:30 tty30
crw--w----  1 root tty      4,    31 Sep 28 19:30 tty31
crw--w----  1 root tty      4,    32 Sep 28 19:30 tty32
crw--w----  1 root tty      4,    33 Sep 28 19:30 tty33
crw--w----  1 root tty      4,    34 Sep 28 19:30 tty34
crw--w----  1 root tty      4,    35 Sep 28 19:30 tty35
crw--w----  1 root tty      4,    36 Sep 28 19:30 tty36
crw--w----  1 root tty      4,    37 Sep 28 19:30 tty37
crw--w----  1 root tty      4,    38 Sep 28 19:30 tty38
crw--w----  1 root tty      4,    39 Sep 28 19:30 tty39
crw--w----  1 root tty      4,    40 Sep 28 19:30 tty40
crw--w----  1 root tty      4,    41 Sep 28 19:30 tty41
crw--w----  1 root tty      4,    42 Sep 28 19:30 tty42
crw--w----  1 root tty      4,    43 Sep 28 19:30 tty43
crw--w----  1 root tty      4,    44 Sep 28 19:30 tty44
crw--w----  1 root tty      4,    45 Sep 28 19:30 tty45
crw--w----  1 root tty      4,    46 Sep 28 19:30 tty46
crw--w----  1 root tty      4,    47 Sep 28 19:30 tty47
crw--w----  1 root tty      4,    48 Sep 28 19:30 tty48
crw--w----  1 root tty      4,    49 Sep 28 19:30 tty49
crw--w----  1 root tty      4,    50 Sep 28 19:30 tty50
crw--w----  1 root tty      4,    51 Sep 28 19:30 tty51
crw--w----  1 root tty      4,    52 Sep 28 19:30 tty52
crw--w----  1 root tty      4,    53 Sep 28 19:30 tty53
crw--w----  1 root tty      4,    54 Sep 28 19:30 tty54
crw--w----  1 root tty      4,    55 Sep 28 19:30 tty55
crw--w----  1 root tty      4,    56 Sep 28 19:30 tty56
crw--w----  1 root tty      4,    57 Sep 28 19:30 tty57
crw--w----  1 root tty      4,    58 Sep 28 19:30 tty58
crw--w----  1 root tty      4,    59 Sep 28 19:30 tty59
crw--w----  1 root tty      4,    60 Sep 28 19:30 tty60
crw--w----  1 root tty      4,    61 Sep 28 19:30 tty61
crw--w----  1 root tty      4,    62 Sep 28 19:30 tty62
crw--w----  1 root tty      4,    63 Sep 28 19:30 tty63
crw-rw----  1 root uucp     4,    64 Sep 28 19:30 ttyS0
crw-rw----  1 root uucp     4,    65 Sep 28 19:30 ttyS1
crw-rw----  1 root uucp     4,    66 Sep 28 19:30 ttyS2
crw-rw----  1 root uucp     4,    67 Sep 28 19:30 ttyS3
crw-rw----  1 root uucp     4,    68 Sep 28 19:30 ttyS4
crw-rw----  1 root uucp     4,    69 Sep 28 19:30 ttyS5
crw-rw----  1 root uucp     4,    70 Sep 28 19:30 ttyS6
crw-rw----  1 root uucp     4,    71 Sep 28 19:30 ttyS7
crw-rw----  1 root uucp     4,    72 Sep 28 19:30 ttyS8
crw-rw----  1 root uucp     4,    73 Sep 28 19:30 ttyS9
crw-rw----  1 root uucp     4,    74 Sep 28 19:30 ttyS10
crw-rw----  1 root uucp     4,    75 Sep 28 19:30 ttyS11
crw-rw----  1 root uucp     4,    76 Sep 28 19:30 ttyS12
crw-rw----  1 root uucp     4,    77 Sep 28 19:30 ttyS13
crw-rw----  1 root uucp     4,    78 Sep 28 19:30 ttyS14
crw-rw----  1 root uucp     4,    79 Sep 28 19:30 ttyS15
crw-rw----  1 root uucp     4,    80 Sep 28 19:30 ttyS16
crw-rw----  1 root uucp     4,    81 Sep 28 19:30 ttyS17
crw-rw----  1 root uucp     4,    82 Sep 28 19:30 ttyS18
crw-rw----  1 root uucp     4,    83 Sep 28 19:30 ttyS19
crw-rw----  1 root uucp     4,    84 Sep 28 19:30 ttyS20
crw-rw----  1 root uucp     4,    85 Sep 28 19:30 ttyS21
crw-rw----  1 root uucp     4,    86 Sep 28 19:30 ttyS22
crw-rw----  1 root uucp     4,    87 Sep 28 19:30 ttyS23
crw-rw----  1 root uucp     4,    88 Sep 28 19:30 ttyS24
crw-rw----  1 root uucp     4,    89 Sep 28 19:30 ttyS25
crw-rw----  1 root uucp     4,    90 Sep 28 19:30 ttyS26
crw-rw----  1 root uucp     4,    91 Sep 28 19:30 ttyS27
crw-rw----  1 root uucp     4,    92 Sep 28 19:30 ttyS28
crw-rw----  1 root uucp     4,    93 Sep 28 19:30 ttyS29
crw-rw----  1 root uucp     4,    94 Sep 28 19:30 ttyS30
crw-rw----  1 root uucp     4,    95 Sep 28 19:30 ttyS31
crw-rw----  1 root kvm     10,   126 Sep 28 19:30 udmabuf
crw-------  1 root root    10,   239 Sep 28 19:30 uhid
crw-------  1 root root    10,   223 Sep 28 19:30 uinput
crw-rw-rw-  1 root root     1,     9 Sep 28 19:30 urandom
drwxr-xr-x  2 root root           60 Sep 28 19:30 usb
crw-------  1 root root    10,   240 Sep 28 19:30 userio
drwxr-xr-x  4 root root           80 Sep 28 19:30 v4l
crw-rw----  1 root tty      7,     0 Sep 28 19:30 vcs
crw-rw----  1 root tty      7,     1 Sep 28 19:30 vcs1
crw-rw----  1 root tty      7,     2 Sep 28 19:30 vcs2
crw-rw----  1 root tty      7,     3 Sep 28 19:30 vcs3
crw-rw----  1 root tty      7,     4 Sep 28 19:30 vcs4
crw-rw----  1 root tty      7,     5 Sep 28 19:30 vcs5
crw-rw----  1 root tty      7,     6 Sep 28 19:30 vcs6
crw-rw----  1 root tty      7,   128 Sep 28 19:30 vcsa
crw-rw----  1 root tty      7,   129 Sep 28 19:30 vcsa1
crw-rw----  1 root tty      7,   130 Sep 28 19:30 vcsa2
crw-rw----  1 root tty      7,   131 Sep 28 19:30 vcsa3
crw-rw----  1 root tty      7,   132 Sep 28 19:30 vcsa4
crw-rw----  1 root tty      7,   133 Sep 28 19:30 vcsa5
crw-rw----  1 root tty      7,   134 Sep 28 19:30 vcsa6
crw-rw----  1 root tty      7,    64 Sep 28 19:30 vcsu
crw-rw----  1 root tty      7,    65 Sep 28 19:30 vcsu1
crw-rw----  1 root tty      7,    66 Sep 28 19:30 vcsu2
crw-rw----  1 root tty      7,    67 Sep 28 19:30 vcsu3
crw-rw----  1 root tty      7,    68 Sep 28 19:30 vcsu4
crw-rw----  1 root tty      7,    69 Sep 28 19:30 vcsu5
crw-rw----  1 root tty      7,    70 Sep 28 19:30 vcsu6
drwxr-xr-x  2 root root           60 Sep 28 19:30 vfio
crw-------  1 root root    10,   127 Sep 28 19:30 vga_arbiter
crw-------  1 root root    10,   137 Sep 28 19:30 vhci
crw-rw-rw-  1 root kvm     10,   238 Sep 28 19:30 vhost-net
crw-rw-rw-  1 root kvm     10,   241 Sep 28 19:30 vhost-vsock
crw-rw----  1 root video   81,     0 Sep 28 19:30 video0
crw-rw----  1 root video   81,     1 Sep 28 19:30 video1
crw-------  1 root root    10,   130 Sep 28 19:30 watchdog
crw-------  1 root root   244,     0 Sep 28 19:30 watchdog0
crw-rw-rw-  1 root root     1,     5 Sep 28 19:30 zero
/dev/nvme0n1p3: TYPE="BitLocker" PARTLABEL="Basic data partition" PARTUUID="ed3435e3-551c-453d-80e7-cfac5502d25b"
/dev/nvme0n1p1: LABEL="SYSTEM" UUID="0C73-5288" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="022dab70-af52-440b-b338-800d8f5a0229"
/dev/nvme0n1p4: LABEL="Windows RE tools" BLOCK_SIZE="512" UUID="1A767B3A767B15AB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="ce22e0fc-2d48-4787-85f7-d53365689903"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="b4307470-86c0-4fd9-bc0b-f4ebf9842a57"
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="ARCH_202209" UUID="E8DF-8088" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="000290ad-01"
Disk /dev/nvme0n1: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: SK hynix BC711 HFM512GD3JX013N          
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 70886CF8-E587-4931-8F12-F24F7BA20932

Device             Start        End   Sectors  Size Type
/dev/nvme0n1p1      2048     534527    532480  260M EFI System
/dev/nvme0n1p2    534528     567295     32768   16M Microsoft reserved
/dev/nvme0n1p3    567296  205367295 204800000 97.7G Microsoft basic data
/dev/nvme0n1p4 998977536 1000202239   1224704  598M Windows recovery environment


Disk /dev/sda: 7.5 GiB, 8054112256 bytes, 15730688 sectors
Disk model: USB DISK        
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000290ad

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1  *     2048 15730687 15728640  7.5G  c W95 FAT32 (LBA)


Disk /dev/loop0: 683.24 MiB, 716427264 bytes, 1399272 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
J'éspere que ça te suffira
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par benjarobin »

Donc le device s'appelait bien /dev/nvme0n1 et non /dev/nump01p1 :mrgreen: :D
Bref, je te recommande depuis le gestionnaire de disque de Windows, pour éviter de perturber se pauvre Windows, de créer la ou les partitions dont tu as besoin en type VFAT/FAT32 (pas besoin de mettre de lettre).
Puis d'installer tout à fait normalement ton Linux (en utilisant /dev/nvme0n1 comme disque). Il faudra bien penser à changer le type de la ou les partitions (typiquement Linux). Puis les formater avec le système de fichier de ton choix.
Je te recommande vivement d'utiliser la partition ESP de Windows (/dev/nvme0n1p1 : EFI System) pour y installer ton bootloader dedans.
Bref, une installation standard, le Wiki peut être totalement suivi. Le disque est bien visible. Donc pas forcément compris ta première question.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Sorio
newbie
Messages : 5
Inscription : mer. 21 sept. 2022, 13:35
Localisation : Bretagne

Re: [INSTALLATION] Partitions_en_dualboot_windows _11

Message par Sorio »

Oui pardon faute de frappe.

Mais sinon MERCI pour ton aide Benjarodin.

Et bien sûr : Vive Linux et l'open source !
Répondre