#1 Le 19/10/2017, à 10:46
- Roberto8
Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Bonjour à toute la communauté Ubuntu,
J'utilise en mode maison (navigation/mèls/courriers...) Ubuntu par défaut depuis quelques mois, mais je ne suis pas du tout un spécialiste de ce bon système.
Je vais essayer d'expliquer petit à petit le problème.
Mon ordinateur est (était??) en dual boot. Ubuntu 17.04 avec toutes les mises à jours et Windows 10.
Hier j'ai basculé sur Windows 10 et des mises à jour étaient disponibles. J'ai donc lancé la mise à jour du système.
Il y a eu un redémarrage et ensuite un message s'est affiché :
error : no such partition
grub rescue>
Il n'y avait plus moyen de démarrer soit sur Ubuntu, soit sur Windows.
Après plusieurs recherches sur internet, j'ai essayé la commande ls qui affiché quelque chose comme cela [de mémoire].
(hd0) (hd0msdo1) (hd0msdo2) (hd0msdo3) (hd0msdo4) (hd0msdo5)
Ne sachant que faire avec ce résultat, j'ai encore cherché sur internet et j'ai tenté de réparer l'erreur avec l'utilitaire boot-repair.
J'ai démarré l'ordinateur avec un live cd Ubuntu 17.04 et j'ai utilisé la réparation recommandé de boot-repair. J'ai noté l'url par précaution!
L'ordinateur a redémarré... sur windows et a continué les mises à jour. Au final, Windows est à jour, mais Ubuntu a disparu!
J'ai désactivé le redémarrage rapide de Windows 10, mais rien n'y fait. C'est toujours pareil!
Avec le Live cd Ubuntu 17.04, j'ai aussi essayé de lancer une installation de Ubuntu afin de voir s'il me proposerait une réparation du dual-boot. Hé bien non. Il ne détecté aucun système d’exploitation, et il ne propose que l'installation d'Ubuntu. J'ai interrompu le processus d'installation.
Après de nouvelles recherches sur Internet, j'ai eu l'impression que le problème pourrait être réglé au niveau du "Grub". J'ai donc téléchargé le programme super grub 2 et je l'ai installé sur un clé USB.
Après avoir démarré l'ordinateur avec le programme super grub 2, je ne comprends pas vraiment ce qu'il affiche ???
J'ai comme l'impression que le problème vient du "grub". Qu'en pensez-vous ?
Au final, comment faire pour récupérer le menu du choix du système entre Ubuntu et Windows ?
Hors ligne
#2 Le 19/10/2017, à 12:53
- Nasman
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Je pense que si tu avais installé Ubuntu après Windows, alors grub-pc a été installé dans le mbr.
La mise à jour de windows - passage vers windows 10 - a du flinguer les fichiers de boot d'ubuntu (et accessoirement le menu permettant de lancer windows).
Il va falloir que tu démarres sur une session "Live" d'ubuntu pour faire un diagnostic.
Sais tu si ton pc démarrait en mode bios ou UEFI ?
Sais tu si ton disque a une table des partitions msdos ou gpt ?
Pour commencer, démarre une session Live et tape dans le terminal :
sudo fdisk -l
(-L en minuscule)
et
sudo dd if=/dev/sda bs=512 count=2 | hexdump -C
poste le résultat complet de ces commandes
PC fixe sous Bionic 64 bits et portable avec Focal 64 bits
Hors ligne
#3 Le 19/10/2017, à 13:51
- malbo
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Bonjour,
En démarrant sur le LiveDVD Ubuntu 17.04, choix "Essayer Ubuntu sans l'installer", je te prie de faire un Boot-Info et de donner l'URL de ce Boot-Info dans ta réponse.
Hors ligne
#4 Le 19/10/2017, à 13:55
- Roberto8
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Bonjour Nasman et Malbo,
Merci pour votre aide.
Je vais donner les réponses que je peux.
Je pense que si tu avais installé Ubuntu après Windows, alors grub-pc a été installé dans le mbr.
Oui j'avais installé Ubuntu après Windows
a) Sais tu si ton pc démarrait en mode bios ou UEFI ?
b) Sais tu si ton disque a une table des partitions msdos ou gpt ?
a) Bonne question, sincèrement, je ne sais pas et je ne sais pas comment savoir si je suis en mode bios ou Uefi.
b) J'ai fait un imp écran de gparted, est-ce que cela aiderait ?
Pour commencer, démarre une session Live et tape dans le terminal :
sudo fdisk -l
(-L en minuscule)
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 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
Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0975b2ac
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
/dev/sdb2 1026048 322056022 321029975 153.1G 7 HPFS/NTFS/exFAT
/dev/sdb3 322056192 323747839 1691648 826M 27 Hidden NTFS WinRE
/dev/sdb4 323749886 976771071 653021186 311.4G 5 Extended
/dev/sdb5 960206848 976771071 16564224 7.9G 82 Linux swap / Solaris
Partition 4 does not start on physical sector boundary.
Disk /dev/sda: 58.4 GiB, 62746787840 bytes, 122552320 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
Disklabel type: dos
Disk identifier: 0x38820bf0
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 122552319 122550272 58.4G b W95 FAT32
ubuntu@ubuntu:~$
sudo dd if=/dev/sda bs=512 count=2 | hexdump -C
poste le résultat complet de ces commandes
ubuntu@ubuntu:~$ sudo dd if=/dev/sda bs=512 count=2 | hexdump -C
2+0 records in
2+0 records out
00000000 fa 31 c0 8e d8 8e d0 bc 00 7c 89 e6 06 57 8e c0 |.1.......|...W..|
00000010 fb fc bf 00 06 b9 00 01 f3 a5 ea 1f 06 00 00 52 |...............R|
1024 bytes (1.0 kB, 1.0 KiB) copied, 2.6939e-05 s, 38.0 MB/s
00000020 52 b4 41 bb aa 55 31 c9 30 f6 f9 cd 13 72 13 81 |R.A..U1.0....r..|
00000030 fb 55 aa 75 0d d1 e9 73 09 66 c7 06 8d 06 b4 42 |.U.u...s.f.....B|
00000040 eb 15 5a b4 08 cd 13 83 e1 3f 51 0f b6 c6 40 f7 |..Z......?Q...@.|
00000050 e1 52 50 66 31 c0 66 99 e8 66 00 e8 21 01 4d 69 |.RPf1.f..f..!.Mi|
00000060 73 73 69 6e 67 20 6f 70 65 72 61 74 69 6e 67 20 |ssing operating |
00000070 73 79 73 74 65 6d 2e 0d 0a 66 60 66 31 d2 bb 00 |system...f`f1...|
00000080 7c 66 52 66 50 06 53 6a 01 6a 10 89 e6 66 f7 36 ||fRfP.Sj.j...f.6|
00000090 f4 7b c0 e4 06 88 e1 88 c5 92 f6 36 f8 7b 88 c6 |.{.........6.{..|
000000a0 08 e1 41 b8 01 02 8a 16 fa 7b cd 13 8d 64 10 66 |..A......{...d.f|
000000b0 61 c3 e8 c4 ff be be 7d bf be 07 b9 20 00 f3 a5 |a......}.... ...|
000000c0 c3 66 60 89 e5 bb be 07 b9 04 00 31 c0 53 51 f6 |.f`........1.SQ.|
000000d0 07 80 74 03 40 89 de 83 c3 10 e2 f3 48 74 5b 79 |..t.@.......Ht[y|
000000e0 39 59 5b 8a 47 04 3c 0f 74 06 24 7f 3c 05 75 22 |9Y[.G.<.t.$.<.u"|
000000f0 66 8b 47 08 66 8b 56 14 66 01 d0 66 21 d2 75 03 |f.G.f.V.f..f!.u.|
00000100 66 89 c2 e8 ac ff 72 03 e8 b6 ff 66 8b 46 1c e8 |f.....r....f.F..|
00000110 a0 ff 83 c3 10 e2 cc 66 61 c3 e8 62 00 4d 75 6c |.......fa..b.Mul|
00000120 74 69 70 6c 65 20 61 63 74 69 76 65 20 70 61 72 |tiple active par|
00000130 74 69 74 69 6f 6e 73 2e 0d 0a 66 8b 44 08 66 03 |titions...f.D.f.|
00000140 46 1c 66 89 44 08 e8 30 ff 72 13 81 3e fe 7d 55 |F.f.D..0.r..>.}U|
00000150 aa 0f 85 06 ff bc fa 7b 5a 5f 07 fa ff e4 e8 1e |.......{Z_......|
00000160 00 4f 70 65 72 61 74 69 6e 67 20 73 79 73 74 65 |.Operating syste|
00000170 6d 20 6c 6f 61 64 20 65 72 72 6f 72 2e 0d 0a 5e |m load error...^|
00000180 ac b4 0e 8a 3e 62 04 b3 07 cd 10 3c 0a 75 f1 cd |....>b.....<.u..|
00000190 18 f4 eb fd 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 00 00 00 00 00 00 00 00 f0 0b 82 38 00 00 80 20 |...........8... |
000001c0 21 00 0b fe ff ff 00 08 00 00 00 f8 4d 07 00 00 |!...........M...|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000400
ubuntu@ubuntu:~$
Voilà pour les informations demandées. Est-ce que cela permet d'y voir un peu plus clair ?
Concernant la demande de malbo, je vais essayer de faire cela un peu plus tard, car là je dois sortir.
Dernière modification par Roberto8 (Le 19/10/2017, à 14:01)
Hors ligne
#5 Le 19/10/2017, à 14:05
- LukePerp
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Peux tu fournir un boot-info stp (voir dans la doc)
Gamer inside - Ubuntu Mate dernière LTS - Intel i5, 16 Go - Dual boot Windows - Ethereum user
Hors ligne
#6 Le 19/10/2017, à 14:33
- Nasman
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
C'est bien ce que je craignais : il n'y a plus de partition système ubuntu.
Pendant la mise à jour vers Windows 10, windows a trouvé une partition qu'il ne connaissait pas et a estimé qu'il pouvait en disposer selon son bon plaisir.
Il en a profité pour aussi remplacer le mbr par le sien (adresses entre 00000000 et 000001ff) et écrasé aussi le secteur suivant (00000200 - 000003ff.
Merci qui ?
En plus ce con n'est même pas capable de démarrer
PC fixe sous Bionic 64 bits et portable avec Focal 64 bits
Hors ligne
#7 Le 19/10/2017, à 16:21
- Roberto8
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Hello Nasman,
J'espère qu'il existe quand même une solution.
Bonjour,
En démarrant sur le LiveDVD Ubuntu 17.04, choix "Essayer Ubuntu sans l'installer", je te prie de faire un Boot-Info et de donner l'URL de ce Boot-Info dans ta réponse.
Alors Malbo et LukePerp voilà le lien vers le boot-info
Je reste à l'écoute
Hors ligne
#8 Le 19/10/2017, à 16:42
- malbo
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Ton Boot-Info est là :
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 15oct2017]
============================= Boot Info Summary: ===============================
=> Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sda.
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>.........C7...0...~.....~...f...M.f.f....f..0~....>E}.u......
Boot sector info: Syslinux looks at sector 15865152 of /dev/sda1 for
its second stage. SYSLINUX is installed in the
directory. No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
/EFI/BOOT/grubx64.efi /ldlinux.sys
sdb1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD
sdb2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /Windows/System32/winload.exe
sdb3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 58.4 GiB, 62746787840 bytes, 122552320 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
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 122,552,319 122,550,272 b W95 FAT32
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 2,048 1,026,047 1,024,000 7 NTFS / exFAT / HPFS
/dev/sdb2 1,026,048 322,056,022 321,029,975 7 NTFS / exFAT / HPFS
/dev/sdb3 322,056,192 323,747,839 1,691,648 27 Hidden NTFS (Recovery Environment)
/dev/sdb4 323,749,886 976,771,071 653,021,186 5 Extended
/dev/sdb5 960,206,848 976,771,071 16,564,224 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 9C7A-3282 vfat
/dev/sdb1 4A88953088951B8F ntfs Réservé au système
/dev/sdb2 84BE9D78BE9D6388 ntfs
/dev/sdb3 6E5A1B4E5A1B1307 ntfs
/dev/sdb5 dab07b88-ff08-44b0-ab77-268f701bbae9 swap
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Oct 19 15:11 ata-ST500LM000-1EJ162_W767GNP3 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 19 15:11 ata-ST500LM000-1EJ162_W767GNP3-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 19 15:11 ata-ST500LM000-1EJ162_W767GNP3-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 19 15:11 ata-ST500LM000-1EJ162_W767GNP3-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 19 15:11 ata-ST500LM000-1EJ162_W767GNP3-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 19 15:11 ata-ST500LM000-1EJ162_W767GNP3-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 9 Oct 19 2017 ata-TSSTcorp_CDDVDW_SU-208FB_S14X6YJG1005HT -> ../../sr0
lrwxrwxrwx 1 root root 9 Oct 19 15:11 usb-SanDisk_Extreme_AA010607161154253385-0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 19 15:11 usb-SanDisk_Extreme_AA010607161154253385-0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Oct 19 15:11 wwn-0x5000c5009cabb1c0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 19 15:11 wwn-0x5000c5009cabb1c0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 19 15:11 wwn-0x5000c5009cabb1c0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 19 15:11 wwn-0x5000c5009cabb1c0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 19 15:11 wwn-0x5000c5009cabb1c0-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 19 15:11 wwn-0x5000c5009cabb1c0-part5 -> ../../sdb5
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sda1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit
label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
label ubnentry4
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit
label ubnentry5
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit
label ubnentry6
menu label Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry7
menu label Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry8
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
label ubnentry9
menu label Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sda1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? menu.c32 1
============== sda1: Version of COM32(R) files used by Syslinux: ===============
menu.c32 : COM32R module (v4.xx)
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/4077/mountinfo) leaked on lvs invocation. Parent PID 10541: bash
File descriptor 63 (pipe:[49787]) leaked on lvs invocation. Parent PID 10541: bash
ADDITIONAL INFORMATION :
=================== log of boot-info 20171019_1511 ===================
boot-info version : 4ppa61
boot-sav version : 4ppa61
boot-sav-extra version : 4ppa61
glade2script version : 3.2.3~ppa4
Partition 4 does not start on physical sector boundary.
boot-info is executed in live-session (Ubuntu 17.04, zesty, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
=================== blkid:
/dev/sda1: UUID="9C7A-3282" TYPE="vfat" PARTUUID="38820bf0-01"
/dev/loop0: TYPE="squashfs"
/dev/sdb1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="4A88953088951B8F" TYPE="ntfs" PARTUUID="0975b2ac-01"
/dev/sdb2: UUID="84BE9D78BE9D6388" TYPE="ntfs" PARTUUID="0975b2ac-02"
/dev/sdb3: UUID="6E5A1B4E5A1B1307" TYPE="ntfs" PARTUUID="0975b2ac-03"
/dev/sdb5: UUID="dab07b88-ff08-44b0-ab77-268f701bbae9" TYPE="swap" PTTYPE="dos" PARTUUID="0975b2ac-05"
Windows not detected by os-prober on sdb2.
Partition 4 does not start on physical sector boundary.
Partition 4 does not start on physical sector boundary.
/usr/share/boot-sav/bs-cmd_terminal.sh: line 179: warning: command substitution: ignored null byte in input
=================== efibootmgr -v
BootCurrent: 001C
Timeout: 0 seconds
BootOrder: 0016,001C,0017,001A,0018,0019,001B,001D
Boot0010 BIOS Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0011 Boot Menu FvFile(86488440-41bb-42c7-93ac-450fbf7766bf)
Boot0012 Diagnostic Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0013 Recovery and Utility FvFile(0b150fda-3bdd-4406-9859-448177476993)
Boot0014 Diagnostic Program FvFile(29f85733-2b1a-4821-8f61-2614778c0c73)
Boot0015 Diagnostic Progrogram ROM VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,c0f527e7c05f4d498df59dc81ac2cfdd00)
Boot0016* Floppy Disk Drive: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0017* Drive4 HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0018* Drive0 HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot0019* Drive2 HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot001A* CD/DVD Drive: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,23e6a6e08bae6940adb9a7b5c5f00628)
Boot001B* NETWORK: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot001C* USB HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot001D* USB CD/DVD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,d630a9056829ce41861e8c380ff2225a)
Boot001E* ATA HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot001F* Erase Disk FvFile(43f9b080-c902-4737-b306-487050f7caa5)
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, notbiosboot, /mnt/boot-sav/sdb1.
sdb2 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sdb2.
sdb3 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sdb3.
sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:62.7GB:scsi:512:512:msdos:SanDisk Extreme:;
1:1049kB:62.7GB:62.7GB:fat32::boot;
BYT;
/dev/sdb:500GB:scsi:512:4096:msdos:ATA ST500LM000-1EJ16:;
1:1049kB:525MB:524MB:ntfs::boot;
2:525MB:165GB:164GB:ntfs::;
3:165GB:166GB:866MB:ntfs::diag;
4:166GB:500GB:334GB:::;
5:492GB:500GB:8481MB:linux-swap(v1)::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.5G
sda disk 58.4G
sda1 part vfat 58.4G
sdb disk 465.8G
sdb1 part ntfs 500M Réservé au système
sdb2 part ntfs 153.1G
sdb3 part ntfs 826M
sdb4 part 1K
sdb5 part swap 7.9G
sr0 rom 1024M
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
sda 1 0 1 running
sda1 1 0 1 /cdrom
sdb 1 0 0 running
sdb1 1 0 0 /mnt/boot-sav/sdb1
sdb2 1 0 0 /mnt/boot-sav/sdb2
sdb3 1 0 0 /mnt/boot-sav/sdb3
sdb4 1 0 0
sdb5 1 0 0 [SWAP]
sr0 1 0 1 running
=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=4017600k,nr_inodes=1004400,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=806816k,mode=755)
/dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
aufs on / type aufs (rw,noatime,si=e391b5696b01cacb)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=38,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15636)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=806816k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb2 on /mnt/boot-sav/sdb2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb3 on /mnt/boot-sav/sdb3 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
=================== ls:
/sys/block/sda (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 sdb2 sdb3 sdb4 sdb5 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus cdc-wdm0 cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 drm_dp_aux3 dvd dvdrw ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sdb4 sdb5 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout tpm0 uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sdb1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 9f 0f 00 00 00 00 00 |................|
00000030 aa a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 8f 1b 95 88 30 95 88 4a |............0..J|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdb2
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 0f 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 56 87 22 13 00 00 00 00 |........V.".....|
00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 88 63 9d be 78 9d be 84 |.........c..x...|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdb3
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 30 32 13 |........?....02.|
00000020 00 00 00 00 80 00 80 00 ff cf 19 00 00 00 00 00 |................|
00000030 55 13 01 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............|
00000040 f6 00 00 00 01 00 00 00 07 13 1b 5a 4e 1b 5a 6e |...........ZN.Zn|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
Partition 4 does not start on physical sector boundary.
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 788M 18M 771M 3% /run
/dev/sda1 vfat 59G 6.1G 53G 11% /cdrom
/dev/loop0 squashfs 1.5G 1.5G 0 100% /rofs
aufs aufs 3.9G 66M 3.8G 2% /
tmpfs tmpfs 3.9G 52M 3.8G 2% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
tmpfs tmpfs 3.9G 168K 3.9G 1% /tmp
tmpfs tmpfs 788M 176K 788M 1% /run/user/999
/dev/sdb1 fuseblk 500M 31M 470M 7% /mnt/boot-sav/sdb1
/dev/sdb2 fuseblk 154G 44G 110G 29% /mnt/boot-sav/sdb2
/dev/sdb3 fuseblk 826M 471M 356M 58% /mnt/boot-sav/sdb3
=================== fdisk -l:
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 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
Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0975b2ac
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
/dev/sdb2 1026048 322056022 321029975 153.1G 7 HPFS/NTFS/exFAT
/dev/sdb3 322056192 323747839 1691648 826M 27 Hidden NTFS WinRE
/dev/sdb4 323749886 976771071 653021186 311.4G 5 Extended
/dev/sdb5 960206848 976771071 16564224 7.9G 82 Linux swap / Solaris
Disk /dev/sda: 58.4 GiB, 62746787840 bytes, 122552320 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
Disklabel type: dos
Disk identifier: 0x38820bf0
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 122552319 122550272 58.4G b W95 FAT32
=================== Suggested repair
The default repair of the Boot-Repair utility would restore the [(generic mbr)] MBR in sdb, and make it boot on sdb1.
Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
=================== User settings
The settings chosen by the user will not act on the boot.
Je confirme que les partitions de ton Ubuntu ont été supprimées par le système de mise à jour de Windows 10. Je pense que ça s'est produit parce qu'il y a eu modif de la table de partition pour agrandir la partition "Hidden NTFS (Recovery Environment)" comme dans ce post : https://forum.ubuntu-fr.org/viewtopic.p … #p21735875
Comme tes partitions Linux n'étaient pas numérotées dans l'ordre du disque, ce foutu système de maj de W10 a conservé seulement la partition /dev/sdb5 mais il a carrément supprimé les autres. C'est réparable avec Testdisk mais moi je n'aide pas à le faire (trop compliqué)
Hors ligne
#9 Le 19/10/2017, à 17:14
- Roberto8
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Merci pour votre analyse à tous.
On pourrait presque dire : "Aïe".
J'étais en train de regarder la page testdisk. S'il n'y avait pas le risque de faire plus de mal encore, je tenterai bien une restauration de la partition.
Je vais plutôt opter pour une récupération des fichiers perdus avec Photorec.
Retour sur le problème.
Je n'ai pas essayé testdisk. J'ai seulement récupéré des données perdues à l'aide de Photorec. Cela a bien fonctionné, mais heureusement aussi que j'avais une sauvegarde récente!
J'ai depuis réinstaller Ubuntu, mais en version Budgie 17.10 cette fois-ci.
Moral de cette histoire : penser à sauvegarder vos données... Au cas où... Une erreur imprévisible peut surgir à tout moment
Dernière modification par Roberto8 (Le 26/10/2017, à 17:49)
Hors ligne
#10 Le 05/04/2021, à 18:45
- Al44
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Bonjour à tous
Suite à un clonage d'un disque en dual boot : Xubuntu et windows7 sur un ssd "crucial" avec Acronis
La ligne Grub pour charger Xubuntu ne boot pas malgré un passage par Boot-Repair (qui m'a dépanné x fois)
ci-joint le rapport Boot-Info du_20210405.
http://paste.ubuntu.com/p/8hVyknbqsw/
merci beaucoup si vous avez une piste...
Hors ligne
#11 Le 05/04/2021, à 20:01
- malbo
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
@Al44 : je te prie d'ouvrir une nouvelle discussion pour ton cas personnel. Les indications pour le faire sont dans le paragraphe 4.1 Initier une nouvelle discussion de la page "Aide à l'utilisation du forum Ubuntu‑FR"
Hors ligne
#12 Le 06/04/2021, à 08:55
- Al44
Re : Dual boot. Après boot-repair, l'ordi ne démarre que sur Windows
Ok merci ,:nouvelle discussion ;La ligne Grub pour charger ubuntu ne boot pas malgré un Boot-Repair
Hors ligne