#26 Le 08/09/2020, à 13:09
- MichelCauzid
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Bonjour à tous
Merci pour vos pistes et conseils
Oui j'ai mis à jour ce matin et la version de noyau 5.4.0-47 plante comme la version 5.4.0-45..... heureusement la 5.4.0-4 fonctionne.... je vais momentanément m'en contenter!
Bonne après-midi
Michel
Hors ligne
#27 Le 08/09/2020, à 14:06
- inbox
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Sans y croire, peux-tu essayer d'ajouter l'option de boot suivante à Grub ?
rootdelay=10
Une fois testé, installe efibootmgr et donne le retour de :
efibootmgr -v
Dans le boot-info que tu avais donné, il y a une suggestion de réparation de Boot-repair. Il faudrait tenter ce que suggère ce Boot-repair.
En tout cas, il semble y avoir un problème de configuration du démarrage. Dans le boot-inof on trouve :
search.fs_uuid 89a6ae10-46bc-4b97-b825-caf02d36d902 root hd0,msdos1
Or, si l'on recherche l'UUID 89a6ae10-46bc-4b97-b825-caf02d36d902, il n'est référencé nul part ailleurs. Si l'on compare avec un autre boot-info, et que l'on y recherche search.fs_uuid, l'UUID situé sur la même ligne se retrouve plus loin dans le fichier.
Il y a aussi une chose qui me dérange, dans ton boot-info :
=> Grub2 (v1.99-2.00) is installed in the MBR of /dev/nvme0n1 and looks at
sector 352611392 of the same hard drive for core.img, but core.img can not
be found at this location.
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for /boot/grub. It also embeds following components:
Il y a trois Grub installés. Mais a quel point cela perturbe-t-il le démarrage et dans quelles conditions.
Tes disques Sda et Sdb sont-ils des disques USB ?
Dernière modification par inbox (Le 08/09/2020, à 14:32)
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#28 Le 08/09/2020, à 15:29
- MichelCauzid
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Salut inbox et merci pour cet accompagnement
l'option de boot suivante à Grub
rootdelay =10
n'apporte pas d'amélioration
Voilà la réponse à efibootmgr -v
michel@PcMichel:~$ efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0004,0001,0002
Boot0000* ubuntu HD(1,GPT,1a537dbb-60ff-4bcd-b5a5-17427661659b,0x800,0x100000)/File(\EFI\UBUNTU\SHIMX64.EFI)
Boot0001* Hard Drive BBS(HD,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0200)..GO..NO..........L.D.L.C...................\.,.@.r.d.=.X..........A.......................................0..Gd-.;.A..MQ..L.0.1.0.4.2.2.1.8.B.0.4.2.0........BO..NO..........S.T.1.0.0.0.D.M.0.0.3.-.1.E.R.1.6.2...................\.,.@.r.d.=.X..........A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .4.Z.4.Y.W.6.M.P........BO
Boot0002* CD/DVD Drive BBS(CDROM,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0300)..GO..NO..........A.T.A.P.I. . . .D.V.D. .A. . .D.H.1.6.A.A.S.H...................\.,.@.r.d.=.X..........A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . . . . . . . . . ........BO
Boot0004* USB HDD BBS(HD,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0900)..GO..NO..........W.D. .M.y. .B.o.o.k. .1.1.4.0. .1.0.1.2...................\.,.@.r.d.=.X..........A.......................F..Gd-.;.A..MQ..L.5.7.4.D.4.1.5.A.4.1.3.8.3.8.3.6.3.6.3.1.3.7.3.3........BO
Je vais me plonger dans boot-info
Michel
Hors ligne
#29 Le 08/09/2020, à 16:16
- inbox
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
N'oublie pas de supprimer l'option "rootdelay".
Pourrais-tu tester avec cette option dans Grub ?
GRUB_DISABLE_LINUX_UUID=true
A priori, cette option est déjà dans le fichier Grub, mais elle est commentée par défaut. Il suffit donc d'ôter le # en début de ligne.
N'oublie pas de passer ceci après modification, pour que ce soit pris en compte :
sudo update-grub
Dernière modification par inbox (Le 08/09/2020, à 16:20)
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#30 Le 09/09/2020, à 15:17
- MichelCauzid
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Quelques réponses/explications dues!
1/ sur mes disques
Mon disque sdb est un disque usb
Mon disque sda est mon disque interne au PC
2/ GRUB_DISABLE_LINUX_UUID=true
Avec ou sans cette option dans Grub.... c'est pareil seul le noyau 5.4.0-42 fonctionne.
Bonne fin de journée
Michel
Hors ligne
#31 Le 09/09/2020, à 15:20
- inbox
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Comme ça ne fonctionne pas, il faut remettre le Grub en état en annulant les modifications.
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#32 Le 09/09/2020, à 15:34
- MichelCauzid
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
J'ai oublié un point.
Comment enlever Grub de sda et sdb ?
Merci !!!
Hors ligne
#33 Le 09/09/2020, à 15:46
- inbox
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Je ne sais pas comment enlever Grub, ni si c'est possible.
Que donne cette commande ?
cat /boot/grub/grub.cfg | grep fs-uuid
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#34 Le 09/09/2020, à 17:02
- MichelCauzid
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
michel@PcMichel:~$ cat /boot/grub/grub.cfg | grep fs-uuid
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
search --no-floppy --fs-uuid --set=root 07b02534-ce05-4eb4-917e-0ff064966342
Hors ligne
#35 Le 09/09/2020, à 18:00
- inbox
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Je n'y comprends plus rien à ton installation ni aux problèmes qui en découlent.
Tout ce que je peux te dire, est que lors d'une installation, il ne faut pas laisser de disque ou clef USB banchés, sauf la clef servant à l'installation. Cela évite que Grub se retrouve installé sur la mauvaise partition et provoque des problèmes de démarrage.
Si tu peux, réinstalle en ne conservant rien de ce qui est sur ton SSD.
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#36 Le 10/09/2020, à 10:07
- geole
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Bonjour.
Pourrais-tu refaire un boot-info s'il te plaît car je ne suis pas certain que le précédant puisse encore servir de référence.
Comme le grub est devenu incapable de trouver la partition de boot, tu ne risques pas grand chose à installer REFIND
https://doc.ubuntu-fr.org/refind
puisque
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled.
C'est une solution qui fonctionne très bien pour les disques durs. Mais j'ai pas d'idée pour la détection des NVME. Cela serait donc d'abord un test permettant de le savoir.
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
Hors ligne
#37 Le 13/09/2020, à 18:10
- MichelCauzid
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Bonsoir
voilà le retour de boot info demandée
https://paste.ubuntu.com/p/kkZZ8WZxB8/
Je parts en déplacement une semaine.... suite à mon retour
Merci
Michel
Hors ligne
#38 Le 13/09/2020, à 18:13
- xubu1957
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Bonjour,
Collage du boot-info :
boot-info-4ppa125 [20200913_1906]
============================== Boot Info Summary ===============================
=> Grub2 (v1.99-2.00) is installed in the MBR of /dev/nvme0n1 and looks at
sector 352611392 of the same hard drive for core.img, but core.img can not
be found at this location.
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for /boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk search_fs_uuid
---------------------------------------------------------------------------
config script
---------------------------------------------------------------------------
search.fs_uuid 89a6ae10-46bc-4b97-b825-caf02d36d902 root hd0,msdos1
set prefix=($root)'/boot/grub'
---------------------------------------------------------------------------
nvme0n1p1: _____________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/refind/refind.conf /efi/BOOT/bkpbootx64.efi
/efi/BOOT/bootx64.efi /efi/BOOT/fbx64.efi
/efi/BOOT/grubx64.efi /efi/BOOT/mmx64.efi
/efi/refind/refind_x64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
/efi/ubuntu/grub.cfg
/efi/refind/drivers_x64/ext4_x64.efi
nvme0n1p2: _____________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/refind_linux.conf
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
================================ 1 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04.1 LTS CurrentSession on nvme0n1p2
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-42-generic root=UUID=07b02534-ce05-4eb4-917e-0ff064966342 ro quiet splash
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled.
efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0003,0000,0004,0001,0002
Boot0000* ubuntu HD(1,GPT,1a537dbb-60ff-4bcd-b5a5-17427661659b,0x800,0x100000)/File(\EFI\UBUNTU\SHIMX64.EFI)
Boot0001* Hard Drive BBS(HD,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0200)..GO..NO..........L.D.L.C...................\.,.@.r.d.=.X..........A.......................................0..Gd-.;.A..MQ..L.0.1.0.4.2.2.1.8.B.0.4.2.0........BO..NO..........S.T.1.0.0.0.D.M.0.0.3.-.1.E.R.1.6.2...................\.,.@.r.d.=.X..........A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .4.Z.4.Y.W.6.M.P........BO
Boot0002* CD/DVD Drive BBS(CDROM,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0300)..GO..NO..........A.T.A.P.I. . . .D.V.D. .A. . .D.H.1.6.A.A.S.H...................\.,.@.r.d.=.X..........A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . . . . . . . . . ........BO
Boot0003* rEFInd Boot Manager HD(1,GPT,1a537dbb-60ff-4bcd-b5a5-17427661659b,0x800,0x100000)/File(\EFI\refind\refind_x64.efi)
Boot0004* USB HDD BBS(HD,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0900)..GO..NO..........W.D. .M.y. .B.o.o.k. .1.1.4.0. .1.0.1.2...................\.,.@.r.d.=.X..........A.......................F..Gd-.;.A..MQ..L.5.7.4.D.4.1.5.A.4.1.3.8.3.8.3.6.3.6.3.1.3.7.3.3........BO
f7a57b08bc7c1c85417ae4cea582d1d4 nvme0n1p1/BOOT/bkpbootx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4 nvme0n1p1/BOOT/bootx64.efi
bed45d1c9554cea09924d3814cb7c446 nvme0n1p1/BOOT/fbx64.efi
04cd9cb6ceccbde1ca100ed1cae0f429 nvme0n1p1/BOOT/grubx64.efi
4487628005555bfd4a4c0a47211e0700 nvme0n1p1/BOOT/mmx64.efi
aa45c227c5c542fb7664e42ede232c7d nvme0n1p1/refind/refind_x64.efi
04cd9cb6ceccbde1ca100ed1cae0f429 nvme0n1p1/ubuntu/grubx64.efi
4487628005555bfd4a4c0a47211e0700 nvme0n1p1/ubuntu/mmx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4 nvme0n1p1/ubuntu/shimx64.efi
dc6ce5644cd0b4ce0013c43bdb4d3000 nvme0n1p1/refind/drivers_x64/ext4_x64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
nvme0n1 : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, usb-disk, not-mmc, no-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
nvme0n1p2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
nvme0n1p1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb3 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb4 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
nvme0n1p2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
nvme0n1p1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb4 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
nvme0n1p2 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, nvme0n1
nvme0n1p1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme0n1
sda1 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb4 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk nvme0n1: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk identifier: 32FDAD90-55D1-419E-82C8-AD0F2999465C
Start End Sectors Size Type
nvme0n1p1 2048 1050623 1048576 512M EFI System
nvme0n1p2 1050624 937701375 936650752 446.6G Linux filesystem
Disk sda: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x00051574
Boot Start End Sectors Size Id Type
sda1 2048 1953127047 1953125000 931.3G 83 Linux
Disk sdb: 1.84 TiB, 2000365289472 bytes, 3906963456 sectors
Disk identifier: 0x0003eb8c
Boot Start End Sectors Size Id Type
sdb1 63 368643554 368643492 175.8G 83 Linux
sdb3 1953536130 3906959804 1953423675 931.5G 83 Linux
sdb4 368643555 1953535999 1584892445 755.8G 83 Linux
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:1000GB:scsi:512:4096:msdos:ATA ST1000DM003-1ER1:;
1:1049kB:1000GB:1000GB:ext4::;
sdb:2000GB:scsi:512:512:msdos:WD My Book 1140:;
1:32.3kB:189GB:189GB:ext4::;
4:189GB:1000GB:811GB:ext4::;
3:1000GB:2000GB:1000GB:ext4::;
nvme0n1:480GB:nvme:512:512:gpt:LDLC:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:480GB:480GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
└─sda1 ext4 7e247365-a889-4b33-baa6-4f289f843ee7 00051574-01 Données
sdb
├─sdb1 ext4 5ce43d7c-58b2-4cb2-aea1-a6ec26e93beb 0003eb8c-01 Nouveau
├─sdb3 ext4 f20cc43c-879a-45eb-a048-53abd71fa733 0003eb8c-03 PHOTOS
└─sdb4 ext4 815392ce-a67e-4d9a-9d4e-49d2e19412a3 0003eb8c-04 ARCHIVES
nvme0n1
├─nvme0n1p1 vfat 7EEC-3561 1a537dbb-60ff-4bcd-b5a5-17427661659b EFI System Partition
└─nvme0n1p2 ext4 07b02534-ce05-4eb4-917e-0ff064966342 25b7d8bf-19f7-4393-8e65-e114244b78bd
df (filtered): _________________________________________________________________
Avail Use% Mounted on
nvme0n1p2 383.3G 8% /
sda1 17.9G 93% /mnt/boot-sav/sda1
sdb1 45G 69% /media/michel/Nouveau
sdb3 625.5G 27% /media/michel/PHOTOS
sdb4 0 95% /media/michel/ARCHIVES
Mount options: __________________________________________________________________
nvme0n1p2 rw,relatime,errors=remount-ro
sda1 rw,relatime
sdb1 rw,nosuid,nodev,relatime
sdb3 rw,nosuid,nodev,relatime
sdb4 rw,nosuid,nodev,relatime
================= nvme0n1p1/EFI/refind/refind.conf (filtered) ==================
timeout 20
menuentry Linux {
icon EFI/refind/icons/os_linux.png
volume 904404F8-B481-440C-A1E3-11A5A954E601
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
disabled
}
menuentry "Arch Linux" {
icon /EFI/refind/icons/os_arch.png
volume "Arch Linux"
loader /boot/vmlinuz-linux
initrd /boot/initramfs-linux.img
options "root=PARTUUID=5028fa50-0079-4c40-b240-abfaf28693ea rw add_efi_memmap"
submenuentry "Boot using fallback initramfs" {
initrd /boot/initramfs-linux-fallback.img
}
submenuentry "Boot to terminal" {
add_options "systemd.unit=multi-user.target"
}
disabled
}
menuentry Ubuntu {
loader /EFI/ubuntu/grubx64.efi
icon /EFI/refind/icons/os_linux.png
disabled
}
menuentry "ELILO" {
loader \EFI\elilo\elilo.efi
disabled
}
menuentry "Windows 7" {
loader \EFI\Microsoft\Boot\bootmgfw.efi
disabled
}
menuentry "Windows via shell script" {
icon \EFI\refind\icons\os_win.png
loader \EFI\tools\shell.efi
options "fs0:\EFI\tools\launch_windows.nsh"
disabled
}
menuentry "My macOS" {
icon \EFI\refind\icons\os_mac.png
volume "macOS boot"
loader \System\Library\CoreServices\boot.efi
disabled
}
=================== nvme0n1p1/efi/ubuntu/grub.cfg (filtered) ===================
search.fs_uuid 07b02534-ce05-4eb4-917e-0ff064966342 root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
=================== nvme0n1p2/boot/grub/grub.cfg (filtered) ====================
Ubuntu 07b02534-ce05-4eb4-917e-0ff064966342
Ubuntu, with Linux 5.4.0-47-generic 07b02534-ce05-4eb4-917e-0ff064966342
Ubuntu, with Linux 5.4.0-45-generic 07b02534-ce05-4eb4-917e-0ff064966342
Ubuntu, with Linux 5.4.0-42-generic 07b02534-ce05-4eb4-917e-0ff064966342
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
======================== nvme0n1p2/etc/fstab (filtered) ========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=07b02534-ce05-4eb4-917e-0ff064966342 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
/swapfile none swap sw 0 0
UUID=7EEC-3561 /boot/efi vfat defaults 0 1
==================== nvme0n1p2/etc/default/grub (filtered) =====================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= nvme0n1p2/boot/refind_linux.conf (filtered) ==================
"Boot with standard options" "root=UUID=07b02534-ce05-4eb4-917e-0ff064966342 ro quiet splash"
"Boot to single-user mode" "root=UUID=07b02534-ce05-4eb4-917e-0ff064966342 ro quiet splash single"
"Boot with minimal options" "ro root=/dev/nvme0n1p2"
================= nvme0n1p2: Location of files loaded by Grub ==================
GiB - GB File Fragment(s)
166,700294495 = 178,993078272 boot/grub/grub.cfg 1
6,183719635 = 6,639718400 boot/vmlinuz 1
5,011837006 = 5,381419008 boot/vmlinuz-5.4.0-42-generic 1
166,261844635 = 178,522296320 boot/vmlinuz-5.4.0-45-generic 1
6,183719635 = 6,639718400 boot/vmlinuz-5.4.0-47-generic 1
166,261844635 = 178,522296320 boot/vmlinuz.old 1
6,383052826 = 6,853750784 boot/initrd.img 2
4,172103882 = 4,479762432 boot/initrd.img-5.4.0-42-generic 3
4,539424896 = 4,874170368 boot/initrd.img-5.4.0-45-generic 5
6,383052826 = 6,853750784 boot/initrd.img-5.4.0-47-generic 2
4,539424896 = 4,874170368 boot/initrd.img.old 5
=================== nvme0n1p2: ls -l /etc/grub.d/ (filtered) ===================
-rwxr-xr-x 1 root root 17622 août 17 16:04 10_linux
-rwxr-xr-x 1 root root 42359 août 17 16:04 10_linux_zfs
-rwxr-xr-x 1 root root 12894 juil. 31 02:34 20_linux_xen
-rwxr-xr-x 1 root root 12059 juil. 31 02:34 30_os-prober
-rwxr-xr-x 1 root root 1424 juil. 31 02:34 30_uefi-firmware
-rwxr-xr-x 1 root root 214 juil. 31 02:34 40_custom
-rwxr-xr-x 1 root root 216 juil. 31 02:34 41_custom
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of
nvme0n1p2,
using the following options: nvme0n1p1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the L'OS actuellement utilisé - Ubuntu 20.04.1 LTS CurrentSession entry (nvme0n1p1/efi/****/shim****.efi (**** will be updated in the final message) file) !
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#39 Le 21/09/2020, à 18:11
- MichelCauzid
Re : [Résolu] Problème d'ouverture d'Ubuntu apres une mise à niveau à 20.04
Bonsoir
A mon retour: Passage au noyau Linux 5.4.0-48... et tout semble résolu
Merci à tous
Michel
Hors ligne