#1 Le 11/04/2023, à 12:53
- eric63
[Résolus] pas de grub2 en multiécran et avoir refind en #62
Salut
Bon comme je n’ai pas l’habitude de trifouiller le grub j’aimerais de l’aide sur les choses à faire.
Comme dit dans le titre depuis quelques temps je n’arrive plus à accéder au grub ni même au bios.
Lorsque je ne touche pas au clavier tout s’enchaîne presque normalement (sauf que je ne vois pas le grub qui me donnait l’option de voir le bios efi) jusqu’au sddm et j’accède à ma session normalement.
Si j’utilise la touche F11 pour rentrer dans le bios, l’ordi se bloque et je reste devant un écran noir.
si j’utilise les touches fléchées j’ai au mieux une longue liste d’opérations qui m’indique à la fin
«…
[ OK] Finished Record successfull boot for GRUB»
starting GRUB failed boot detection
Finished GRUB boot detection
Finished detect the availiable GPUs and deal with any system changes
et l’ordi reste bloqué à ce stade
j’aimerais bien retrouver mon grub et mon accès au bios mais je ne sais quoi faire
P.s. Comme le fil est assez long la solution trouvée post #61 pour le grub en multiécran est de modifier l’emplacements des cables hdmi pour que le boot se fasse sur un écran actif allumé
Dernière modification par eric63 (Le 12/06/2023, à 13:22)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#2 Le 11/04/2023, à 13:09
- geole
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Bonjour
Pour avoir en permanence, le grub qui s affiche, il faut modifier trois options du fichier /etc/default/grub. Mettre
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=51
GRUB_TERMINAL=console
puis informer
sudo update-grub
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
#3 Le 11/04/2023, à 13:19
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Merci geole
GRUB_TIMEOUT_STYLE=menu (qui était en hidden)
et le GRUB_TERMINAL=console (qui était en #)
# 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=menu
GRUB_TIMEOUT=51
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
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"
kubu@kubu-MS-7821:~$ sudo update-grub
[sudo] Mot de passe de kubu :
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.19.0-38-generic
Found initrd image: /boot/initrd.img-5.19.0-38-generic
Found linux image: /boot/vmlinuz-5.19.0-35-generic
Found initrd image: /boot/initrd.img-5.19.0-35-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Ubuntu 16.04.3 LTS (16.04) on /dev/sda5
Adding boot menu entry for UEFI Firmware Settings ...
done
kubu@kubu-MS-7821:~$
bon premier essai pas de vision du grub pas d’accès au bios
décommenter GRUB_TERMINAL=console ne fait rien
et GRUB_TIMEOUT=51 allonge le temps d’attente donc remis à 5
j’ai un logo et par dessus l’image d’alerte du boot qui apparaissent ensemble mais F11 ou «Del» éteigne les logos mais bloque la suite
Dernière modification par eric63 (Le 11/04/2023, à 14:43)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#4 Le 11/04/2023, à 17:50
- geole
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Modifie ces lignes
GRUB_CMDLINE_LINUX_DEFAULT=" "
GRUB_INIT_TUNE="480 440 1"
GRUB_TIMEOUT=30
Puis informe le grub
et au démarrage, compte le nombre de secondes qui s 'écoulent entre le bip et la vraie mise en route.
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
#5 Le 11/04/2023, à 18:14
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
# 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=menu
GRUB_TIMEOUT=30
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"
Résultat:
environ 1mn pour que le disque dur démarre
puis 1 mn pour arriver au sddm
pas de beep (mais c’est peut être normal il me semble que je l’ai débranché physiquement)
une liste de commandes de démarrage sans toucher au clavier
fonctionnement final au sddm correct et accès session ok
kubu@kubu-MS-7821:~$ systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @47.616s
└─multi-user.target @47.616s
└─snapd.seeded.service @47.073s +542ms
└─snapd.service @22.337s +24.733s
└─basic.target @21.913s
└─sockets.target @21.913s
└─snapd.socket @21.909s +3ms
└─sysinit.target @21.842s
└─systemd-resolved.service @21.197s +642ms
└─systemd-tmpfiles-setup.service @20.458s +680ms
└─systemd-journal-flush.service @4.075s +16.379s
└─systemd-journald.service @3.730s +343ms
└─systemd-journald.socket @3.711s
└─system.slice @3.686s
└─-.slice @3.686s
kubu@kubu-MS-7821:~$
kubu@kubu-MS-7821:~$ systemd-analyze blame
24.733s snapd.service
16.379s systemd-journal-flush.service
13.209s cups.service
11.784s udisks2.service
10.060s dev-sdd2.device
9.897s accounts-daemon.service
8.951s ModemManager.service
7.634s NetworkManager-wait-online.service
7.200s dev-loop16.device
6.914s dev-loop9.device
6.834s dev-loop12.device
6.362s dev-loop14.device
6.354s dev-loop8.device
6.056s polkit.service
6.055s power-profiles-daemon.service
5.923s avahi-daemon.service
5.910s dbus.service
5.762s dev-loop13.device
5.718s dev-loop10.device
5.682s dev-loop11.device
5.507s systemd-logind.service
5.505s thermald.service
5.267s dev-loop15.device
3.685s smartmontools.service
3.531s dev-loop2.device
3.530s dev-loop7.device
3.360s dev-loop6.device
3.360s dev-loop4.device
3.013s dev-loop1.device
2.553s dev-loop5.device
2.471s systemd-fsck@dev-disk-by\x2duuid-e89b0212\x2d446b\x2d40c2\x2da95c\x2d1c1c44b101c9.service
2.275s systemd-modules-load.service
2.228s dev-loop3.device
2.183s colord.service
2.135s NetworkManager.service
2.081s dev-loop0.device
2.036s systemd-udevd.service
1.992s gpu-manager.service
1.803s apparmor.service
1.609s apport.service
1.403s snapd.apparmor.service
1.319s wpa_supplicant.service
1.264s grub-common.service
967ms dev-disk-by\x2duuid-e0a5ff7b\x2de403\x2d47cd\x2db7a6\x2d52067621baf9.swap
958ms snap-bare-5.mount
936ms snap-core20-1828.mount
908ms rsyslog.service
873ms systemd-fsck@dev-disk-by\x2duuid-351E\x2dB5D9.service
795ms e2scrub_reap.service
782ms lm-sensors.service
774ms snap-core20-1852.mount
745ms systemd-udev-trigger.service
720ms snap-cups-872.mount
695ms snap-freecad\x2drealthunder-107.mount
692ms systemd-fsck@dev-disk-by\x2duuid-ac4c7fa9\x2ddc2a\x2d483a\x2d8a1f\x2d4686f2de20d5.service
686ms snap-freecad\x2drealthunder-108.mount
680ms systemd-tmpfiles-setup.service
650ms kerneloops.service
642ms systemd-resolved.service
625ms keyboard-setup.service
622ms setvtrgb.service
590ms alsa-restore.service
575ms systemd-sysusers.service
574ms sddm.service
542ms snapd.seeded.service
523ms snap-gnome\x2d3\x2d38\x2d2004-119.mount
522ms systemd-tmpfiles-setup-dev.service
490ms grub-initrd-fallback.service
490ms systemd-random-seed.service
435ms DATA.mount
424ms user@1000.service
410ms snap-gnome\x2d3\x2d38\x2d2004-137.mount
383ms snap-gtk\x2dcommon\x2dthemes-1535.mount
370ms nvidia-persistenced.service
343ms systemd-journald.service
322ms snap-kde\x2dframeworks\x2d5\x2d96\x2dqt\x2d5\x2d15\x2d5\x2dcore20-7.mount
310ms snap-kde\x2dframeworks\x2d5\x2d99\x2dqt\x2d5\x2d15\x2d7\x2dcore20-15.mount
296ms home.mount
276ms systemd-timesyncd.service
269ms snap-qt515\x2dcore20-26.mount
263ms snap-qt515\x2dcore20-27.mount
244ms snap-snapd-18357.mount
237ms snap-snapd-18596.mount
201ms systemd-sysctl.service
198ms ufw.service
198ms boot-efi.mount
164ms update-notifier-download.service
152ms coolwsd.service
147ms plymouth-read-write.service
140ms dev-hugepages.mount
139ms dev-mqueue.mount
138ms sys-kernel-debug.mount
138ms sys-kernel-tracing.mount
124ms kmod-static-nodes.service
123ms modprobe@drm.service
122ms modprobe@configfs.service
121ms modprobe@fuse.service
112ms systemd-remount-fs.service
108ms snap-whatsie-140.mount
99ms console-setup.service
78ms modprobe@chromeos_pstore.service
78ms upower.service
57ms systemd-update-utmp.service
42ms rtkit-daemon.service
38ms proc-sys-fs-binfmt_misc.mount
38ms systemd-user-sessions.service
30ms snap-whatsie-142.mount
14ms user-runtime-dir@1000.service
10ms plymouth-quit.service
8ms systemd-tmpfiles-clean.service
5ms systemd-update-utmp-runlevel.service
4ms modprobe@efi_pstore.service
3ms modprobe@pstore_blk.service
3ms sys-fs-fuse-connections.mount
3ms sys-kernel-config.mount
3ms snapd.socket
3ms modprobe@pstore_zone.service
2ms modprobe@ramoops.service
kubu@kubu-MS-7821:~$
Dernière modification par eric63 (Le 11/04/2023, à 18:55)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#6 Le 11/04/2023, à 21:13
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
bon apparement j’ai pas le bon grub
il devrait être sur sdd
et j’ai l’impression que c’est celui sur sda qui est pris en compte
mon boot info
boot-info-4ppa203 [20230411_2202]
============================== Boot Info Summary ===============================
=> 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 (,msdos5)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> No boot loader is installed in the MBR of /dev/sdb.
=> No boot loader is installed in the MBR of /dev/sdc.
=> No boot loader is installed in the MBR of /dev/sdd.
sda1: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sda6: __________________________________________________________________________
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:
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Boot file info: Grub2 (v2.00) in the file
/kubuntu-22.04-desktop-amd64.iso looks at sector 0 of
the same hard drive for core.img, but core.img can not
be found at this location.
Operating System:
Boot files:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdd1: __________________________________________________________________________
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/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdd2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.10
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdd3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdd4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
================================ 2 OS detected =================================
OS#1: Ubuntu 16.04.3 LTS on sda5
OS#2: Ubuntu 22.10 on sdd2
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: GP106 [GeForce GTX 1060 6GB] Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller EFI VGA from NVIDIA Corporation Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.19.0-38-generic root=UUID=38dcce0f-1a89-495f-810d-debe15e42521 ro
df -Th / : /dev/sdd2 ext4 46G 35G 9,2G 79% /
===================================== UEFI =====================================
BIOS/UEFI firmware: V1.2(4.6) from American Megatrends Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this installed-session.
SecureBoot disabled (confirmed by mokutil).
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 0000,0007,0008,0001,0009,0003
Boot0000* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.A.M.S.U.N.G. .H.D.1.0.3.U.J....................A...........................>..Gd-.;.A..MQ..L.1.S.P.3.9.J.S.0.3.A.4.7.0.6. . . . . . ........BO..NO........o.S.T.5.0.0.D.M.0.0.2.-.1.B.C.1.4.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .2.W.1.A.8.6.R.B........BO..NO........o.O.O.S.3.0.0.0.G....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .0.0.0.0.0.0.0.0........BO..NO........o.S.T.8.0.0.0.D.M.0.0.4.-.2.U.9.1.8.8....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .S.W.1.C.E.N.A.L........BO
Boot0003* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot0007* UEFI OS HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\BOOT\BOOTX64.EFI)
Boot0008* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\Ubuntu\grubx64.efi)
Boot0009* MFC-J4510DW BBS(255,,0x0)..BO
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdd : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
sdb : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sdc : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdd2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdd3 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdd1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdd4 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb2 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb3 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdc1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sda5 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, not-far
sda6 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sdd2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd3 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd4 : 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
sdb3 : 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
sdc1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda5 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda6 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdd2 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdd
sdd3 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdd1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdd4 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdb2 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb3 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb1 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdc1 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdc
sda5 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda6 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: 0x000b9430
Boot Start End Sectors Size Id Type
sda1 2048 3905535 3903488 1.9G 82 Linux swap / Solaris
sda2 * 3907582 976771071 972863490 463.9G 5 Extended
sda5 3907584 101562367 97654784 46.6G 83 Linux
sda6 101564416 976771071 875206656 417.3G 83 Linux
Disk sdb: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk identifier: 8A84064A-7B50-4F3C-97FC-92B88FA8359C
Start End Sectors Size Type
sdb1 10240 2048008191 2047997952 976.6G Linux filesystem
sdb2 2048008192 4096006143 2047997952 976.6G Linux filesystem
sdb3 4096006144 5860526079 1764519936 841.4G Linux filesystem
Disk sdd: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 38BD6879-03FF-4E7B-9A20-BA03B86BAAC3
Start End Sectors Size Type
sdd1 2048 77823 75776 37M EFI System
sdd2 77824 97734655 97656832 46.6G Linux filesystem
sdd3 97734656 488359935 390625280 186.3G Linux filesystem
sdd4 488359936 1953523711 1465163776 698.6G Linux filesystem
Disk sdc: 7.28 TiB, 8001563222016 bytes, 15628053168 sectors
Disk identifier: DF83DD16-1D09-634A-84D7-D7E497D779BA
Start End Sectors Size Type
sdc1 2048 15628046335 15628044288 7.3T Linux filesystem
parted -lm (filtered): _________________________________________________________
sda:500GB:scsi:512:512:msdos:ATA ST500DM002-1BC14:;
1:1049kB:2000MB:1999MB:linux-swap(v1)::swap;
2:2001MB:500GB:498GB:::boot;
5:2001MB:52.0GB:50.0GB:ext4::;
6:52.0GB:500GB:448GB:ext4::;
sdb:3001GB:scsi:512:4096:gpt:ATA OOS3000G:;
1:5243kB:1049GB:1049GB:ext4::;
2:1049GB:2097GB:1049GB:ext4::;
3:2097GB:3001GB:903GB:ext4::;
sdc:8002GB:scsi:512:4096:gpt:ATA ST8000DM004-2U91:;
1:1049kB:8002GB:8002GB:ext4::;
sdd:1000GB:scsi:512:512:gpt:ATA SAMSUNG HD103UJ:;
1:1049kB:39.8MB:38.8MB:fat32::boot, esp;
2:39.8MB:50.0GB:50.0GB:ext4::;
3:50.0GB:250GB:200GB:ext4::;
4:250GB:1000GB:750GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 swap e0a5ff7b-e403-47cd-b7a6-52067621baf9 000b9430-01
├─sda2 000b9430-02
├─sda5 ext4 a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1 000b9430-05 KDE_NEON
└─sda6 ext4 e994865b-6bef-45e8-a52a-f3bafb51b650 000b9430-06 HDD
sdb
├─sdb1 ext4 5655c8a8-99f7-4c2f-bb2f-3476cfa06ba0 dedbe4ac-e732-4ace-b722-c811d888efe3 STEAM
├─sdb2 ext4 4e1eee72-d8fe-44bd-8bac-e4a66df5d0e5 6a80bfed-d833-403e-bf48-1f723d40c06a EPIC2
└─sdb3 ext4 3e4f9824-94b2-4bfd-b5bb-fa004d793cb5 d87e6c93-6ddf-4bd6-8c81-712aa3ef2363 EPIC3
sdc
└─sdc1 ext4 35bb9ca2-2022-4dfa-a201-1a2dde7ce1aa 0ed12f75-5775-a84c-acdb-033c05c74693 JEUX8T
sdd
├─sdd1 vfat 351E-B5D9 69983cd3-fff2-4355-83ec-81b2cf4ccc77
├─sdd2 ext4 38dcce0f-1a89-495f-810d-debe15e42521 ca810b02-b705-41c1-9604-f8db5e03649c
├─sdd3 ext4 ac4c7fa9-dc2a-483a-8a1f-4686f2de20d5 006788f7-dc94-45b3-866a-81d2a5fb66aa
└─sdd4 ext4 e89b0212-446b-40c2-a95c-1c1c44b101c9 d065592f-78bb-43ab-98b7-ef67c593eb65
sde
Mount points (filtered): _______________________________________________________sudo add-apt-repository -y ppa:yannubuntu/boot-repair; sudo apt update; sudo apt install -y boot-info; boot-info
Avail Use% Mounted on
/dev/sda5 31.2G 27% /mnt/boot-sav/sda5
/dev/sda6 57.6G 81% /mnt/boot-sav/sda6
/dev/sdb1 308.7G 63% /mnt/boot-sav/sdb1
/dev/sdb2 305.8G 63% /mnt/boot-sav/sdb2
/dev/sdb3 650.9G 16% /mnt/boot-sav/sdb3
/dev/sdc1 5.6T 17% /media/kubu/JEUX8T
/dev/sdd2 9.1G 75% /
/dev/sdd3 107.8G 36% /home
/dev/sdd4 453.8G 29% /DATA
Mount options (filtered): ______________________________________________________
====================== sda5/boot/grub/grub.cfg (filtered) ======================
Ubuntu a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-104-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-103-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-101-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-98-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-97-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu 22.04.1 LTS (22.04) (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
Ubuntu (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
Ubuntu, with Linux 5.15.0-48-generic (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
Ubuntu, with Linux 5.15.0-47-generic (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda5/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=e994865b-6bef-45e8-a52a-f3bafb51b650 /home ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=e0a5ff7b-e403-47cd-b7a6-52067621baf9 none swap sw 0 0
======================= sda5/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
18.006130219 = 19.333935104 boot/grub/grub.cfg 1
18.172561646 = 19.512639488 boot/grub/i386-pc/core.img 1
17.625602722 = 18.925346816 boot/vmlinuz-4.4.0-101-generic 1
9.205833435 = 9.884688384 boot/vmlinuz-4.4.0-103-generic 1
9.921775818 = 10.653425664 boot/vmlinuz-4.4.0-104-generic 1
8.535648346 = 9.165082624 boot/vmlinuz-4.4.0-97-generic 1
8.720222473 = 9.363267584 boot/vmlinuz-4.4.0-98-generic 1
9.921775818 = 10.653425664 vmlinuz 1
9.205833435 = 9.884688384 vmlinuz.old 1
8.480464935 = 9.105829888 boot/initrd.img-4.4.0-101-generic 5
16.597652435 = 17.821593600 boot/initrd.img-4.4.0-103-generic 5
16.707027435 = 17.939034112 boot/initrd.img-4.4.0-104-generic 5
15.545269012 = 16.691605504 boot/initrd.img-4.4.0-97-generic 5
15.230464935 = 16.353587200 boot/initrd.img-4.4.0-98-generic 4
16.707027435 = 17.939034112 initrd.img 5
16.597652435 = 17.821593600 initrd.img.old 5
===================== sda5: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12512 mars 1 2017 10_linux
-rwxr-xr-x 1 root root 11082 avril 16 2016 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 16 2016 30_os-prober
-rwxr-xr-x 1 root root 1418 avril 16 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 16 2016 40_custom
-rwxr-xr-x 1 root root 216 avril 16 2016 41_custom
===================== sdd1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 38dcce0f-1a89-495f-810d-debe15e42521 root hd3,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdd2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu, with Linux 5.19.0-38-generic 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu, with Linux 5.19.0-35-generic 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu 16.04.3 LTS (16.04) (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-104-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-103-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-101-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-98-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-97-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
========================== sdd2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdd2 during installation
UUID=38dcce0f-1a89-495f-810d-debe15e42521 / ext4 errors=remount-ro 0 1
# /DATA was on /dev/sdd4 during installation
UUID=e89b0212-446b-40c2-a95c-1c1c44b101c9 /DATA ext4 defaults 0 2
# /boot/efi was on /dev/sdd1 during installation
UUID=351E-B5D9 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sdd3 during installation
UUID=ac4c7fa9-dc2a-483a-8a1f-4686f2de20d5 /home ext4 defaults 0 2
# swap was on /dev/sdb1 during installation
UUID=e0a5ff7b-e403-47cd-b7a6-52067621baf9 none swap sw 0 0
======================= sdd2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=30
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=" "
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL=console
GRUB_INIT_TUNE="480 440 1"
==================== sdd2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
15.907455444 = 17.080500224 boot/grub/grub.cfg 1
16.853103638 = 18.095882240 boot/vmlinuz 2
37.373043060 = 40.128999424 boot/vmlinuz-5.19.0-35-generic 2
16.853103638 = 18.095882240 boot/vmlinuz-5.19.0-38-generic 2
37.373043060 = 40.128999424 boot/vmlinuz.old 2
39.535152435 = 42.450546688 boot/initrd.img 12
38.568355560 = 41.412456448 boot/initrd.img-5.19.0-35-generic 8
39.535152435 = 42.450546688 boot/initrd.img-5.19.0-38-generic 12
38.568355560 = 41.412456448 boot/initrd.img.old 8
===================== sdd2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18683 avril 15 2022 10_linux
-rwxr-xr-x 1 root root 43263 sept. 19 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14387 sept. 19 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 avril 15 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 avril 15 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 févr. 19 2022 35_fwupd
-rwxr-xr-x 1 root root 214 avril 15 2022 40_custom
-rwxr-xr-x 1 root root 215 avril 15 2022 41_custom
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub-efi of
sdd2,
using the following options: sdd1/boot/efi
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu 22.10 entry (sdd1/efi/****/grub****.efi (**** will be updated in the final message) file) !
Dernière modification par eric63 (Le 11/04/2023, à 21:24)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#7 Le 14/04/2023, à 11:57
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
bon j’ai essayé avec boot repair
mais il persiste à booter sur sda au lieu de sdd
je ne dois pas faire ce qu’il faut
la fenêtre après boot repair m'indique
Le démarrage de l'ordinateur a été correctement réparé.
Un nouveau fichier (/var/log/boot-repair/20230414_124439/Boot-Info_20230414_1244.txt) va s'ouvrir dans votre visionneur de texte.
Si vous avez toujours des problèmes de démarrage, indiquez son contenu à :
boot.repair@gmail.com ou sur votre forum favori.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de faire démarrer votre firmware UEFI sur l'entrée Ubuntu 22.10 (fichier sdd1/efi/ubuntu/grubx64.efi) !
la dernière ligne me pose problème car je ne vois pas d’accès à ce fichier
et le boot info après
boot-repair-4ppa203 [20230414_1244]
============================= Boot Repair Summary ==============================
Recommended repair: ____________________________________________________________
The default repair of the Boot-Repair utility will reinstall the grub-efi of
sdd2,
using the following options: sdd1/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
rm /boot/efi/efi/Boot/bootx64.efi
mv /boot/efi/efi/Boot/bkpbootx64.efi /boot/efi/efi/Boot/bootx64.efi
sdd2/boot/efi not empty
======================== Reinstall the grub-efi of sdd2 ========================
grub-install --version
grub-install (GRUB) 2.06-2ubuntu12.1
modprobe efivars
efibootmgr -v before grub install
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 0000,0007,0008,0001,0009,0003
Boot0000* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(EFIubuntushimx64.efi)
Boot0001* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.A.M.S.U.N.G. .H.D.1.0.3.U.J....................A...........................>..Gd-.;.A..MQ..L.1.S.P.3.9.J.S.0.3.A.4.7.0.6. . . . . . ........BO..NO........o.S.T.5.0.0.D.M.0.0.2.-.1.B.C.1.4.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .2.W.1.A.8.6.R.B........BO..NO........o.O.O.S.3.0.0.0.G....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .0.0.0.0.0.0.0.0........BO..NO........o.S.T.8.0.0.0.D.M.0.0.4.-.2.U.9.1.8.8....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .S.W.1.C.E.N.A.L........BO
Boot0003* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot0007* UEFI OS HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(EFIBOOTBOOTX64.EFI)
Boot0008* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(EFIUbuntugrubx64.efi)
Boot0009* MFC-J4510DW BBS(255,,0x0)..BO
uname -r
5.19.0-38-generic
grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
Installation finished. No error reported.
df /dev/sdd1
mv /boot/efi/EFI/Boot/bootx64.efi /boot/efi/EFI/Boot/bkpbootx64.efi
cp /boot/efi/efi/ubuntu/grubx64.efi /boot/efi/EFI/Boot/bootx64.efi
grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
Installation finished. No error reported.
efibootmgr -v after grub install
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 0000,0007,0001,0009,0003
Boot0000* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(EFIubuntushimx64.efi)
Boot0001* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.A.M.S.U.N.G. .H.D.1.0.3.U.J....................A...........................>..Gd-.;.A..MQ..L.1.S.P.3.9.J.S.0.3.A.4.7.0.6. . . . . . ........BO..NO........o.S.T.5.0.0.D.M.0.0.2.-.1.B.C.1.4.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .2.W.1.A.8.6.R.B........BO..NO........o.O.O.S.3.0.0.0.G....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .0.0.0.0.0.0.0.0........BO..NO........o.S.T.8.0.0.0.D.M.0.0.4.-.2.U.9.1.8.8....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .S.W.1.C.E.N.A.L........BO
Boot0003* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot0007* UEFI OS HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(EFIBOOTBOOTX64.EFI)
Boot0009* MFC-J4510DW BBS(255,,0x0)..BO
update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.19.0-38-generic
Found initrd image: /boot/initrd.img-5.19.0-38-generic
Found linux image: /boot/vmlinuz-5.19.0-35-generic
Found initrd image: /boot/initrd.img-5.19.0-35-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Ubuntu 16.04.3 LTS (16.04) on /dev/sda5
Adding boot menu entry for UEFI Firmware Settings ...
Unhide GRUB boot menu in sdd2/boot/grub/grub.cfg
Le démarrage de l'ordinateur a été correctement réparé.
Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de faire démarrer votre firmware UEFI sur l'entrée Ubuntu 22.10 (fichier sdd1/efi/ubuntu/grubx64.efi) !
============================ Boot Info After Repair ============================
=> 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 (,msdos5)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> No boot loader is installed in the MBR of /dev/sdb.
=> No boot loader is installed in the MBR of /dev/sdc.
=> No boot loader is installed in the MBR of /dev/sdd.
sda1: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sda6: __________________________________________________________________________
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:
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Boot file info: Grub2 (v2.00) in the file
/kubuntu-22.04-desktop-amd64.iso looks at sector 0 of
the same hard drive for core.img, but core.img can not
be found at this location.
Operating System:
Boot files:
sdb3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdd1: __________________________________________________________________________
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/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sdd2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.10
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdd3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdd4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
================================ 2 OS detected =================================
OS#1: Ubuntu 16.04.3 LTS on sda5
OS#2: Ubuntu 22.10 on sdd2
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: GP106 [GeForce GTX 1060 6GB] Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller EFI VGA from NVIDIA Corporation Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.19.0-38-generic root=UUID=38dcce0f-1a89-495f-810d-debe15e42521 ro
df -Th / : /dev/sdd2 ext4 46G 34G 9,6G 78% /
===================================== UEFI =====================================
BIOS/UEFI firmware: V1.2(4.6) from American Megatrends Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this installed-session.
SecureBoot disabled (confirmed by mokutil).
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 0000,0007,0001,0009,0003
Boot0000* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.A.M.S.U.N.G. .H.D.1.0.3.U.J....................A...........................>..Gd-.;.A..MQ..L.1.S.P.3.9.J.S.0.3.A.4.7.0.6. . . . . . ........BO..NO........o.S.T.5.0.0.D.M.0.0.2.-.1.B.C.1.4.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .2.W.1.A.8.6.R.B........BO..NO........o.O.O.S.3.0.0.0.G....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .0.0.0.0.0.0.0.0........BO..NO........o.S.T.8.0.0.0.D.M.0.0.4.-.2.U.9.1.8.8....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .S.W.1.C.E.N.A.L........BO
Boot0003* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot0007* UEFI OS HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\BOOT\BOOTX64.EFI)
Boot0009* MFC-J4510DW BBS(255,,0x0)..BO
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdd : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
sdb : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sdc : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdd2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
sdd3 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdd1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdd4 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb2 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb3 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdc1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sda5 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, not-far
sda6 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sdd2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd3 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd4 : 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
sdb3 : 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
sdc1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda5 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda6 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdd2 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdd
sdd3 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdd1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdd4 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdd
sdb2 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb3 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdb1 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
sdc1 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdc
sda5 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda6 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: 0x000b9430
Boot Start End Sectors Size Id Type
sda1 2048 3905535 3903488 1.9G 82 Linux swap / Solaris
sda2 * 3907582 976771071 972863490 463.9G 5 Extended
sda5 3907584 101562367 97654784 46.6G 83 Linux
sda6 101564416 976771071 875206656 417.3G 83 Linux
Disk sdb: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk identifier: 8A84064A-7B50-4F3C-97FC-92B88FA8359C
Start End Sectors Size Type
sdb1 10240 2048008191 2047997952 976.6G Linux filesystem
sdb2 2048008192 4096006143 2047997952 976.6G Linux filesystem
sdb3 4096006144 5860526079 1764519936 841.4G Linux filesystem
Disk sdd: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 38BD6879-03FF-4E7B-9A20-BA03B86BAAC3
Start End Sectors Size Type
sdd1 2048 77823 75776 37M EFI System
sdd2 77824 97734655 97656832 46.6G Linux filesystem
sdd3 97734656 488359935 390625280 186.3G Linux filesystem
sdd4 488359936 1953523711 1465163776 698.6G Linux filesystem
Disk sdc: 7.28 TiB, 8001563222016 bytes, 15628053168 sectors
Disk identifier: DF83DD16-1D09-634A-84D7-D7E497D779BA
Start End Sectors Size Type
sdc1 2048 15628046335 15628044288 7.3T Linux filesystem
parted -lm (filtered): _________________________________________________________
sda:500GB:scsi:512:512:msdos:ATA ST500DM002-1BC14:;
1:1049kB:2000MB:1999MB:linux-swap(v1)::swap;
2:2001MB:500GB:498GB:::boot;
5:2001MB:52.0GB:50.0GB:ext4::;
6:52.0GB:500GB:448GB:ext4::;
sdb:3001GB:scsi:512:4096:gpt:ATA OOS3000G:;
1:5243kB:1049GB:1049GB:ext4::;
2:1049GB:2097GB:1049GB:ext4::;
3:2097GB:3001GB:903GB:ext4::;
sdc:8002GB:scsi:512:4096:gpt:ATA ST8000DM004-2U91:;
1:1049kB:8002GB:8002GB:ext4::;
sdd:1000GB:scsi:512:512:gpt:ATA SAMSUNG HD103UJ:;
1:1049kB:39.8MB:38.8MB:fat32::boot, esp;
2:39.8MB:50.0GB:50.0GB:ext4::;
3:50.0GB:250GB:200GB:ext4::;
4:250GB:1000GB:750GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 swap e0a5ff7b-e403-47cd-b7a6-52067621baf9 000b9430-01
├─sda2 000b9430-02
├─sda5 ext4 a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1 000b9430-05 KDE_NEON
└─sda6 ext4 e994865b-6bef-45e8-a52a-f3bafb51b650 000b9430-06 HDD
sdb
├─sdb1 ext4 5655c8a8-99f7-4c2f-bb2f-3476cfa06ba0 dedbe4ac-e732-4ace-b722-c811d888efe3 STEAM
├─sdb2 ext4 4e1eee72-d8fe-44bd-8bac-e4a66df5d0e5 6a80bfed-d833-403e-bf48-1f723d40c06a EPIC2
└─sdb3 ext4 3e4f9824-94b2-4bfd-b5bb-fa004d793cb5 d87e6c93-6ddf-4bd6-8c81-712aa3ef2363 EPIC3
sdc
└─sdc1 ext4 35bb9ca2-2022-4dfa-a201-1a2dde7ce1aa 0ed12f75-5775-a84c-acdb-033c05c74693 JEUX8T
sdd
├─sdd1 vfat 351E-B5D9 69983cd3-fff2-4355-83ec-81b2cf4ccc77
├─sdd2 ext4 38dcce0f-1a89-495f-810d-debe15e42521 ca810b02-b705-41c1-9604-f8db5e03649c
├─sdd3 ext4 ac4c7fa9-dc2a-483a-8a1f-4686f2de20d5 006788f7-dc94-45b3-866a-81d2a5fb66aa
└─sdd4 ext4 e89b0212-446b-40c2-a95c-1c1c44b101c9 d065592f-78bb-43ab-98b7-ef67c593eb65
sde
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/sda5 31.2G 27% /mnt/boot-sav/sda5
/dev/sda6 57.6G 81% /mnt/boot-sav/sda6
/dev/sdb1 308.7G 63% /mnt/boot-sav/sdb1
/dev/sdb2 305.8G 63% /mnt/boot-sav/sdb2
/dev/sdb3 650.9G 16% /mnt/boot-sav/sdb3
/dev/sdc1 5.6T 17% /media/kubu/JEUX8T
/dev/sdd2 9.5G 74% /
/dev/sdd3 107.7G 36% /home
/dev/sdd4 453.8G 29% /DATA
Mount options (filtered): ______________________________________________________
====================== sda5/boot/grub/grub.cfg (filtered) ======================
Ubuntu a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-104-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-103-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-101-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-98-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-97-generic a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu 22.04.1 LTS (22.04) (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
Ubuntu (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
Ubuntu, with Linux 5.15.0-48-generic (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
Ubuntu, with Linux 5.15.0-47-generic (on sda1) 08d3eb59-f39f-464d-8b23-fe34feb95d04
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda5/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=e994865b-6bef-45e8-a52a-f3bafb51b650 /home ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=e0a5ff7b-e403-47cd-b7a6-52067621baf9 none swap sw 0 0
======================= sda5/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
18.006130219 = 19.333935104 boot/grub/grub.cfg 1
18.172561646 = 19.512639488 boot/grub/i386-pc/core.img 1
17.625602722 = 18.925346816 boot/vmlinuz-4.4.0-101-generic 1
9.205833435 = 9.884688384 boot/vmlinuz-4.4.0-103-generic 1
9.921775818 = 10.653425664 boot/vmlinuz-4.4.0-104-generic 1
8.535648346 = 9.165082624 boot/vmlinuz-4.4.0-97-generic 1
8.720222473 = 9.363267584 boot/vmlinuz-4.4.0-98-generic 1
9.921775818 = 10.653425664 vmlinuz 1
9.205833435 = 9.884688384 vmlinuz.old 1
8.480464935 = 9.105829888 boot/initrd.img-4.4.0-101-generic 5
16.597652435 = 17.821593600 boot/initrd.img-4.4.0-103-generic 5
16.707027435 = 17.939034112 boot/initrd.img-4.4.0-104-generic 5
15.545269012 = 16.691605504 boot/initrd.img-4.4.0-97-generic 5
15.230464935 = 16.353587200 boot/initrd.img-4.4.0-98-generic 4
16.707027435 = 17.939034112 initrd.img 5
16.597652435 = 17.821593600 initrd.img.old 5
===================== sda5: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12512 mars 1 2017 10_linux
-rwxr-xr-x 1 root root 11082 avril 16 2016 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 16 2016 30_os-prober
-rwxr-xr-x 1 root root 1418 avril 16 2016 30_uefi-firmware
-rwxr-xr-x 1 root root 214 avril 16 2016 40_custom
-rwxr-xr-x 1 root root 216 avril 16 2016 41_custom
===================== sdd1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 38dcce0f-1a89-495f-810d-debe15e42521 root hd3,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdd2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu, with Linux 5.19.0-38-generic 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu, with Linux 5.19.0-35-generic 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu 16.04.3 LTS (16.04) (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-104-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-103-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-101-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-98-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-97-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
========================== sdd2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdd2 during installation
UUID=38dcce0f-1a89-495f-810d-debe15e42521 / ext4 errors=remount-ro 0 1
# /DATA was on /dev/sdd4 during installation
UUID=e89b0212-446b-40c2-a95c-1c1c44b101c9 /DATA ext4 defaults 0 2
# /boot/efi was on /dev/sdd1 during installation
UUID=351E-B5D9 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sdd3 during installation
UUID=ac4c7fa9-dc2a-483a-8a1f-4686f2de20d5 /home ext4 defaults 0 2
# swap was on /dev/sdb1 during installation
UUID=e0a5ff7b-e403-47cd-b7a6-52067621baf9 none swap sw 0 0
======================= sdd2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=" "
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL=console
GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER=false
==================== sdd2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
15.843097687 = 17.011396608 boot/grub/grub.cfg 1
16.853103638 = 18.095882240 boot/vmlinuz 2
37.373043060 = 40.128999424 boot/vmlinuz-5.19.0-35-generic 2
16.853103638 = 18.095882240 boot/vmlinuz-5.19.0-38-generic 2
37.373043060 = 40.128999424 boot/vmlinuz.old 2
32.864624023 = 35.288121344 boot/initrd.img 13
38.568355560 = 41.412456448 boot/initrd.img-5.19.0-35-generic 8
32.864624023 = 35.288121344 boot/initrd.img-5.19.0-38-generic 13
38.568355560 = 41.412456448 boot/initrd.img.old 8
===================== sdd2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18683 avril 15 2022 10_linux
-rwxr-xr-x 1 root root 43263 sept. 19 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14387 sept. 19 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 avril 15 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 avril 15 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 févr. 19 2022 35_fwupd
-rwxr-xr-x 1 root root 214 avril 15 2022 40_custom
-rwxr-xr-x 1 root root 215 avril 15 2022 41_custom
et donc je n’ai toujours pas d’accès au grub et au bios efi
Dernière modification par eric63 (Le 14/04/2023, à 11:59)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#8 Le 14/04/2023, à 15:34
- geole
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Bonjour
Extraits significatifs du boot-info
sdd1: __________________________________________________________________________
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/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
===================================== UEFI =====================================
BIOS/UEFI firmware: V1.2(4.6) from American Megatrends Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this installed-session.
SecureBoot disabled (confirmed by mokutil).
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.19.0-38-generic root=UUID=38dcce0f-1a89-495f-810d-debe15e42521 ro
df -Th / : /dev/sdd2 ext4 46G 34G 9,6G 78% /
===================== sdd1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 38dcce0f-1a89-495f-810d-debe15e42521 root hd3,gpt2
======================= sdd2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=" "
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL=console
GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER=false
====================== sdd2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu, with Linux 5.19.0-38-generic 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu, with Linux 5.19.0-35-generic 38dcce0f-1a89-495f-810d-debe15e42521
Ubuntu 16.04.3 LTS (16.04) (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-104-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-103-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-101-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-98-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Ubuntu, with Linux 4.4.0-97-generic (on sda5) a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1
Je ne vois pas pourquoi ton menu de boot ne s'affiche pas. Ne serait-il pas plus simple d'installer refind ?
sudo apt install refind
Je te signale que tu es sur le UBUNTU du disque sdd et pas du disque sda
Donne ce retour
df -htext4
Dernière modification par geole (Le 14/04/2023, à 15:40)
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
#9 Le 14/04/2023, à 15:55
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
en fonctionnement normal
kubu@kubu-MS-7821:~$ df -htext4
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sdd2 46G 34G 9,4G 79% /
/dev/sdd3 183G 66G 108G 38% /home
/dev/sdd4 687G 198G 454G 31% /DATA
/dev/sdc1 7,3T 1,3T 5,7T 19% /media/kubu/JEUX8T
En fonctionnement avec tous les périphériques montés
kubu@kubu-MS-7821:~$ df -htext4
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sdd2 46G 34G 9,4G 79% /
/dev/sdd3 183G 66G 108G 38% /home
/dev/sdd4 687G 198G 454G 31% /DATA
/dev/sdc1 7,3T 1,3T 5,7T 19% /media/kubu/JEUX8T
/dev/sda5 46G 13G 32G 28% /media/kubu/KDE_NEON
/dev/sdb2 961G 606G 306G 67% /media/kubu/EPIC2
/dev/sda6 411G 333G 58G 86% /media/kubu/HDD
/dev/sdb3 828G 135G 651G 18% /media/kubu/EPIC3
/dev/sdb1 961G 603G 309G 67% /media/kubu/STEAM
kubu@kubu-MS-7821:~$
J’ai jamais essayé refind je vais prospecter dans ce sens
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#10 Le 14/04/2023, à 16:23
- geole
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Ton problème est-il bien de vouloir utiliser ubuntu 16.04 de la partition SDA5
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 14/04/2023, à 17:04
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
non non ce boot là je ne l’utilise plus
/dev/sda5 46G 13G 32G 28% /media/kubu/KDE_NEON
boot info trouve aussi ubuntu 16.04 de la partition SDA5 (il me semble que cela démarre sur celle ci par défaut
mon problème est de démarrer grub depuis sdd2
/dev/sdd2 46G 34G 9,4G 79% /
donc cela devrait théoriquement booter depuis sdd1 là ou est le boot efi en fat32 mais sdd1 ne semble pas être reconnu au démarrage
je viens d’essayer avec refind sans plus de résultat (pas de choix de boot et pas d’image préalable de bios)
les commande que j’ai passé après avoir installé refind et choisi non à la demande ESP
sudo mount -v $(sudo blkid | grep vfat | cut -d: -f1) /mnt
sudo cp -rv /usr/share/refind/* /mnt/EFI/boot
sudo cp -v /mnt/EFI/refind/refind_x64.efi /mnt/EFI/Boot/bootx64.efi
Disks info: ____________________________________________________________________
sdd : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
sdb : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sdc : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
En installant récemment le HDc de 8T j’ai sans doute changé l’ordre de mes DD en les rebranchant mais je n’ai pas modifié les étiquettes et fstab
je donne mon fstab à tout hasard
# /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>
# / was on /dev/sdd2 during installation
UUID=38dcce0f-1a89-495f-810d-debe15e42521 / ext4 errors=remount-ro 0 1
# /DATA was on /dev/sdd4 during installation
UUID=e89b0212-446b-40c2-a95c-1c1c44b101c9 /DATA ext4 defaults 0 2
# /boot/efi was on /dev/sdd1 during installation
UUID=351E-B5D9 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sdd3 during installation
UUID=ac4c7fa9-dc2a-483a-8a1f-4686f2de20d5 /home ext4 defaults 0 2
# swap was on /dev/sdb1 during installation
UUID=e0a5ff7b-e403-47cd-b7a6-52067621baf9 none swap sw 0 0
et la commande sudo blkid
kubu@kubu-MS-7821:~$ sudo blkid
[sudo] Mot de passe de kubu :
/dev/sda1: UUID="e0a5ff7b-e403-47cd-b7a6-52067621baf9" TYPE="swap" PARTUUID="000b9430-01"
/dev/sdd2: UUID="38dcce0f-1a89-495f-810d-debe15e42521" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="ca810b02-b705-41c1-9604-f8db5e03649c"
/dev/loop1: TYPE="squashfs"
/dev/sdd3: UUID="ac4c7fa9-dc2a-483a-8a1f-4686f2de20d5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="006788f7-dc94-45b3-866a-81d2a5fb66aa"
/dev/sdd1: UUID="351E-B5D9" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="69983cd3-fff2-4355-83ec-81b2cf4ccc77"
/dev/sdd4: UUID="e89b0212-446b-40c2-a95c-1c1c44b101c9" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d065592f-78bb-43ab-98b7-ef67c593eb65"
/dev/loop8: TYPE="squashfs"
/dev/sdb2: LABEL="EPIC2" UUID="4e1eee72-d8fe-44bd-8bac-e4a66df5d0e5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="6a80bfed-d833-403e-bf48-1f723d40c06a"
/dev/sdb3: LABEL="EPIC3" UUID="3e4f9824-94b2-4bfd-b5bb-fa004d793cb5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d87e6c93-6ddf-4bd6-8c81-712aa3ef2363"
/dev/sdb1: LABEL="STEAM" UUID="5655c8a8-99f7-4c2f-bb2f-3476cfa06ba0" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="dedbe4ac-e732-4ace-b722-c811d888efe3"
/dev/loop15: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop13: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop11: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"
/dev/sdc1: LABEL="JEUX8T" UUID="35bb9ca2-2022-4dfa-a201-1a2dde7ce1aa" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0ed12f75-5775-a84c-acdb-033c05c74693"
/dev/loop16: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda5: LABEL="KDE_NEON" UUID="a7bdac7d-00ae-4ef2-bb8c-f7a2ead8bdd1" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="000b9430-05"
/dev/sda6: LABEL="HDD" UUID="e994865b-6bef-45e8-a52a-f3bafb51b650" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="000b9430-06"
/dev/loop14: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop12: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop10: TYPE="squashfs"
kubu@kubu-MS-7821:~$
Dernière modification par eric63 (Le 14/04/2023, à 17:07)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#12 Le 14/04/2023, à 17:50
- geole
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Je ne comprends trop bien ton problème
Tu veux afficher le grub pour accéder au bios ===> tu pourrais utiliser les touches bios prévues pour cela à moins que tu les ais cassées.
Je n'ai pas le souvenir que le grub efi ait une option pour entrer dans le bios. Mais je sais que refind en a une.
Pour booter avec refind, il faut accepter de l'installer dans la partition EFI/ESP et aussi dans la NVRAM
NOTA le contenu de ton FSTAB et les UUID des partitions étaient visibles dans le boot-info
Dernière modification par geole (Le 14/04/2023, à 17:57)
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
#13 Le 14/04/2023, à 17:57
- geole
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Mets à jour le bios EFI
sudo efibootmgr --create --disk /dev/sdd --part 1 --label "refind" --loader "\EFI\boot\refind_x64.efi"
Pour vérifier qu'il s'est bien mis en tête de liste
sudo efibootmgr -v
Dernière modification par geole (Le 14/04/2023, à 18:02)
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
#14 Le 14/04/2023, à 18:12
- iznobe
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Bonjour , alors c' est l ' heure de l' apero :
Pour avoir en permanence, le grub qui s affiche, il faut modifier trois options du fichier /etc/default/grub. Mettre
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=51
Blague a part , si le BIOS est inaccessible via la touche adequate , tu as un tres serieux soucis ...
@geole :
Avec un GRUB en EFI , il y a toujours une ligne qui s' ajoute a la fin du genre :
acces UEFI firmware settings ( ou un truc approchant ) , qui redemarre l' ordi avec , renvoi directement dans le BIOS .
@eric63 , passe cette commande :
sudo systemctl reboot --firmware-setup
et dis moi ce que ca fait
Dernière modification par iznobe (Le 14/04/2023, à 18:15)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#15 Le 14/04/2023, à 18:19
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Tu veux afficher le grub pour accéder au bios ===> tu pourrais utiliser les touches bios prévues pour cela à moins que tu les ais cassées.
ben oui je voudrais bien utiliser les touches clavier F11 ou DELL pour aller au bios et touches fléchées bas pour choisir une des lignes du grub
mais rien ne se passe les touches du clavier bloquent le déroulement et rien ne s’affiche à l’écran (la led indiquant l’accès au clavier est allumé et s’éteint lors de l’appui d’une des touches)
le grub que j’utilisais lorsque cela marchait avait cette option fonctionnelle d’aller dans le bios
Pour booter avec refind, il faut accepter de l'installer dans la partition EFI/ESP (la doc disait le contraire) et aussi dans la NVRAM (et là je ne sais pas faire et je n’ais pas vu cela dans la doc
kubu@kubu-MS-7821:~$ sudo efibootmgr --create --disk /dev/sdd --part 1 --label "refind" --loader "\EFI\boot\refind_x64.efi"
[sudo] Mot de passe de kubu :
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 0002,0000,0007,000A,0001,0009,0003
Boot0000* ubuntu
Boot0001* Hard Drive
Boot0003* UEFI: Built-in EFI Shell
Boot0007* UEFI OS
Boot0009* MFC-J4510DW
Boot000A* ubuntu
Boot0002* refind
kubu@kubu-MS-7821:~$ sudo efibootmgr -v
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 0002,0000,0007,000A,0001,0009,0003
Boot0000* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.A.M.S.U.N.G. .H.D.1.0.3.U.J....................A...........................>..Gd-.;.A..MQ..L.1.S.P.3.9.J.S.0.3.A.4.7.0.6. . . . . . ........BO..NO........o.S.T.5.0.0.D.M.0.0.2.-.1.B.C.1.4.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .2.W.1.A.8.6.R.B........BO..NO........o.O.O.S.3.0.0.0.G....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .0.0.0.0.0.0.0.0........BO..NO........o.S.T.8.0.0.0.D.M.0.0.4.-.2.U.9.1.8.8....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .S.W.1.C.E.N.A.L........BO
Boot0002* refind HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\boot\refind_x64.efi)
Boot0003* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
Boot0007* UEFI OS HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\BOOT\BOOTX64.EFI)
Boot0009* MFC-J4510DW BBS(255,,0x0)..BO
Boot000A* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\Ubuntu\grubx64.efi)
kubu@kubu-MS-7821:~$
Dernière modification par eric63 (Le 14/04/2023, à 18:43)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#16 Le 14/04/2023, à 18:30
- iznobe
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
@eric63 , passe cette commande :
sudo systemctl reboot --firmware-setup
et dis moi ce que ca fait
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#17 Le 14/04/2023, à 18:58
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
sudo systemctl reboot --firmware-setup
j’obtiens un écran noir
l’ordi ne reboot pas : reboot manuel et même résultats
aucun accès bios (image de bios néant et touche F11) ; pas de grub; liste de commande de démarrage
sddm ok puis session ok
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#18 Le 14/04/2023, à 19:16
- iznobe
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
cette commande , si tu laisses faire sans rien toucher , est censé lancer le BIOS apres redemarrage .
je te conseillerai de faire un reset CMOS , mais vu que l' acces au BIOS est compromis , ca serait pas judicieux , car evidemment impossible ( probablement par la suite ) de remettre les parametres a ta convenance .
Ta carte mere est recente ? quel modele ?
As tu un windobz que tu pourrais lancer , histoire de tenter une MAJ du BIOS , qui pourrait potentiellement remettre ca d' aplomb , sans certitude .
Dernière modification par iznobe (Le 14/04/2023, à 19:24)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#19 Le 14/04/2023, à 19:32
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
c’est une carte d’occas Z87-G45 GAMING i5
Pas de windows chez moi depuis 2000 et peut être bien avant
est ce qu’une réinstallation changerais le problème ?
Dernière modification par eric63 (Le 14/04/2023, à 19:36)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#20 Le 14/04/2023, à 19:42
- iznobe
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
est ce qu’une réinstallation changerais le problème ?
Malheureusement non .
LE BIOS , c ' est le fonctionnement interne de la carte mere . il est là avant quoi que ce soit d' autre , lorsque tu appuies sur le bouton de mises sous tension , avant meme que le proc soit initialisé ou n ' importe quoi d ' autre d ' ailleurs .
Sans BIOS valide , rien ne fonctionne .
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#21 Le 14/04/2023, à 20:20
- iznobe
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
fais voir ce que dis le BIOS de ta carte mere :
sudo echo BIOS :; sudo dmidecode -t bios | grep -e Version -e Revision; echo carte mere :;sudo dmidecode -t baseboard | grep -e Version -e Revision -e Product -e Manufacturer
sur MSI :
Titre Version Date de mise en ligne Taille du fichier
AMI BIOS 1.9 2014-07-22 6.06 MB
Dernière modification par iznobe (Le 14/04/2023, à 20:24)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#22 Le 14/04/2023, à 20:32
- geole
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
BootOrder: 0002,0000
Boot0000* ubuntu HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\ubuntu\shimx64.efi)
Boot0002* refind HD(1,GPT,69983cd3-fff2-4355-83ec-81b2cf4ccc77,0x800,0x12800)/File(\EFI\boot\refind_x64.efi)
As-tu rebooté après extinction du courant électrique et vu les petites icônes de la rangée inférieure?
Cette carte mère boote peut-etre automatiquement sur windows?. il faudrait alors reconstituer le boot wiindows en y mettant refind
Écrit de mémoire.
sudo mkdir -p /boot/efi/EFI/Microsoft/Boot
sudo cp -rv /usr/share/refind/* /boot/efi/EFI/Microsoft/boot
sudo mv -v /boot/efi/EFI/Microsoft/Boot/refind_x64.efi /boot/efi/EFI/Microsoft/Boot/bootmgr.efi
As-tu essayé la touche F2?
Dernière modification par geole (Le 15/04/2023, à 13:44)
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
#23 Le 14/04/2023, à 20:43
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
kubu@kubu-MS-7821:~$ sudo echo BIOS :; sudo dmidecode -t bios | grep -e Version -e Revision; echo carte mere :;sudo dmidecode -t baseboard | grep -e Version -e Revision -e Product -e Manufacturer
[sudo] Mot de passe de kubu :
BIOS :
Version: V1.2
BIOS Revision: 4.6
carte mere :
Manufacturer: MSI
Product Name: Z87-G45 GAMING (MS-7821)
Version: 1.0
kubu@kubu-MS-7821:~$
As-tu rebooté et vu les petites icônes de la rangée inférieure?
j’arrête pas de rebooter
mais je ne vois pas de quoi tu fait allusion ? ce serait des icones qui apparaissent au redémarrage ?
je n’ai aucune image (sauf l’image qui indique de l’accès au bios par «DEL» ou F11 mais qui bloque le démarrage ou ne fait rien)
pas de petites icones pour choisir le démarrage
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne
#24 Le 14/04/2023, à 20:46
- iznobe
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
Sinon , 2 simples questions :
1°) juste avant que les soucis surviennent , as tu fais des changements - materiels ? - au niveau des parametres du BIOS ? - depoussieré ou autre chose qui aurait pu jouer , comme demonter le boitier ?
2°) tu n' as rien remarqué d ' autres qui ne va pas lorsque ton ordi est en fonctionnement normal ? je pense en particulier a des soucis graphiques . ( la carte a peut etre du mal , ce qui expliquerait le fait que ni le GRUB , ni le message du BIOS ne s ' affichent . ca semble correspondre au mode GOP de la CG qui ne fonctionnerait plus , mais ca n' explique pas pourquoi les touches du clavier ne permettent plus l' acces ) .
EDIT :
je n’ai aucune image (sauf l’image qui indique de l’accès au bios par «DEL» ou F11 mais qui bloque le démarrage ou ne fait rien)
l ' idée du GOP de la CG est donc une fausse piste , puisque tu dis que le message permettant d' entrer dans le BIOS s' affiche .
Dernière modification par iznobe (Le 14/04/2023, à 20:49)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#25 Le 14/04/2023, à 21:47
- eric63
Re : [Résolus] pas de grub2 en multiécran et avoir refind en #62
@iznobe
1) oui j’ai démonté mon pc suite à un déménagement de salon de mon appart et un ajout de mon DD 8T et j’en est profité pour fixer et aménager mes DD donc changement des nappes par rapport à l’origine.
2) je n’ai aucun autre problème la carte graphique et mes 3 écrans répondent tous présents je ne saurais dire si mon non accès à grub date de cette époque
@geole
kubu@kubu-MS-7821:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 4K 1 loop /snap/bare/5
loop1 7:1 0 63,3M 1 loop /snap/core20/1828
loop2 7:2 0 55M 1 loop /snap/cups/872
loop3 7:3 0 63,3M 1 loop /snap/core20/1852
loop4 7:4 0 555,1M 1 loop /snap/freecad-realthunder/108
loop5 7:5 0 556,2M 1 loop /snap/freecad-realthunder/107
loop6 7:6 0 346,3M 1 loop /snap/gnome-3-38-2004/119
loop7 7:7 0 349,7M 1 loop /snap/gnome-3-38-2004/137
loop8 7:8 0 91,7M 1 loop /snap/gtk-common-themes/1535
loop9 7:9 0 437,4M 1 loop /snap/kde-frameworks-5-99-qt-5-15-7-core20/15
loop10 7:10 0 389,7M 1 loop /snap/qt515-core20/26
loop11 7:11 0 436,3M 1 loop /snap/kde-frameworks-5-96-qt-5-15-5-core20/7
loop12 7:12 0 389,8M 1 loop /snap/qt515-core20/27
loop13 7:13 0 17,3M 1 loop /snap/whatsie/140
loop14 7:14 0 49,8M 1 loop /snap/snapd/18357
loop15 7:15 0 49,8M 1 loop /snap/snapd/18596
loop16 7:16 0 17,3M 1 loop /snap/whatsie/142
sda 8:0 0 465,8G 0 disk
├─sda1 8:1 0 1,9G 0 part [SWAP]
├─sda2 8:2 0 1K 0 part
├─sda5 8:5 0 46,6G 0 part
└─sda6 8:6 0 417,3G 0 part
sdb 8:16 0 2,7T 0 disk
├─sdb1 8:17 0 976,6G 0 part
├─sdb2 8:18 0 976,6G 0 part
└─sdb3 8:19 0 841,4G 0 part
sdc 8:32 0 7,3T 0 disk
└─sdc1 8:33 0 7,3T 0 part /media/kubu/JEUX8T
sdd 8:48 0 931,5G 0 disk
├─sdd1 8:49 0 37M 0 part /boot/efi
├─sdd2 8:50 0 46,6G 0 part /
├─sdd3 8:51 0 186,3G 0 part /home
└─sdd4 8:52 0 698,6G 0 part /DATA
sde 8:64 1 0B 0 disk
kubu@kubu-MS-7821:~$ cd /boot/
kubu@kubu-MS-7821:/boot$ ls-l
ls-l : commande introuvable
kubu@kubu-MS-7821:/boot$ ls -l
total 265421
-rw-r--r-- 1 root root 270233 févr. 3 19:16 config-5.19.0-35-generic
-rw-r--r-- 1 root root 270233 mars 17 18:12 config-5.19.0-38-generic
drwx------ 3 root root 512 janv. 1 1970 efi
drwxr-xr-x 5 root root 4096 avril 14 21:19 grub
lrwxrwxrwx 1 root root 28 mars 25 10:58 initrd.img -> initrd.img-5.19.0-38-generic
-rw-r--r-- 1 root root 116753280 avril 5 11:22 initrd.img-5.19.0-35-generic
-rw-r--r-- 1 root root 116782471 avril 13 15:06 initrd.img-5.19.0-38-generic
lrwxrwxrwx 1 root root 28 mars 25 10:58 initrd.img.old -> initrd.img-5.19.0-35-generic
-rw-r--r-- 1 root root 182800 févr. 6 2022 memtest86+.bin
-rw-r--r-- 1 root root 184476 févr. 6 2022 memtest86+.elf
-rw-r--r-- 1 root root 184980 févr. 6 2022 memtest86+_multiboot.bin
-rw------- 1 root root 6419829 févr. 3 19:16 System.map-5.19.0-35-generic
-rw------- 1 root root 6420906 mars 17 18:12 System.map-5.19.0-38-generic
lrwxrwxrwx 1 root root 25 mars 25 10:58 vmlinuz -> vmlinuz-5.19.0-38-generic
-rw------- 1 root root 12142024 févr. 3 19:18 vmlinuz-5.19.0-35-generic
-rw------- 1 root root 12141256 mars 17 18:16 vmlinuz-5.19.0-38-generic
lrwxrwxrwx 1 root root 25 mars 25 10:58 vmlinuz.old -> vmlinuz-5.19.0-35-generic
avec krusader je ne peux pas atteindre sdd1 (invisible)
Dans sdd2 je retrouve un dossier boot/efi/efi/EFI/BOOT/refind.conf qui est un lien avec sdd1/efi/EFI/BOOT/refind.conf
j’ai pas oser encore rentrer les commandes avec microsoft
Dernière modification par eric63 (Le 14/04/2023, à 21:50)
Kubuntu 24.10 X11 Plasma 6.1.5 KDE Qt 6.6.2 noyau 6.11.0-18 Asus B760+D4 i5-12400F 4.4Ghz DDR4 32Go nvidia RTX 3060 12GB
Utilisez les drivers libres avant d’ installer une brother avec le script de demonipuch
J’utilise le clavier french AFNOR
Hors ligne