Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/03/2026, à 17:59

Guiriden

Ordi ne démarre pas sur son ssd

Bonjour ;
Le problème sur cet ordi est paraît-il survenu brusquement (la machine ne m'appartient pas). l'aL'OS de cet ordi est Windows.
Lorsqu'on le met en marche, le BIOS nous est systématiquement montré et l'on ne voit pas le Disque. Il a fallut que je boot sur une clé pour le voir; c'est un SSD de 256GB Kingston.

J'ai lancé ce post sur cette machine, en bootant sur une clé Ubuntu

Mon avis : pour une raison que j'ignore (le propriétaire parle d'un flash sur le cordon d'alim), ce ssd n'est plus bootable. Comment faire pour y récupérer les données ?

Dans la commande suivante, le ssd en question est /dev/nvme0n1px

ubuntu@ubuntu:/dev$ sudo blkid
/dev/nvme0n1p1: LABEL="SYSTEM" UUID="782B-8ADB" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="c99939a7-cc38-4e79-9ada-9c347fd93451"
/dev/nvme0n1p3: LABEL="OS" BLOCK_SIZE="512" UUID="008A2D2A8A2D1DA2" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f6dbf120-2ce8-4113-bd32-4c86644ce6ad"
/dev/nvme0n1p4: BLOCK_SIZE="512" UUID="C8B2CF4CB2CF3DA6" TYPE="ntfs" PARTUUID="a2f4ab9d-9bf2-456e-9886-f2913a50e336"
/dev/sda1: BLOCK_SIZE="2048" UUID="2025-08-05-18-20-26-00" LABEL="Ubuntu 24.04.3 LTS amd64" TYPE="iso9660" PARTLABEL="ISO9660" PARTUUID="b5416491-a6d3-42b2-a3f7-260427bcf601"
/dev/loop1: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop2: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop0: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/sda4: LABEL="writable" UUID="15e21587-1da4-467f-8454-b9dae9404aa9" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="cb7e4405-bcb3-4736-8dfb-1c614338a19b"
/dev/sda2: SEC_TYPE="msdos" LABEL_FATBOOT="ESP" LABEL="ESP" UUID="73B7-988D" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Appended2" PARTUUID="b5416491-a6d3-42b2-a3f4-260427bcf601"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="f70da7b6-267f-4143-b6d8-3868c5ef4d3b"
/dev/loop8: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop6: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop13: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop4: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop11: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop9: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop7: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/sda3: PARTLABEL="Gap1" PARTUUID="b5416491-a6d3-42b2-a3f5-260427bcf601"
/dev/loop5: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop12: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop3: BLOCK_SIZE="131072" TYPE="squashfs"
/dev/loop10: BLOCK_SIZE="131072" TYPE="squashfs"
ubuntu@ubuntu:/dev$
Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: KINGSTON RBUSNS8154P3256GJ3             
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: DCE38925-122B-4416-A6CF-4A2781B9024A

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 498434702 497867407 237.4G Microsoft basic data
/dev/nvme0n1p4 498436096 500115455   1679360   820M Windows recovery environment

Merci par avance pour votre avis éclairé


Ubuntu 24.04 LTS / Ubuntu Touch sur Nexus5
Linux pc-xy 4.15.0-177-generic #186-Ubuntu SMP Thu Apr 14 20:23:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics]
DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88XM-D3H, BIOS F5 01/09/2014

Hors ligne

#2 Le 14/03/2026, à 18:39

geole

Re : Ordi ne démarre pas sur son ssd

Bonjour
Depuis le support d installation, monte la partition de boot

sudo mount -v /dev/nvme0n1p1   /mnt

et donne ces retours

efibootmgr
ls -l /mnt
ls -l /mnt/EFI
ls -l /mnt/EFI/Microsoft
ls -l /mnt/EFI/Microsoft/Boot/*.efi

Puis démonte la partition et remonte le C:

sudo umount -v /dev/nvme0n1p1
sudo mount -v /dev/nvme0n1p3  /mnt

et sauvegarde le contenu de /mnt/Users

Dernière modification par geole (Le 15/03/2026, à 11:09)


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#3 Le 15/03/2026, à 10:58

Guiriden

Re : Ordi ne démarre pas sur son ssd

@ geole :
Je te mets déjà ces 2 retours en attendant ton avis

ubuntu@ubuntu:/dev$ sudo mount -v /dev/nvme0n1p1
mount: /dev/nvme0n1p1: can't find in /etc/fstab.
ubuntu@ubuntu:/dev$
ubuntu@ubuntu:/dev$ efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001
Boot0001* UEFI: KingstonDataTraveler 3.0PMAP, Partition 2	PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(2,0)/HD(2,GPT,b5416491-a6d3-42b2-a3f4-260427bcf601,0xbcf500,0x27b0)0000424f
ubuntu@ubuntu:/dev$

Ubuntu 24.04 LTS / Ubuntu Touch sur Nexus5
Linux pc-xy 4.15.0-177-generic #186-Ubuntu SMP Thu Apr 14 20:23:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics]
DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88XM-D3H, BIOS F5 01/09/2014

Hors ligne

#4 Le 15/03/2026, à 11:06

geole

Re : Ordi ne démarre pas sur son ssd

Bonjour .
J’ai corrigé.


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#5 Le 15/03/2026, à 11:59

Guiriden

Re : Ordi ne démarre pas sur son ssd

@ geole ;

ubuntu@ubuntu:/dev$ efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001
Boot0001* UEFI: KingstonDataTraveler 3.0PMAP, Partition 2	PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(2,0)/HD(2,GPT,b5416491-a6d3-42b2-a3f4-260427bcf601,0xbcf500,0x27b0)0000424f
ubuntu@ubuntu:/dev$
ubuntu@ubuntu:/dev$ ls -l /mnt
total 8
drwxr-xr-x 4 root root 4096 Feb 16 18:45  EFI
drwxr-xr-x 4 root root 4096 Feb 20  2020 'System Volume Information'
ubuntu@ubuntu:/dev$
ubuntu@ubuntu:/dev$ ls -l /mnt/EFI
total 8
drwxr-xr-x 2 root root 4096 Dec 12  2019 Boot
drwxr-xr-x 4 root root 4096 Feb 16 18:45 Microsoft
ubuntu@ubuntu:/dev$
ubuntu@ubuntu:/dev$ ls -l /mnt/EFI/Microsoft
total 12
drwxr-xr-x 42 root root 8192 Feb 16 18:45 Boot
drwxr-xr-x  2 root root 4096 Dec 12  2019 Recovery
ubuntu@ubuntu:/dev$
ubuntu@ubuntu:/dev$ ls -l /mnt/EFI/Microsoft/Boot/*.efi
-rwxr-xr-x 1 root root  164752 Oct 29 16:21 /mnt/EFI/Microsoft/Boot/SecureBootRecovery.efi
-rwxr-xr-x 1 root root 2855368 Oct 29 16:21 /mnt/EFI/Microsoft/Boot/bootmgfw.efi
-rwxr-xr-x 1 root root 2837416 Oct 29 16:21 /mnt/EFI/Microsoft/Boot/bootmgr.efi
-rwxr-xr-x 1 root root  158592 Nov 25  2023 /mnt/EFI/Microsoft/Boot/cbmr_driver.efi
-rwxr-xr-x 1 root root 2612096 Feb 11 16:48 /mnt/EFI/Microsoft/Boot/memtest.efi
ubuntu@ubuntu:/dev$ 

Ubuntu 24.04 LTS / Ubuntu Touch sur Nexus5
Linux pc-xy 4.15.0-177-generic #186-Ubuntu SMP Thu Apr 14 20:23:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics]
DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88XM-D3H, BIOS F5 01/09/2014

Hors ligne

#6 Le 15/03/2026, à 12:04

Guiriden

Re : Ordi ne démarre pas sur son ssd

@ geole ;

ubuntu@ubuntu:/dev$ sudo umount -v /dev/nvme0n1p1
umount: /mnt (/dev/nvme0n1p1) unmounted
ubuntu@ubuntu:/dev$
ubuntu@ubuntu:/dev$ sudo mount -v /dev/nvme0n1p3  /mnt
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only
ubuntu@ubuntu:/dev$ 

Ton avis sur cette dernière commande ?


Ubuntu 24.04 LTS / Ubuntu Touch sur Nexus5
Linux pc-xy 4.15.0-177-generic #186-Ubuntu SMP Thu Apr 14 20:23:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics]
DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88XM-D3H, BIOS F5 01/09/2014

Hors ligne

#7 Le 15/03/2026, à 13:50

geole

Re : Ordi ne démarre pas sur son ssd

Le problème est normal puisque windows n a pas libéré le C:
Il y a une commande pour  "rectifier" mais   je pense qu il faut d abord tenter de refaire booter Wiindows
Pour cela, tu remontes la partition de boot

sudo mount -v /dev/nvme0n1p1   /mnt

et tu fabriques la commande de boot

sudo efibootmgr --create --disk /dev/nvme0n1 --part 1 --label "Windows" --loader "\EFI\Microsoft\Boot\bootmgfw.efi"

Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#8 Le 15/03/2026, à 17:44

Guiriden

Re : Ordi ne démarre pas sur son ssd

@ geole ;

 ubuntu@ubuntu:/dev$ sudo mount -v /dev/nvme0n1p1   /mnt
mount: /dev/nvme0n1p1 mounted on /mnt.
ubuntu@ubuntu:/dev$ 
ubuntu@ubuntu:/dev$ sudo efibootmgr --create --disk /dev/nvme0n1 --part 1 --label "Windows" --loader "\EFI\Microsoft\Boot\bootmgfw.efi"
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0000,0001
Boot0001* UEFI: KingstonDataTraveler 3.0PMAP, Partition 2	PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(2,0)/HD(2,GPT,b5416491-a6d3-42b2-a3f4-260427bcf601,0xbcf500,0x27b0)0000424f
Boot0000* Windows	HD(1,GPT,c99939a7-cc38-4e79-9ada-9c347fd93451,0x800,0x82000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)
ubuntu@ubuntu:/dev$ 

J'en suis là ; pense-tu que çà suffise pour que Win fonctionne correctement ?


Ubuntu 24.04 LTS / Ubuntu Touch sur Nexus5
Linux pc-xy 4.15.0-177-generic #186-Ubuntu SMP Thu Apr 14 20:23:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics]
DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88XM-D3H, BIOS F5 01/09/2014

Hors ligne

#9 Le 15/03/2026, à 20:49

geole

Re : Ordi ne démarre pas sur son ssd

il faudrait que tu essaies de le mettre en route....


Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#10 Le 15/03/2026, à 21:19

Guiriden

Re : Ordi ne démarre pas sur son ssd

@ geole ;
Pas mieux ! Désolé !!
Je serais tenté d'essayer d'installer Ubuntu en double boot mais je ne suis pas certains qu'avec seulement 256GB de ssd et je pense avec pas mal de données, je n'aie pas assez de place.


Ubuntu 24.04 LTS / Ubuntu Touch sur Nexus5
Linux pc-xy 4.15.0-177-generic #186-Ubuntu SMP Thu Apr 14 20:23:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics]
DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88XM-D3H, BIOS F5 01/09/2014

Hors ligne