#1 Le 19/09/2021, à 14:04
- syborg
petit probleme au demarrage
Salut,
depuis que j'ai changé mon boitier, le démarrage ne se déroule pas comme avant.
Avant -> l'allumage de l'ordi m'emmenait directement au menu de Grub.
Maintenant-> l'allumage de l'ordi m'emmène à cet ecran qui m'oblige à taper F1 pour rentrer dans le Bios. De là je fait "redémarrer sans sauvegarder les modifs", et je suis sur le menu de Grub.
https://zupimages.net/up/21/37/z8qm.jpg
Pourquoi ?
Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images.
Dernière modification par cqfd93 (Le 19/09/2021, à 16:12)
Hors ligne
#2 Le 19/09/2021, à 14:17
- geole
Re : petit probleme au demarrage
Bonjour
je fais "redémarrer sans sauvegarder les modifs"
Je ne sais pas trop ce qui se cache derrière ta phrase.
A priori ton bios est en mode recovery
Il faudrait donc probablement sauver les modifications apportées.
Dernière modification par geole (Le 19/09/2021, à 14:19)
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 19/09/2021, à 14:39
- malbo
Re : petit probleme au demarrage
Bonjour,
Je te propose de réaliser un Boot-info depuis une session de ton Ubuntu installé et de donner l'URL de ce Boot-info dans ta réponse.
Hors ligne
#4 Le 19/09/2021, à 14:40
- syborg
Re : petit probleme au demarrage
Que je fasse "discard" ou "save" ca ne change rien. C'est a dire que dans les deux cas, le redemarrage de l'ordi force la situation decrite dans la premiere photo et m'oblige a taper F1.
https://zupimages.net/up/21/37/izjc.jpg
Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images.
Dernière modification par cqfd93 (Le 19/09/2021, à 16:12)
Hors ligne
#5 Le 19/09/2021, à 14:52
- syborg
Re : petit probleme au demarrage
Bonjour,
Je te propose de réaliser un Boot-info depuis une session de ton Ubuntu installé et de donner l'URL de ce Boot-info dans ta réponse.
Tu veux dire que je ne dois pas faire boot-repair depuis une session live mals depuis une session normale c'est bien cela ?
Hors ligne
#6 Le 19/09/2021, à 14:54
- geole
Re : petit probleme au demarrage
Tu devrais explorer le "advanced mode"
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
#7 Le 19/09/2021, à 17:16
- syborg
Re : petit probleme au demarrage
Tu devrais explorer le "advanced mode"
Je commence par des choses simples si possible Ce rapport contient il des infos interessantes ?
http://paste.ubuntu.com/p/mQj6d4yyyP/
Dernière modification par syborg (Le 19/09/2021, à 17:29)
Hors ligne
#8 Le 19/09/2021, à 17:39
- geole
Re : petit probleme au demarrage
Il est possible que ton bios soit positionné pour booter d'abord en mode LEGACY
Dans ce cas, il booterait en utilisant le MBR
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
1096616536 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt5)/boot/grub. It also embeds following
Donc la suite se passe sur GPT5. donc SDA5
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
La partition SWAP ne sert pas à booter...
D'où le plantage du bios et passage en mode recovery pour lancer UBUNTU en mode EFI
J'ai aussi constaté l'absence de windows dans la structure de boot EFI
efibootmgr -v
BootCurrent: 0007
Timeout: 1 seconds
BootOrder: 0007,0000,0001,0006
Boot0000* ubuntu HD(1,GPT,c6c39a72-6047-498f-a262-2d1c6dc59897,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Hard Drive BBS(HD,,0x0)SATA: WDC WD1003FZEX-00K3CA0 .
Boot0006 ubuntu HD(1,GPT,c6c39a72-6047-498f-a262-2d1c6dc59897,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0007* UEFI: SanDisk PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(4,0)/USB(3,0)/USB(4,0)/HD(1,GPT,64c5c43b-7eab-4280-89d8-fe6ca83844db,0x800,0x1d2f7df)
d'où l'idée qu'il bootait en mode LEGACY
Dernière modification par geole (Le 19/09/2021, à 17:41)
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
#9 Le 19/09/2021, à 18:13
- syborg
Re : petit probleme au demarrage
Mais comment expliquer qu'en ne changeant que le boitier et en ne touchant rien d'autre, je passe d'une situation normale a cette situation bizarre ou je dois faire F1 et passer par le BIOS avant d'aller sur le menu GRUB ?...
Quoi qu'il en soit, que me conseillerais tu de faire pour retrouver la situation d'origine ?
Dernière modification par syborg (Le 19/09/2021, à 18:15)
Hors ligne
#10 Le 19/09/2021, à 18:26
- geole
Re : petit probleme au demarrage
Tu devrais explorer le "advanced mode" du bios
Dernière modification par geole (Le 19/09/2021, à 18:27)
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
#11 Le 19/09/2021, à 18:34
- geole
Re : petit probleme au demarrage
Dans l'absolu
la première ligne du fichier /boot/efi/efi/ubuntu/grub.cfg
qui est
search.fs_uuid 963aea5e-3315-4680-b38a-007ac0976635 root hd1,gpt6
devrait être
search.fs_uuid 963aea5e-3315-4680-b38a-007ac0976635 root hd0,gpt6
Tu peux rectifier avec un éditeur de texte. Mais je ne crois pas à cette piste
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
#12 Le 20/09/2021, à 05:35
- malbo
Re : petit probleme au demarrage
Bonjour,
Je colle ci-dessous le Boot-info dont tu as donné le lien dans le post #7 :
boot-repair-4ppa125 [20210919_1613]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
1096616536 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt5)/boot/grub. It also embeds following
components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
=> libparted MBR boot code is installed in the MBR of /dev/sdb.
=> No boot loader is installed in the MBR of /dev/sdc.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
/efi/Boot/fbx64.efi /efi/Boot/grubx64.efi
/efi/Boot/mmx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
/efi/ubuntu/grub.cfg /efi/Microsoft/Boot/bootmgfw.efi
/efi/Microsoft/Boot/bootmgr.efi
/efi/Microsoft/Boot/memtest.efi
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 8 or 10
Boot files: /Windows/System32/winload.exe
sda3: __________________________________________________________________________
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:
sda4: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: Windows 8/2012: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg /efi/BOOT/grubx64.efi
================================ 2 OS detected =================================
OS#1: Ubuntu 20.04.3 LTS on sda6
OS#2: Windows 8 or 10 on sda2
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Boot-Repair-Disk 64bit 20200604, bionic, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
efibootmgr -v
BootCurrent: 0007
Timeout: 1 seconds
BootOrder: 0007,0000,0001,0006
Boot0000* ubuntu HD(1,GPT,c6c39a72-6047-498f-a262-2d1c6dc59897,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Hard Drive BBS(HD,,0x0)SATA: WDC WD1003FZEX-00K3CA0 .
Boot0006 ubuntu HD(1,GPT,c6c39a72-6047-498f-a262-2d1c6dc59897,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0007* UEFI: SanDisk PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(4,0)/USB(3,0)/USB(4,0)/HD(1,GPT,64c5c43b-7eab-4280-89d8-fe6ca83844db,0x800,0x1d2f7df)
f7a57b08bc7c1c85417ae4cea582d1d4 sda1/Boot/bkpbootx64.efi
728124f6ec8e22fbdbe7034812c81b95 sda1/Boot/bootx64.efi
85fa9d77b929ec4231aba29476574eb6 sda1/Boot/fbx64.efi
64a633007e3d5a9a5943e417442548d6 sda1/Boot/grubx64.efi
469e608783843a701d172242f016c79c sda1/Boot/mmx64.efi
fa1bf1a7f90a852abe0bdbd089b7f1b0 sda1/ubuntu/grubx64.efi
469e608783843a701d172242f016c79c sda1/ubuntu/mmx64.efi
728124f6ec8e22fbdbe7034812c81b95 sda1/ubuntu/shimx64.efi
3c7051eaea9d33eaba1b890ff7fd62c9 sda1/Microsoft/Boot/bootmgfw.efi
1f55c287e1da1ce90c54793690800edc sda1/Microsoft/Boot/bootmgr.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda3 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda4 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sda6 : is-os, 64, apt-get, signed grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
sda7 : 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
sdb2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot
sda4 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda6 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda7 : 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
sdb2 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
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
sda6 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda7 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb2 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 4ADF4B96-0E0F-4CB0-AC24-3D8762DBFEE9
Start End Sectors Size Type
sda1 2048 206847 204800 100M EFI System
sda2 206848 101513018 101306171 48.3G Microsoft basic data
sda3 101513216 102604799 1091584 533M Windows recovery environment
sda4 102606848 1024206847 921600000 439.5G Microsoft basic data
sda5 1024206848 1049806847 25600000 12.2G Linux swap
sda6 1049806848 1152206847 102400000 48.8G Linux filesystem
sda7 1152206848 1953523711 801316864 382.1G Linux filesystem
Disk sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x4d59a67c
Boot Start End Sectors Size Id Type
sdb1 2048 976898047 976896000 465.8G 7 HPFS/NTFS/exFAT
sdb2 976898048 1953523711 976625664 465.7G 83 Linux
Disk sdc: 14.6 GiB, 15669919744 bytes, 30605312 sectors
Disk identifier: 4CF3D1A7-E282-4ECB-909E-86A6565301C2
Start End Sectors Size Type
sdc1 2048 30605278 30603231 14.6G Microsoft basic data
Disk zram0: 993.1 MiB, 1041309696 bytes, 254226 sectors
Disk zram1: 993.1 MiB, 1041309696 bytes, 254226 sectors
Disk zram2: 993.1 MiB, 1041309696 bytes, 254226 sectors
Disk zram3: 993.1 MiB, 1041309696 bytes, 254226 sectors
parted -lm (filtered): _________________________________________________________
sda:1000GB:scsi:512:4096:gpt:ATA WDC WD1003FZEX-0:;
1:1049kB:106MB:105MB:fat32::boot, esp;
2:106MB:52.0GB:51.9GB:ntfs::msftdata;
3:52.0GB:52.5GB:559MB:ntfs::hidden, diag;
4:52.5GB:524GB:472GB:ntfs::msftdata;
5:524GB:538GB:13.1GB:linux-swap(v1)::;
6:538GB:590GB:52.4GB:ext4::;
7:590GB:1000GB:410GB:ext4::;
sdb:1000GB:scsi:512:4096:msdos:ATA WDC WD10EZEX-60W:;
1:1049kB:500GB:500GB:ntfs::;
2:500GB:1000GB:500GB:ext4::;
sdc:15.7GB:scsi:512:512:gpt:SanDisk Cruzer Blade:;
1:1049kB:15.7GB:15.7GB:fat32:Microsoft Basic Data:msftdata;
zram3:1041MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1041MB:1041MB:linux-swap(v1)::;
zram1:1041MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1041MB:1041MB:linux-swap(v1)::;
zram2:1041MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1041MB:1041MB:linux-swap(v1)::;
zram0:1041MB:unknown:4096:4096:loop:Unknown:;
1:0.00B:1041MB:1041MB:linux-swap(v1)::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 vfat 452D-9639 c6c39a72-6047-498f-a262-2d1c6dc59897
├─sda2 ntfs 739A55DD7B3924C9 cc778e20-fe06-4ffa-8f82-1796df7bde84 Arf
├─sda3 ntfs DA3CAAF03CAAC73B b8ab4311-d886-44af-8a20-1872bce99f6b
├─sda4 ntfs 4F0C036624BFDA5B e9b31eb4-a2bd-496e-aa98-dedcf454e7d9 Archives
├─sda5 swap 4a4a759f-e561-4d9a-8a3e-0c1bb4438543 fe958be2-d0dd-4af9-9306-7d0c1f9aeeae
├─sda6 ext4 963aea5e-3315-4680-b38a-007ac0976635 729c458e-57e4-4a07-a6e5-d1d00794b9c4
└─sda7 ext4 17e55958-ceae-4cbd-895d-0122953b205a 5d766099-0cf0-4078-ba88-f578889c90e4
sdb
├─sdb1 ntfs 4D75FE5A12FABEEC 4d59a67c-01 BACKUP WIN10-1
└─sdb2 ext4 0b9bf8a5-c501-4a9d-9594-b7748c2eead8 4d59a67c-02 BACKUP /HOME-1
sdc
└─sdc1 vfat FCBE-2CCD 64c5c43b-7eab-4280-89d8-fe6ca83844db BOOT-REPAIR Microsoft Basic Data
zram0
zram1
zram2
zram3
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 66.2M 33% /mnt/boot-sav/sda1
sda2 24.6G 49% /mnt/boot-sav/sda2
sda3 86.6M 84% /mnt/boot-sav/sda3
sda4 128.8G 71% /mnt/boot-sav/sda4
sda6 29.8G 33% /mnt/boot-sav/sda6
sda7 70.7G 76% /mnt/boot-sav/sda7
sdb1 155.1G 67% /mnt/boot-sav/sdb1
sdb2 152.4G 62% /mnt/boot-sav/sdb2
sdc1 13.7G 6% /cdrom
Mount options: __________________________________________________________________
sda1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sda2 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
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
sda6 rw,relatime
sda7 rw,relatime
sdb1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdb2 rw,relatime
sdc1 ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 963aea5e-3315-4680-b38a-007ac0976635 root hd1,gpt6
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sda6/boot/grub/grub.cfg (filtered) ======================
Ubuntu 963aea5e-3315-4680-b38a-007ac0976635
Ubuntu, avec Linux 5.4.0-84-generic 963aea5e-3315-4680-b38a-007ac0976635
Ubuntu, avec Linux 5.4.0-81-generic 963aea5e-3315-4680-b38a-007ac0976635
Windows Boot Manager (sur sda1) osprober-efi-452D-9639
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda6/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=963aea5e-3315-4680-b38a-007ac0976635 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=17e55958-ceae-4cbd-895d-0122953b205a /home ext4 defaults 0 2
# swap was on /dev/sda4 during installation
UUID=4a4a759f-e561-4d9a-8a3e-0c1bb4438543 none swap sw 0 0
UUID=452D-9639 /boot/efi vfat defaults 0 1
======================= sda6/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=-1
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda6: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
523.153564453 = 561.731862528 boot/grub/grub.cfg 2
504.449443817 = 541.648465920 boot/vmlinuz 2
504.527565002 = 541.732347904 boot/vmlinuz-5.4.0-81-generic 2
504.449443817 = 541.648465920 boot/vmlinuz-5.4.0-84-generic 2
504.527565002 = 541.732347904 boot/vmlinuz.old 2
505.454097748 = 542.727204864 boot/initrd.img 5
507.454097748 = 544.874688512 boot/initrd.img-5.4.0-81-generic 6
505.454097748 = 542.727204864 boot/initrd.img-5.4.0-84-generic 5
507.454097748 = 544.874688512 boot/initrd.img.old 6
===================== sda6: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 Aug 12 09:18 10_linux
-rwxr-xr-x 1 root root 42359 Nov 12 2020 10_linux_zfs
-rwxr-xr-x 1 root root 12894 Nov 12 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 Mar 11 2020 30_os-prober
-rwxr-xr-x 1 root root 1424 Nov 12 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Mar 11 2020 40_custom
-rwxr-xr-x 1 root root 216 Mar 11 2020 41_custom
====================== sdc1/boot/grub/grub.cfg (filtered) ======================
Boot-Repair-Disk session
Boot-Repair-Disk session (failsafe)
========================= sdc1/syslinux.cfg (filtered) =========================
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
==================== sdc1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================== sdc1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
======================== Unknown MBRs/Boot Sectors/etc =========================
/dev/sda3: unknown GPT attributes
8000000000000001
Unknown BootLoader on sda2
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 28 03 00 |........?....(..|
00000020 00 00 00 00 80 00 80 00 3a cf 09 06 00 00 00 00 |........:.......|
00000030 04 00 00 00 00 00 00 00 ff a7 61 00 00 00 00 00 |..........a.....|
00000040 f6 00 00 00 01 00 00 00 c9 24 39 7b dd 55 9a 73 |.........$9{.U.s|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 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
Unknown BootLoader on sda4
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 1d 06 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 7f ee 36 00 00 00 00 |...........6....|
00000030 04 00 00 00 00 00 00 00 ff e7 6e 03 00 00 00 00 |..........n.....|
00000040 f6 00 00 00 01 00 00 00 5b da bf 24 66 03 0c 4f |........[..$f..O|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 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
Unknown BootLoader on 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 f8 3f 3a 3a 00 00 00 00 |.........?::....|
00000030 04 00 00 00 00 00 00 00 ff 05 47 07 00 00 00 00 |..........G.....|
00000040 f6 00 00 00 01 00 00 00 ec be fa 12 5a fe 75 4d |............Z.uM|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 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
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[74666]) leaked on lvs invocation. Parent PID 1975: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of
sda6,
using the following options: sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s win-legacy-basic-fix 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 Ubuntu 20.04.3 LTS entry (sda1/efi/****/shim****.efi (**** will be updated in the final message) file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\shim****.efi (**** will be updated in the final message)
On y voit que ce Boot-info a été fait depuis une session live de Boot-Repair-Disk dans cet extrait :
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Boot-Repair-Disk 64bit 20200604, bionic, x86_64)
C'est intéressant mais j'avais précisé dans le post #3 : "depuis une session de ton Ubuntu installé". Je te prie donc de démarrer suivant la procédure que tu as décrite dans le post #1 (ecran qui m'oblige à taper F1 pour rentrer dans le Bios. De là je fait "redémarrer sans sauvegarder les modifs") puis de démarrer une session de ton Ubuntu installé et de faire le Boot-info depuis cette session. Tu donneras l'URL de ce Boot-info dans ta réponse.
Hors ligne
#13 Le 27/01/2022, à 11:54
- syborg
Re : petit probleme au demarrage
Salut,
je reprends ce fil car le problème n'est pas résolu.
J'ai voulu faire Boot-info depuis ma session habituelle comme tu m'as demandé malbo, mais en installant Boot-Info j'ai eu les problèmes suivants :
huurd@huurd-System-Product-Name:~$ sudo add-apt-repository -y ppa:yannubuntu/boot-repair ; sudo apt update ; sudo apt install -y boot-info ; boot-info
[sudo] Mot de passe de huurd :
Atteint :1 http://ppa.launchpad.net/pj-assis/ppa/ubuntu focal InRelease
Réception de :2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Atteint :3 http://es.archive.ubuntu.com/ubuntu focal InRelease
Atteint :4 http://es.archive.ubuntu.com/ubuntu focal-updates InRelease
Réception de :5 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease [17,5 kB]
Réception de :6 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [40,7 kB]
Atteint :7 http://es.archive.ubuntu.com/ubuntu focal-backports InRelease
Réception de :8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [66,3 kB]
Réception de :9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2.464 B]
Réception de :10 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal/main i386 Packages [1.808 B]
Réception de :12 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal/main amd64 Packages [1.808 B]
Réception de :13 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal/main Translation-en [1.596 B]
Atteint :11 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
246 ko réceptionnés en 31s (7.867 o/s)
Lecture des listes de paquets... Fait
Atteint :1 http://ppa.launchpad.net/pj-assis/ppa/ubuntu focal InRelease
Atteint :2 http://security.ubuntu.com/ubuntu focal-security InRelease
Atteint :3 http://es.archive.ubuntu.com/ubuntu focal InRelease
Atteint :4 http://es.archive.ubuntu.com/ubuntu focal-updates InRelease
Atteint :5 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease
Atteint :6 http://es.archive.ubuntu.com/ubuntu focal-backports InRelease
Atteint :7 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
169 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Vous pouvez lancer « apt --fix-broken install » pour corriger ces problèmes.
Les paquets suivants contiennent des dépendances non satisfaites :
boot-info : Dépend: boot-sav (>= 4ppa171) mais ne sera pas installé
guvcview : Dépend: libguvcview-2.0-0 mais ne sera pas installé
E: Dépendances non satisfaites. Essayez « apt --fix-broken install » sans paquet
(ou indiquez une solution).
boot-info : commande introuvable
huurd@huurd-System-Product-Name:~$ boot-info
boot-info : commande introuvable
huurd@huurd-System-Product-Name:~$ apt --fix-broken install
E: Impossible d'ouvrir le fichier verrou /var/lib/dpkg/lock-frontend - open (13: Permission non accordée)
E: Impossible d'obtenir le verrou de dpkg (/var/lib/dpkg/lock-frontend). Avez-vous les droits du superutilisateur ?
huurd@huurd-System-Product-Name:~$
Que dois je faire pour finaliser l'installation de Boot-Info ?
Hors ligne
#14 Le 27/01/2022, à 11:56
- syborg
Re : petit probleme au demarrage
D'autre part j'ai exploré "advanced mode" du Bios comme tu proposais geole, mais je n'ai rien vu a priori qui puisse aider au problème.
Hors ligne
#15 Le 27/01/2022, à 12:05
- ylag
Re : petit probleme au demarrage
Bonjour,
Pas certain que ça suffirait à régler ton souci de dépendances, mais la commande apt --fix-broken install doit être passée avec les droits d'administration :
sudo apt --fix-broken install
A+
Hors ligne
#16 Le 27/01/2022, à 12:20
- syborg
Re : petit probleme au demarrage
Voici ce que ça donne
huurd@huurd-System-Product-Name:~$ sudo apt --fix-broken install
[sudo] Mot de passe de huurd :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Correction des dépendances... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
glade2script glade2script-python3 libavutil55 libcrystalhd3 libdvdread4
libgeoclue0 libguvcview-2.0-2 libjte1 libkyotocabinet16v5 libllvm10
libllvm11 libllvm9 libmysofa0 libntlm0 libswresample2 libx264-152
libx265-146 mailutils-common shim
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés :
libguvcview-2.0-0
Les NOUVEAUX paquets suivants seront installés :
libguvcview-2.0-0
0 mis à jour, 1 nouvellement installés, 0 à enlever et 169 non mis à jour.
2 partiellement installés ou enlevés.
Il est nécessaire de prendre 0 o/120 ko dans les archives.
Après cette opération, 364 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 209673 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../libguvcview-2.0-0_2.0.7+ubuntu2~ppa1+1449-0ubu
ntu1~202201040911~ubuntu20.04.1_amd64.deb ...
Dépaquetage de libguvcview-2.0-0:amd64 (2.0.7+ubuntu2~ppa1+1449-0ubuntu1~2022010
40911~ubuntu20.04.1) ...
dpkg: erreur de traitement de l'archive /var/cache/apt/archives/libguvcview-2.0-
0_2.0.7+ubuntu2~ppa1+1449-0ubuntu1~202201040911~ubuntu20.04.1_amd64.deb (--unpac
k) :
tentative de remplacement de « /usr/lib/x86_64-linux-gnu/libgviewaudio-2.0.so.2
.0.0 », qui appartient aussi au paquet libguvcview-2.0-2:amd64 2.0.6+debian-1bui
ld1
dpkg-deb: erreur: coller subprocess was killed by signal (Relais brisé (pipe))
Des erreurs ont été rencontrées pendant l'exécution :
/var/cache/apt/archives/libguvcview-2.0-0_2.0.7+ubuntu2~ppa1+1449-0ubuntu1~2022
01040911~ubuntu20.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
huurd@huurd-System-Product-Name:~$
Hors ligne
#17 Le 27/01/2022, à 13:03
- ylag
Re : petit probleme au demarrage
Bonjour,
Si on se fie au message #16, l'installation du paquet libguvcview-2.0-0 semble vouloir remplacer un fichier déjà présent sur ton système, faisant partie d'un autre paquet.
Ça arrive quelquefois lorsque l'on utilise des dépôts tiers pas vraiment compatibles entre eux ?
Je ne sais pas comment démêler facilement cet écheveau, désolé; faudra le passage des pointures du forum en ce domaine...
A+
Dernière modification par ylag (Le 27/01/2022, à 13:10)
Hors ligne
#18 Le 27/01/2022, à 14:32
- geole
Re : petit probleme au demarrage
Bonjour
Essayons de suivre cet exemple https://askubuntu.com/questions/993756/ … s-not-inst
apt list --installed | grep guvc
commandes à adapter en fonction du retour
sudo dpkg -r --force-depends guvcview
sudo dpkg -r --force-depends libguvcview-2.0-2
puis
sudo apt-get -f install
sudo apt-get upgrade
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
#19 Le 27/01/2022, à 18:44
- syborg
Re : petit probleme au demarrage
Le retour de la premiere commande
huurd@huurd-System-Product-Name:~$ apt list --installed | grep guvc
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
guvcview/now 2.0.7+ubuntu2~ppa1+1444-0ubuntu1~202110272153~ubuntu20.04.1 amd64 [installé, pouvant être mis à jour vers : 2.0.7+ubuntu2~ppa1+1449-0ubuntu1~202201040911~ubuntu20.04.1]
libguvcview-2.0-2/focal,now 2.0.6+debian-1build1 amd64 [installé, pouvant être supprimé automatiquement]
huurd@huurd-System-Product-Name:~$
Tu me conseilles de faire quoi maintenant ?
Hors ligne
#20 Le 27/01/2022, à 19:45
- geole
Re : petit probleme au demarrage
Suivre l exemple, Cela ne cassera pas plus
sudo dpkg -r --force-depends guvcview
sudo dpkg -r --force-depends libguvcview-2.0-2
sudo apt-get -f install
sudo apt-get upgrade
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
#21 Le 28/01/2022, à 10:19
- syborg
Re : petit probleme au demarrage
J'ai passé toutes ces commandes. Quelle est l'étape suivante ?
Hors ligne
#22 Le 28/01/2022, à 11:43
- ylag
Re : petit probleme au demarrage
Bonjour,
Puisqu'on n'a pas vu les retours des commandes suggérées au #20, poste le résultat complet de la commande suivante, histoire de voir si les mises à jour sont débloquées sur ton système :
sudo apt update
A+
Hors ligne
#23 Le 28/01/2022, à 13:22
- syborg
Re : petit probleme au demarrage
uurd@huurd-System-Product-Name:~$ sudo apt update
[sudo] Mot de passe de huurd :
Atteint :1 http://ppa.launchpad.net/pj-assis/ppa/ubuntu focal InRelease
Atteint :2 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease
Réception de :3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Atteint :4 http://es.archive.ubuntu.com/ubuntu focal InRelease
Réception de :5 http://es.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Réception de :6 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [40,6 kB]
Atteint :8 https://repo.skype.com/deb stable InRelease
Réception de :9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [66,3 kB]
Réception de :10 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2.464 B]
Réception de :11 http://es.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Réception de :12 http://es.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [282 kB]
Réception de :13 http://es.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [364 kB]
Réception de :14 http://es.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [944 B]
Réception de :15 http://es.archive.ubuntu.com/ubuntu focal-backports/main amd64 DEP-11 Metadata [8.000 B]
Réception de :16 http://es.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [12,2 kB]
Atteint :7 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
1.112 ko réceptionnés en 34s (33,0 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
4 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
huurd@huurd-System-Product-Name:~$
Hors ligne
#24 Le 28/01/2022, à 14:40
- ylag
Re : petit probleme au demarrage
Bonjour,
Ton système de paquetage semble remis d'aplomb, pas d'erreurs dans le retour au #23.
Ne resterait plus qu'à effectuer les mises à jour, en faisant suivre la commande précédente par :
sudo apt full-upgrade
Concernant ton souci initial, il faudra attendre le retour de @geole et/ou de @malbo.
A+
Dernière modification par ylag (Le 28/01/2022, à 14:40)
Hors ligne
#25 Le 28/01/2022, à 14:49
- syborg
Re : petit probleme au demarrage
ok merci ylag !
Hors ligne