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 03/07/2021, à 15:53

Petimuel

[Résolu] Plus de grub + Ubuntu ne se lance plus

Bonjour à tous,

J'ai un PC en dual-boot windows/ubuntu. Tout fonctionnait correctement jusqu'à une mise à jour windows la semaine dernière, à la suite de laquelle mon Grub s'était transformé en ligne de commande. Même en tentant d'amorcer la session Ubuntu directement depuis le bios, ça ne marchait plus. J'ai tenté une réparation avec Boot-repair, qui m'a affiché un message d'erreur et conseillé de changer des paramètres. J'ai bidouillé, ça n'a pas fonctionné ; j'ai tenté une nouvelle installation d'Ubuntu, et depuis plus rien ne va. Ça fait plusieurs jours que j'essaie de me débrouiller seul, mais décidément je n'arrive à rien.
Voici le dernier PasteBin de Boot-Repair :

http://paste.ubuntu.com/p/J6NhMDDkGg/

Je n'arrive pas à tout comprendre, mais :
1. Il semble que Windows soit installé en legacy et non en EFI, ce qui poserait problème. Étrange car je n'ai pas réinstallé Windows depuis des lustres, et tout fonctionnait bien...
2. Boot-Repair me dit qu'il faut créer une partition d'amorçage Grub avec le drapeau bios-grub... Or je l'ai créée, mais il agit toujours comme si cela ne fonctionne pas.
3. À chaque nouveau lancement de boot-repair et à chaque nouvelle tentative d'installation d'ubuntu (d'abord 21.04, puis 18.04, en espérant que revenir à une version antérieure changerait les choses), les messages d'erreur ne sont jamais les mêmes. D'où ma confusion...

Il y a sans doute des choses élémentaires que j'ai loupées, mais à force d'avoir le nez dessus je commence à devenir fou. Je suis désolé de devoir solliciter la communauté, et je vous remercie pour tout l'aide que vous pourriez m'apporter.

[Edit : comme plus rien n'allait, y compris ma session windows, j'ai finalement "résolu" le problème en écrasant tout et en réinstallant ubuntu comme unique système.]

Dernière modification par Petimuel (Le 10/07/2021, à 00:09)

Hors ligne

#2 Le 03/07/2021, à 16:28

geole

Re : [Résolu] Plus de grub + Ubuntu ne se lance plus

Bonjour
Voici quelques extraits de ton  boot-INFO

Disks info: ____________________________________________________________________
sda	: is-GPT,	no-BIOSboot,	has---ESP, 	not-usb,	not-mmc, has-os,	2048 sectors * 512 bytes

Avec un disque ayant une table de partition GPT, windows est obligatoirement installé en EFI

============================== Boot Info Summary 
 => No boot loader is installed in the MBR of /dev/sda.

On voit clairement que windows n'a jamais été installé en LEGACY  puisque rien n'est indiqué

fdisk -l (filtered): ___________________________________________________________
Disk sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 065C57FF-C67C-4262-A445-0B40A2FAE11B
           Start        End   Sectors   Size Type
sda1        2048     204799    202752    99M EFI System
sda5   975517696  976568319   1050624   513M EFI System

Présence de deux partitions de boot EFI dans le même disque

sda5: __________________________________________________________________________
    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi 
                       /efi/ubuntu/fwupx64.efi /efi/ubuntu/grubx64.efi 
                       /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi 
                       /efi/ubuntu/grub.cfg

Celle-ci contient les fichiers de boot de ubuntu mais pas de windows
Le fichier de paramétrage est le suivant

===================== sda5/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 97a89af7-3ada-4e65-a2c1-528df4a06917 root hd0,gpt7 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

Mais cette partition (97a89af7-3ada-4e65-a2c1-528df4a06917 ) n'existe pas/plus
Elle est devenue "ccd85c1b-a854-4c43-a4df-75e1993fa692"

sda1: __________________________________________________________________________
    File system:       
    Boot sector type:  Unknown
    Boot sector info: 

La première partition EFI n'a plus de fichier de boot EFI.  En conséquence, boot-repair pense  que ubuntu est installé en LEGACY

Voici ma proposition classique
   A)    Réparer windows avec son support d'installation
   B) Lorsqu'il sera réparé, réparer de façon standard ubuntu

Le dépannage,
    Réparer ubuntu sans utiliser sa réparation recommandée  mais piloter pour lui dire de démarrer le ubuntu de la partition SDA7 et utilisant la partition EFI de SDA5

A priori il faudrait lui dire au bios que ubuntu est un logiciel autorisé à booter car

Boot0005* Unknown Device: 	HD(1,GPT,0a6a66fd-caea-425e-b12c-2b7cc5dac47f,0x800,0x31800)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0006* Unknown Device: 	HD(5,GPT,5f692a82-308a-46fc-8d4a-ab3a342cad45,0x3a253800,0x100800)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0007* Unknown Device: 	HD(1,MBR,0x17b02f8f,0x40,0x74705981)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0008* Unknown Device: 	HD(1,GPT,036c41a8-b0a4-4e3c-b5bf-b1e77991cb17,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0009* Unknown Device: 	HD(1,GPT,036c41a8-b0a4-4e3c-b5bf-b1e77991cb17,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC

Dernière modification par geole (Le 03/07/2021, à 16:50)


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 04/07/2021, à 06:20

malbo

Re : [Résolu] Plus de grub + Ubuntu ne se lance plus

Bonjour,
Je colle le contenu du Boot-info du post #1 :

boot-repair-4ppa130                                              [20210703_1416]

============================== Boot Info Summary ===============================

 => No boot loader 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:       
    Boot sector type:  Unknown
    Boot sector info: 

sda2: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 

sda3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 8 or 10
    Boot files:        /bootmgr /Windows/System32/winload.exe

sda4: __________________________________________________________________________

    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:        

sda5: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi 
                       /efi/ubuntu/fwupx64.efi /efi/ubuntu/grubx64.efi 
                       /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi 
                       /efi/ubuntu/grub.cfg

sda6: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sda7: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 18.04.2 LTS
    Boot files:        /etc/fstab /etc/default/grub

sda8: __________________________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info: 

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 6.03
    Boot sector info:  Syslinux looks at sector 32864 of /dev/sdb1 for its 
                       second stage. The integrity check of Syslinux failed. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux.cfg 
                       /efi/BOOT/grubx64.efi /ldlinux.sys


================================ 2 OS detected =================================

OS#1:   Ubuntu 18.04.2 LTS on sda7
OS#2:   Windows 8 or 10 on sda3

============================ Architecture/Host Info ============================

CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 18.04.2 LTS, bionic, x86_64)


===================================== UEFI =====================================

BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
No EFI in dmseg.
SecureBoot disabled.

efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0004,0001,0003,0002,2001,2002,2003
Boot0000* ubuntu	HD(5,GPT,5f692a82-308a-46fc-8d4a-ab3a342cad45,0x3a253800,0x100800)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Linpus lite	HD(1,MBR,0x3d6095,0x800,0x3a8fb80)/File(\EFI\Boot\grubx64.efi)RC
Boot0002* Linpus lite	HD(1,GPT,0a6a66fd-caea-425e-b12c-2b7cc5dac47f,0x800,0x31800)/File(\EFI\Boot\grubx64.efi)RC
Boot0003* Windows Boot Manager	HD(1,GPT,0a6a66fd-caea-425e-b12c-2b7cc5dac47f,0x800,0x31800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0004* ubuntu	PciRoot(0x0)/Pci(0x17,0x0)/Sata(2,0,0)/HD(1,GPT,036c41a8-b0a4-4e3c-b5bf-b1e77991cb17,0x800,0x32000)/File(\EFI\ubuntu\grubx64.efi)A01 ..
Boot0005* Unknown Device: 	HD(1,GPT,0a6a66fd-caea-425e-b12c-2b7cc5dac47f,0x800,0x31800)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0006* Unknown Device: 	HD(5,GPT,5f692a82-308a-46fc-8d4a-ab3a342cad45,0x3a253800,0x100800)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0007* Unknown Device: 	HD(1,MBR,0x17b02f8f,0x40,0x74705981)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0008* Unknown Device: 	HD(1,GPT,036c41a8-b0a4-4e3c-b5bf-b1e77991cb17,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0009* Unknown Device: 	HD(1,GPT,036c41a8-b0a4-4e3c-b5bf-b1e77991cb17,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC
This session has been detected as 'live' because /proc/cmdline contains (boot=casper)
This session has been detected as 'live' because df -Th / contains overlay

5bcececd2e6c469748e75ce82e9538fb   sda5/BOOT/fbx64.efi
daeeb783abf993da058108f3072b8a1d   sda5/BOOT/mmx64.efi
b5698f2f88c3917bdf0c9f0f2a45d469   sda5/ubuntu/fwupx64.efi
ce4cbbb3600d4dcd3914f6e97bbc46f1   sda5/ubuntu/grubx64.efi
daeeb783abf993da058108f3072b8a1d   sda5/ubuntu/mmx64.efi
3a288e49010d75b7a6da0e1451f4624f   sda5/ubuntu/shimx64.efi
3a288e49010d75b7a6da0e1451f4624f   sda5/BOOT/BOOTX64.efi


============================= Drive/Partition Info =============================

Disks info: ____________________________________________________________________

sda	: is-GPT,	no-BIOSboot,	has---ESP, 	not-usb,	not-mmc, has-os,	2048 sectors * 512 bytes

Partitions info (1/3): _________________________________________________________

sda3	: is-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sda4	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sda5	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sda7	: is-os,	64, apt-get,	grub-pc ,	grub2,	grub-install,	no-grubenv,	update-grub,	farbios
sda8	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	not-far

Partitions info (2/3): _________________________________________________________

sda3	: isnotESP,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	bootmgr,	notwinboot
sda4	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot
sda5	: is---ESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sda7	: isnotESP,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sda8	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot

Partitions info (3/3): _________________________________________________________

sda3	: not-sepboot,	no-boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	std-grub.d,	sda
sda4	: not-sepboot,	no-boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	std-grub.d,	sda
sda5	: not-sepboot,	no-boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	std-grub.d,	sda
sda7	: not-sepboot,	with-boot,	fstab-without-boot,	not-sep-usr,	with--usr,	fstab-without-usr,	std-grub.d,	sda
sda8	: maybesepboot,	no-boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	std-grub.d,	sda

fdisk -l (filtered): ___________________________________________________________

Disk sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 065C57FF-C67C-4262-A445-0B40A2FAE11B
           Start        End   Sectors   Size Type
sda1        2048     204799    202752    99M EFI System
sda2      206848     239615     32768    16M Microsoft reserved
sda3      239616  973429238 973189623 464.1G Microsoft basic data
sda4   973430784  975517695   2086912  1019M Windows recovery environment
sda5   975517696  976568319   1050624   513M EFI System
sda6  1935915008 1952499711  16584704   7.9G Linux swap
sda7   976568320 1935915007 959346688 457.5G Linux filesystem
sda8      204800     206847      2048     1M Linux filesystem
Partition table entries are not in disk order.
Disk sdb: 29.3 GiB, 31440961536 bytes, 61408128 sectors
Disk identifier: 0x003d6095
      Boot Start      End  Sectors  Size Id Type
sdb1  *     2048 61408127 61406080 29.3G  c W95 FAT32 (LBA)

parted -lm (filtered): _________________________________________________________

sda:1000GB:scsi:512:4096:gpt:ATA TOSHIBA MQ02ABD1:;
1:1049kB:105MB:104MB::EFI:boot, esp;
8:105MB:106MB:1049kB::BIOS_BOOT:;
2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres;
3:123MB:498GB:498GB:ntfs:Basic data partition:msftdata;
4:498GB:499GB:1068MB:ntfs::hidden, diag;
5:499GB:500GB:538MB:fat32:EFI System Partition:boot, esp;
7:500GB:991GB:491GB:ext4::;
6:991GB:1000GB:8491MB:linux-swap(v1)::;
sdb:31.4GB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
1:1049kB:31.4GB:31.4GB:fat32::boot, lba;

blkid (filtered): ______________________________________________________________

NAME   FSTYPE   UUID                                 PARTUUID                             LABEL       PARTLABEL
sda                                                                                                   
├─sda1                                                                                                
├─sda2                                               4cff51ba-dc9f-4515-9e1d-d90b72b7bbf5             Microsoft reserved partition
├─sda3 ntfs     FA68A5C668A5824D                     270bd441-2210-48f7-acf8-c0d501d116e7 Acer        Basic data partition
├─sda4 ntfs     424EE9BC4EE9A93D                     df040ab0-1625-4a73-869c-fd241ade5dc0             
├─sda5 vfat     F292-1B77                            5f692a82-308a-46fc-8d4a-ab3a342cad45             EFI System Partition
├─sda6 swap     15c63cff-75af-4fff-86e1-cbada791c89a 71e01518-2d95-42f1-9682-d2cf93f99cba             
├─sda7 ext4     ccd85c1b-a854-4c43-a4df-75e1993fa692 2bba587a-6eb9-455a-bdfd-d61607e5adea             
└─sda8                                               b4128754-8620-442b-9874-ebe79135fb3e             BIOS_BOOT
sdb                                                                                                   
└─sdb1 vfat     40D4-ACF5                            003d6095-01                          UBUNTU 18_0 

df (filtered): _________________________________________________________________

       Avail Use% Mounted on
sda3   188.1G  59% /mnt/boot-sav/sda3
sda4     420M  59% /mnt/boot-sav/sda4
sda5   506.7M   1% /mnt/boot-sav/sda5
sda7   419.3G   2% /mnt/boot-sav/sda7
sdb1    27.4G   6% /cdrom

Mount options: __________________________________________________________________

sda3   rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda4   rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda5   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sda7   rw,relatime
sdb1   ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro

===================== sda5/efi/ubuntu/grub.cfg (filtered) ======================

search.fs_uuid 97a89af7-3ada-4e65-a2c1-528df4a06917 root hd0,gpt7 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

========================== sda7/etc/fstab (filtered) ===========================

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda7 during installation
UUID=ccd85c1b-a854-4c43-a4df-75e1993fa692 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda5 during installation
UUID=F292-1B77  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0

======================= sda7/etc/default/grub (filtered) =======================

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

==================== sda7: Location of files loaded by Grub ====================

           GiB - GB             File                                 Fragment(s)
 469.507808685 = 504.130170880  boot/vmlinuz-4.18.0-15-generic                 2
 602.774425507 = 647.224111104  boot/vmlinuz-5.4.0-77-generic                  1
 469.507808685 = 504.130170880  vmlinuz                                        2
 603.135311127 = 647.611609088  boot/initrd.img-4.18.0-15-generic              2
 602.982418060 = 647.447441408  boot/initrd.img-5.4.0-77-generic               2
 603.135311127 = 647.611609088  initrd.img                                     2
 603.135311127 = 647.611609088  initrd.img.old                                 2

===================== sda7: ls -l /etc/grub.d/ (filtered) ======================

-rwxr-xr-x 1 root root 12693 Feb  7  2019 10_linux
-rwxr-xr-x 1 root root 11298 Feb  7  2019 20_linux_xen
-rwxr-xr-x 1 root root 12059 Feb  7  2019 30_os-prober
-rwxr-xr-x 1 root root  1418 Feb  7  2019 30_uefi-firmware
-rwxr-xr-x 1 root root   214 Feb  7  2019 40_custom
-rwxr-xr-x 1 root root   216 Feb  7  2019 41_custom

====================== sdb1/boot/grub/grub.cfg (filtered) ======================

Try Ubuntu without installing
Install Ubuntu
OEM install (for manufacturers)
Check disc for defects

========================= sdb1/syslinux.cfg (filtered) =========================

DEFAULT loadconfig

LABEL loadconfig
  CONFIG /isolinux/isolinux.cfg
  APPEND /isolinux/

==================== sdb1: Location of files loaded by Grub ====================

           GiB - GB             File                                 Fragment(s)
            ?? = ??             boot/grub/grub.cfg                             1

================== sdb1: Location of files loaded by Syslinux ==================

           GiB - GB             File                                 Fragment(s)
            ?? = ??             syslinux.cfg                                   1
            ?? = ??             ldlinux.sys                                    1


======================== Unknown MBRs/Boot Sectors/etc =========================

Unknown BootLoader on sda1


Unknown BootLoader on sda8

00000000  69 00 6e 00 75 00 65 00  22 00 3e 00 0d 00 0a 00  |i.n.u.e.".>.....|
00000010  20 00 20 00 20 00 20 00  20 00 20 00 3c 00 6d 00  | . . . . . .<.m.|
00000020  65 00 74 00 61 00 20 00  6b 00 65 00 79 00 3d 00  |e.t.a. .k.e.y.=.|
00000030  22 00 45 00 4e 00 54 00  45 00 52 00 22 00 20 00  |".E.N.T.E.R.". .|
00000040  61 00 63 00 74 00 69 00  6f 00 6e 00 3d 00 22 00  |a.c.t.i.o.n.=.".|
00000050  63 00 6f 00 6e 00 74 00  69 00 6e 00 75 00 65 00  |c.o.n.t.i.n.u.e.|
00000060  22 00 2f 00 3e 00 0d 00  0a 00 20 00 20 00 20 00  |"./.>..... . . .|
00000070  20 00 20 00 20 00 3c 00  6d 00 65 00 74 00 61 00  | . . .<.m.e.t.a.|
00000080  20 00 6b 00 65 00 79 00  3d 00 22 00 45 00 53 00  | .k.e.y.=.".E.S.|
00000090  43 00 22 00 20 00 61 00  63 00 74 00 69 00 6f 00  |C.". .a.c.t.i.o.|
000000a0  6e 00 3d 00 22 00 72 00  65 00 63 00 6f 00 76 00  |n.=.".r.e.c.o.v.|
000000b0  65 00 72 00 79 00 22 00  2f 00 3e 00 0d 00 0a 00  |e.r.y."./.>.....|
000000c0  20 00 20 00 20 00 20 00  3c 00 2f 00 78 00 73 00  | . . . .<./.x.s.|
000000d0  6c 00 3a 00 66 00 6f 00  72 00 2d 00 65 00 61 00  |l.:.f.o.r.-.e.a.|
000000e0  63 00 68 00 3e 00 0d 00  0a 00 20 00 20 00 20 00  |c.h.>..... . . .|
000000f0  20 00 3c 00 78 00 73 00  6c 00 3a 00 66 00 6f 00  | .<.x.s.l.:.f.o.|
00000100  72 00 2d 00 65 00 61 00  63 00 68 00 20 00 73 00  |r.-.e.a.c.h. .s.|
00000110  65 00 6c 00 65 00 63 00  74 00 3d 00 22 00 40 00  |e.l.e.c.t.=.".@.|
00000120  66 00 6f 00 6f 00 74 00  65 00 72 00 2d 00 63 00  |f.o.o.t.e.r.-.c.|
00000130  6f 00 6e 00 74 00 69 00  6e 00 75 00 65 00 2d 00  |o.n.t.i.n.u.e.-.|
00000140  77 00 69 00 6e 00 6b 00  65 00 79 00 22 00 3e 00  |w.i.n.k.e.y.".>.|
00000150  0d 00 0a 00 20 00 20 00  20 00 20 00 20 00 20 00  |.... . . . . . .|
00000160  3c 00 6d 00 65 00 74 00  61 00 20 00 6b 00 65 00  |<.m.e.t.a. .k.e.|
00000170  79 00 3d 00 22 00 45 00  4e 00 54 00 45 00 52 00  |y.=.".E.N.T.E.R.|
00000180  22 00 20 00 61 00 63 00  74 00 69 00 6f 00 6e 00  |". .a.c.t.i.o.n.|
00000190  3d 00 22 00 63 00 6f 00  6e 00 74 00 69 00 6e 00  |=.".c.o.n.t.i.n.|
000001a0  75 00 65 00 22 00 2f 00  3e 00 0d 00 0a 00 20 00  |u.e."./.>..... .|
000001b0  20 00 20 00 20 00 20 00  20 00 3c 00 6d 00 65 00  | . . . . .<.m.e.|
000001c0  74 00 61 00 20 00 6b 00  65 00 79 00 3d 00 22 00  |t.a. .k.e.y.=.".|
000001d0  45 00 53 00 43 00 22 00  20 00 61 00 63 00 74 00  |E.S.C.". .a.c.t.|
000001e0  69 00 6f 00 6e 00 3d 00  22 00 72 00 65 00 63 00  |i.o.n.=.".r.e.c.|
000001f0  6f 00 76 00 65 00 72 00  79 00 22 00 2f 00 3e 00  |o.v.e.r.y."./.>.|
00000200


=============================== StdErr Messages ================================

hexdump: /dev/sda1: Input/output error
File descriptor 63 (pipe:[80196]) leaked on lvs invocation. Parent PID 5585: /bin/bash

Error code 12
mount -r /dev/sda8 /mnt/boot-sav/sda8

mount -r /dev/sda8 : Error code 12
Error code 12
mount -r /dev/sda8 /mnt/boot-sav/sda8

mount -r /dev/sda8 : Error code 12
Suggested repair: ______________________________________________________________

The default repair of the Boot-Repair utility would reinstall the grub2 of
sda7 into the MBR of sda.
Grub-efi would not be selected by default because: legacy-win no-win-efi 
Additional repair would be performed: unhide-bootmenu-10s win-legacy-basic-fix     

Blockers in case of suggested repair: __________________________________________

 GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.
Alternatively, you can retry after activating the [Separate /boot/efi partition:] option.

Confirmation request before suggested repair: __________________________________

LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?LegacyWindows detected. The boot of your PC is in EFI mode. You may want to retry after changing it to BIOS-compatibility/CSM/Legacy mode.
Are you sure you want to continue anyway?

Final advice in case of suggested repair: ______________________________________


Please set your BIOS in Legacy mode in order to start your Ubuntu 18.04.2 LTS, then type command [sudo update-grub] in order to add the Windows entry to your GRUB menu.

La partition sda1 n'est pas d'origine. D'après la partition sda2 qui commence au secteur 206848 :

fdisk -l (filtered): ___________________________________________________________

Disk sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 065C57FF-C67C-4262-A445-0B40A2FAE11B
           Start        End   Sectors   Size Type
sda1        2048     204799    202752    99M EFI System
sda2      206848     239615     32768    16M Microsoft reserved

J'en déduis que la partition sda1 d'origine devait se terminer au secteur 206847 :

sda1          2048     206847     204800   100M EFI System

est-ce toi qui as bricolé cette partition sda1 ?

Dernière modification par malbo (Le 04/07/2021, à 06:21)

Hors ligne

#4 Le 04/07/2021, à 10:59

Petimuel

Re : [Résolu] Plus de grub + Ubuntu ne se lance plus

Bonjour,

Merci pour vos réponses. Geole, merci d'avoir un peu éclairé ma lanterne, je comprends un peu mieux ce qui se passe. J'essaie la solution que tu as proposée, mais maintenant c'est avec Windows que je galère... mais ce n'est pas le sujet de ce forum. Je mettrai [résolu] si j'arrive à faire fonctionner tout ça.

Malbo : au cours de mes tentatives désespérées, j'ai sans doute fait deux ou trois bêtises. Boot-Repair me demandait de créer une partition "Bios-Grub" avec GParted, j'ai donc retiré 1MO à sda1 pour l'allouer à cette nouvelle partition. Est-ce que ça suffit à expliquer cette différence avec les tronçons d'origine ?

Dans le pire des cas, je commence à songer à tout écraser, windows compris, pour reformater mon disque proprement, avec juste ubuntu dessus...

Hors ligne

#5 Le 04/07/2021, à 14:51

malbo

Re : [Résolu] Plus de grub + Ubuntu ne se lance plus

Petimuel a écrit :

Boot-Repair me demandait de créer une partition "Bios-Grub" avec GParted, j'ai donc retiré 1MO à sda1 pour l'allouer à cette nouvelle partition. Est-ce que ça suffit à expliquer cette différence avec les tronçons d'origine ?

Oui

Hors ligne