Pages : 1
#1 Le 20/08/2020, à 10:15
- lemime
version noyau boot EFI
Bonjour,
J'ai installé récemment une version server 20.04 sur mon pc et je galère avec le boot et les versions de noyau.
En fait j'essaie de comprendre mais j'ai énormément de mal.
J'ai un boot EFI :
****@ubuntu:~$ [ -d /sys/firmware/efi ] && echo "Session EFI" || echo "Session non-EFI"
Session EFI
Lorsque je lis mon fstab, j'ai :
****@ubuntu:~$ sudo cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
...
# /boot was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/e3e778fc-2c3a-4f8f-88a4-8ce6acbabb58 /boot xfs defaults 0 0
...
# /boot/efi was on /dev/sda1 during curtin installation
/dev/disk/by-uuid/7658-4D51 /boot/efi vfat defaults 0 0
Enfin quand je jette un oeil sur la version de noyau active, j'ai :
****@ubuntu:~$ cat /proc/version
Linux version 5.4.0-37-generic (buildd@lcy01-amd64-001) (gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)) #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020
alors que :
****@ubuntu:~$ dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
ii linux-headers-5.4.0-37 5.4.0-37.41 all
ii linux-headers-5.4.0-37-generic 5.4.0-37.41 amd64
ii linux-image-5.4.0-37-generic 5.4.0-37.41 amd64
ii linux-modules-5.4.0-37-generic 5.4.0-37.41 amd64
ii linux-modules-extra-5.4.0-37-generic 5.4.0-37.41 amd64
ii linux-headers-5.4.0-40 5.4.0-40.44 all
ii linux-headers-5.4.0-40-generic 5.4.0-40.44 amd64
ii linux-image-5.4.0-40-generic 5.4.0-40.44 amd64
ii linux-modules-5.4.0-40-generic 5.4.0-40.44 amd64
ii linux-modules-extra-5.4.0-40-generic 5.4.0-40.44 amd64
ii linux-headers-5.4.0-42 5.4.0-42.46 all
ii linux-headers-5.4.0-42-generic 5.4.0-42.46 amd64
ii linux-image-5.4.0-42-generic 5.4.0-42.46 amd64
ii linux-modules-5.4.0-42-generic 5.4.0-42.46 amd64
ii linux-modules-extra-5.4.0-42-generic 5.4.0-42.46 amd64
ii linux-generic 5.4.0.42.46 amd64
ii linux-headers-generic 5.4.0.42.46 amd64
ii linux-image-generic 5.4.0.42.46 amd64
J'ai donc deux questions :
Pourquoi deux entrées dans ma fstab ?
Pourquoi le noyau actif n'est pas le dernier présent sur mon linux ?
Enfin question subsidiaire : je n'ai aucun menu grub qui s'affiche au démarrage de ma machine, je n'ai qu'un écran gris.
Merci par avance pour votre aide.
Hors ligne
#2 Le 20/08/2020, à 11:06
- Qid
Re : version noyau boot EFI
Question 1) quel est ton partitionnement ? Tu as mis une partition /boot à part alors que l'efi a besoin d'une /boot/efi !?
Question 2) certainement un problème d'update-grub mais en l'état nous n'avons pas assez d'éléments pour répondre à cette question de façon plus précise
Question subsidiaire) si tu n'as qu'un seul système c'est normal...
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#3 Le 20/08/2020, à 13:53
- lemime
Re : version noyau boot EFI
Bonjour,
Merci pour ton aide.
partitionnement standard avec LVM. Je t'avoue que je ne sais plus ce que j'ai fait pour /boot
Quels sont les éléments qui te permettrait de m'en dire plus sur les versions de noyau ?
J'ai eu des install auparavant où le menu grub au démarrage apparaissait quand même. Je ne fais que peu de multiboot.
Hors ligne
#4 Le 20/08/2020, à 14:05
- Qid
Re : version noyau boot EFI
Bonjour,
Merci pour ton aide.
partitionnement standard avec LVM. Je t'avoue que je ne sais plus ce que j'ai fait pour /boot
cherche pas plus loin : /boot doit forcément être hors du système lvm pour autant que je me souvienne...
Quels sont les éléments qui te permettrait de m'en dire plus sur les versions de noyau ?
J'ai eu des install auparavant où le menu grub au démarrage apparaissait quand même. Je ne fais que peu de multiboot.
bah déjà ce serait bien que tu faces la commande que je t'ai donné et que tu m'en donne le retour :
sudo update-grub
quant au fait de faire apparaître le grub même dans une installation en simple boot il faut que tu modifies les paramètres de grub tu n'as pas le choix
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#5 Le 20/08/2020, à 14:26
- lemime
Re : version noyau boot EFI
Voilà ce que j'ai en partitions :
Périphérique Début Fin Secteurs Taille Type
/dev/sda1 2048 1050623 1048576 512M Système EFI
/dev/sda2 1050624 3147775 2097152 1G Système de fichiers Linux
/dev/sda3 3147776 976771071 973623296 464,3G Système de fichiers Linux
/dev/sda2 c'est /boot et il est bien en dehors du LVM que j'ai créé sur /dev/sda3
Hors ligne
#6 Le 20/08/2020, à 14:28
- lemime
Re : version noyau boot EFI
Voici le résultat de la commande :
****@ubuntu:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.4.0-37-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-37-generic
Image Linux trouvée : /boot/vmlinuz-5.4.0-33-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-33-generic
Adding boot menu entry for UEFI Firmware Settings
fait
Hors ligne
#7 Le 21/08/2020, à 07:20
- Qid
Re : version noyau boot EFI
Bah merde alors... Et ces kernels ils ont été installé comment ? Il manquerait des bouts ? Faut que je réfléchisse à la situation... Enfin à la limite ce n'est pas très grave... Je te tiens au courant dès que j'ai une idée mais pas aujourd'hui
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#8 Le 21/08/2020, à 09:58
- inbox
Re : version noyau boot EFI
Salut,
Que donne cette commande ?
dpkg -l grub* | grep ^i
A+
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#9 Le 24/08/2020, à 13:50
- lemime
Re : version noyau boot EFI
Bonjour,
Désolé pour la réponse tardive, voici le résultat de la commande :
****@ubuntu:~$ sudo dpkg -l grub* | grep ^i
ii grub-common 2.04-1ubuntu26.2 amd64 GRand Unified Bootloader (common files)
ii grub-efi-amd64 2.04-1ubuntu26.2 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii grub-efi-amd64-bin 2.04-1ubuntu26.2 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
ii grub-efi-amd64-signed 1.142.4+2.04-1ubuntu26.2 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
ii grub2-common 2.04-1ubuntu26.2 amd64 GRand Unified Bootloader (common files for version 2)
Hors ligne
#10 Le 24/08/2020, à 13:57
- geole
Re : version noyau boot EFI
Bonjour
Peux-tu aussi donner le retour de
ls -ls /boot
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
#11 Le 24/08/2020, à 14:02
- lemime
Re : version noyau boot EFI
Bah merde alors... Et ces kernels ils ont été installé comment ? Il manquerait des bouts ? Faut que je réfléchisse à la situation... Enfin à la limite ce n'est pas très grave... Je te tiens au courant dès que j'ai une idée mais pas aujourd'hui
Les kernels, je pense par update, non ?
Alors je ne me souviens plus très bien de ce que j'ai fait sur cette machine mais je crois que j'ai fait une tentative de partitionnement bizarre.
Je suis parti d'un ubuntu-server.
Hors ligne
#12 Le 24/08/2020, à 14:23
- Qid
Re : version noyau boot EFI
Qid a écrit :Bah merde alors... Et ces kernels ils ont été installé comment ? Il manquerait des bouts ? Faut que je réfléchisse à la situation... Enfin à la limite ce n'est pas très grave... Je te tiens au courant dès que j'ai une idée mais pas aujourd'hui
Les kernels, je pense par update, non ?
Bah... Si c'était par update il n'y a pas de raison que GRUB ne les vois pas après... J'avoue que j'ai du mal à comprendre ce qui a bien pu se passer... Quant au fait de faire l'installation d'une base serveur... Ça pourrait expliquer mais et encore... Je n'ai pas plus d'idée de quelle piste suivre
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#13 Le 25/08/2020, à 13:28
- lemime
Re : version noyau boot EFI
Qid a écrit :Bah merde alors... Et ces kernels ils ont été installé comment ? Il manquerait des bouts ? Faut que je réfléchisse à la situation... Enfin à la limite ce n'est pas très grave... Je te tiens au courant dès que j'ai une idée mais pas aujourd'hui
Les kernels, je pense par update, non ?
Alors je ne me souviens plus très bien de ce que j'ai fait sur cette machine mais je crois que j'ai fait une tentative de partitionnement bizarre.
Je suis parti d'un ubuntu-server.
***@ubuntu:~$ ls -ls /boot
total 202704
236 -rw-r--r-- 1 root root 237718 mai 21 14:34 config-5.4.0-33-generic
236 -rw-r--r-- 1 root root 237753 juin 3 16:24 config-5.4.0-37-generic
4 drwxr-xr-x 3 root root 4096 janv. 1 1970 efi
0 drwxr-xr-x 4 root root 87 août 20 15:26 grub
0 lrwxrwxrwx 1 root root 27 juin 10 09:03 initrd.img -> initrd.img-5.4.0-37-generic
84808 -rw-r--r-- 1 root root 86842795 juin 17 11:52 initrd.img-5.4.0-33-generic
84832 -rw-r--r-- 1 root root 86866630 juin 17 11:51 initrd.img-5.4.0-37-generic
0 lrwxrwxrwx 1 root root 27 juin 9 11:35 initrd.img.old -> initrd.img-5.4.0-33-generic
180 -rw-r--r-- 1 root root 182704 févr. 14 2020 memtest86+.bin
184 -rw-r--r-- 1 root root 184380 févr. 14 2020 memtest86+.elf
184 -rw-r--r-- 1 root root 184884 févr. 14 2020 memtest86+_multiboot.bin
4628 -rw------- 1 root root 4736769 mai 21 14:34 System.map-5.4.0-33-generic
4628 -rw------- 1 root root 4738082 juin 3 16:24 System.map-5.4.0-37-generic
0 lrwxrwxrwx 1 root root 24 juin 10 09:03 vmlinuz -> vmlinuz-5.4.0-37-generic
11392 -rw------- 1 root root 11662080 mai 21 14:38 vmlinuz-5.4.0-33-generic
11392 -rw------- 1 root root 11662080 juin 3 17:32 vmlinuz-5.4.0-37-generic
0 lrwxrwxrwx 1 root root 24 juin 9 11:35 vmlinuz.old -> vmlinuz-5.4.0-33-generic
Hors ligne
#14 Le 25/08/2020, à 13:30
- lemime
Re : version noyau boot EFI
En regardant dans le syslog, j'ai ça :
Aug 24 10:14:15 ubuntu systemd[1]: Starting GRUB failed boot detection...
Aug 24 10:14:15 ubuntu systemd[1]: Started irqbalance daemon.
Aug 24 10:14:15 ubuntu systemd[1]: Starting Dispatcher daemon for systemd-networkd...
Aug 24 10:14:15 ubuntu systemd[1]: Started Set the CPU Frequency Scaling governor.
Aug 24 10:14:15 ubuntu systemd[1]: Starting Authorization Manager...
Aug 24 10:14:15 ubuntu systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Aug 24 10:14:15 ubuntu systemd[1]: Starting System Logging Service...
Aug 24 10:14:15 ubuntu systemd[1]: Condition check resulted in Secure Boot updates for DB and DBX being skipped.
Aug 24 10:14:15 ubuntu systemd[1]: Condition check resulted in Automatically repair incorrect owner/permissions on core devices being skipped.
Aug 24 10:14:15 ubuntu systemd[1]: Condition check resulted in Wait for the Ubuntu Core chooser trigger being skipped.
Aug 24 10:14:15 ubuntu systemd[1]: Starting Snap Daemon...
Aug 24 10:14:15 ubuntu systemd[1]: Starting Switcheroo Control Proxy service...
Aug 24 10:14:15 ubuntu systemd[1]: Starting Login Service...
Aug 24 10:14:15 ubuntu systemd[1]: Starting Thermal Daemon Service...
Aug 24 10:14:15 ubuntu systemd[1]: Starting Disk Manager...
Aug 24 10:14:15 ubuntu systemd[1]: Starting WPA supplicant...
Aug 24 10:14:15 ubuntu systemd[1]: anacron.service: Succeeded.
Aug 24 10:14:15 ubuntu systemd[1]: e2scrub_reap.service: Succeeded.
Aug 24 10:14:15 ubuntu systemd[1]: Finished Remove Stale Online ext4 Metadata Check Snapshots.
Aug 24 10:14:15 ubuntu systemd[1]: pppd-dns.service: Succeeded.
Aug 24 10:14:15 ubuntu systemd[1]: Finished Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Aug 24 10:14:15 ubuntu avahi-daemon[978]: Found user 'avahi' (UID 119) and group 'avahi' (GID 125).
Aug 24 10:14:15 ubuntu avahi-daemon[978]: Successfully dropped root privileges.
Aug 24 10:14:15 ubuntu avahi-daemon[978]: avahi-daemon 0.7 starting up.
Aug 24 10:14:15 ubuntu systemd[1]: grub-initrd-fallback.service: Succeeded.
Aug 24 10:14:15 ubuntu systemd[1]: Finished GRUB failed boot detection.
Dernière modification par lemime (Le 25/08/2020, à 13:32)
Hors ligne
#15 Le 25/08/2020, à 13:40
- inbox
Re : version noyau boot EFI
Sans conviction, essaye de réinstaller les paquets du noyau 42 avec :
sudo apt reinstall linux-headers-5.4.0-42 linux-headers-5.4.0-42-generic linux-image-5.4.0-42-generic linux-modules-5.4.0-42-generic linux-modules-extra-5.4.0-42-generic
Puis une mise à jour du Grub, pour être certain qu'elle est faite :
sudo update-grub
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#16 Le 25/08/2020, à 15:22
- Babdu89
Re : version noyau boot EFI
Bonjour.
On peut voir;
cat /etc/default/grub
Voir ce qu'il faut modifier pour afficher le menu grub au démarrage?.
L'affichage du menu Grub permettra de savoir quels noyaux sont pris en compte par grub.
Celui qui permet le démarrage normal, et ceux contenu dans le sous menu grub .
@+. Babdu89 .
J'ai découvert Ubuntu avec la 07.10.... Et alors?!... Depuis je regarde de temps en temps si Windows marche toujours....
Hors ligne
#17 Le 25/08/2020, à 16:16
- lemime
Re : version noyau boot EFI
***@ubuntu:~$ cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
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=""
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Hors ligne
Pages : 1