#101 Le 24/06/2021, à 12:57
- Pfiouu
Re : boot repair rapport[résolu]
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt update
sudo apt install refind
Dépôt : « deb http://archive.ubuntu.com/ubuntu hirsute universe »
Description :
Archive for codename: hirsute components: universe
Plus d'informations : http://archive.ubuntu.com/ubuntu
Ajout du dépôt.
Appuyez sur [ENTRÉE] pour continuer ou Ctrl-c pour annuler
Updating existing entry instead of using /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu-hirsute.list
Adding disabled deb-src entry to /etc/apt/sources.list
Ign :1 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) bionic InRelease
Ign :2 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute InRelease
Atteint :3 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) bionic Release
Atteint :4 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute Release
Atteint :7 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu hirsute InRelease
Atteint :8 http://archive.ubuntu.com/ubuntu hirsute InRelease
Réception de :9 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease [109 kB]
Réception de :10 http://security.ubuntu.com/ubuntu hirsute-security InRelease [101 kB]
Réception de :11 http://archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages [13,2 MB]
Réception de :12 http://archive.ubuntu.com/ubuntu hirsute/universe Translation-en [5441 kB]
Réception de :13 http://archive.ubuntu.com/ubuntu hirsute/universe Translation-fr [3493 kB]
Réception de :14 http://archive.ubuntu.com/ubuntu hirsute/universe amd64 DEP-11 Metadata [3848 kB]
Réception de :15 http://archive.ubuntu.com/ubuntu hirsute/universe DEP-11 48x48 Icons [3338 kB]
Réception de :16 http://archive.ubuntu.com/ubuntu hirsute/universe DEP-11 64x64 Icons [8115 kB]
Réception de :17 http://archive.ubuntu.com/ubuntu hirsute/universe DEP-11 64x64@2 Icons [57,1 kB]
Réception de :18 http://archive.ubuntu.com/ubuntu hirsute/universe amd64 c-n-f Metadata [279 kB]
38,0 Mo réceptionnés en 4min 47s (132 ko/s)
Lecture des listes de paquets... Fait
Ign :1 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) bionic InRelease
Ign :2 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute InRelease
Atteint :3 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) bionic Release
Atteint :4 cdrom://Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute Release
Atteint :6 http://archive.ubuntu.com/ubuntu hirsute InRelease
Atteint :7 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu hirsute InRelease
Réception de :9 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease [109 kB]
Réception de :10 http://security.ubuntu.com/ubuntu hirsute-security InRelease [101 kB]
209 ko réceptionnés en 2s (133 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
199 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
refind
0 mis à jour, 1 nouvellement installés, 0 à enlever et 199 non mis à jour.
Il est nécessaire de prendre 2800 ko dans les archives.
Après cette opération, 4621 ko d'espace disque supplémentaires seront utilisés.
Réception de :1 http://archive.ubuntu.com/ubuntu hirsute/universe amd64 refind amd64 0.12.0-1 [2800 kB]
2800 ko réceptionnés en 17s (166 ko/s)
Préconfiguration des paquets...
Sélection du paquet refind précédemment désélectionné.
(Lecture de la base de données... 194946 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../refind_0.12.0-1_amd64.deb ...
Dépaquetage de refind (0.12.0-1) ...
Paramétrage de refind (0.12.0-1) ...
** Not installing rEFInd to the ESP! **
If you want rEFInd to control the boot process, you can do so by runing:
dpkg-reconfigure refind
Traitement des actions différées (« triggers ») pour man-db (2.9.4-2) ...
ubuntu@ubuntu:~$
Hors ligne
#102 Le 24/06/2021, à 13:02
- Pfiouu
Re : boot repair rapport[résolu]
root@ubuntu:~# ### Procédure pour installer refind à la place du fichier de boot de windows devant être lancée sous root
## création du fichier d'exécution. version 21.04 Date 14 avril 15 heures
touch réparer.sh
chmod +x réparer.sh
cat >réparer.sh<<"REPARE"
#!/bin/bash
ERR="Appuyer sur la touche \e[1mEntrée\e[0m pour"
PDM="/boot/efi" # définir le point de montage
Stock=$PDM/EFI/refind ### Le lieu de stockage.
## Est-on bien l'utilisateur root.
if [ $UID != 0 ]; then
echo -e "\n\a\E[31mVous devez être l'utilisateur root pour exécuter ce script.\E[0m\nPour devenir root, veuillez frapper les deux mots de la ligne ci-dessous.\n\E[0m\E[34;47msudo -i\E[0m\navant de faire le 'coller'. Vous pourrez alors relancer le script.\n"
exit 1
fi
### Est-on bien dans une session EFI?
if [ ! -d /sys/firmware/efi ]; then
echo -e "\n\a\E[31mSession non-EFI.... Refind ne sait pas gérer. Abandon.\n\E[0m"
exit 2
fi
#### FIN **** ise à jour de windows\e[0m oblige à r
Montons la partition EFI
/dev/sda2
mount : /dev/sda2 monté sur /boot/efi.
BOOT Microsoft refind tools ubuntu
Secure Boot: disabled
** Warning ** : Boot000d is not UEFI Spec compliant (lowercase hex in name)
** Warning ** : Boot000e is not UEFI Spec compliant (lowercase hex in name)
** Warning ** : Boot000f is not UEFI Spec compliant (lowercase hex in name)
** Warning ** : please recreate these using efibootmgr to remove this warning.
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0003
Boot0000* ubuntu HD(1,GPT,dc5a0562-b309-4d92-ba16-32589c4fde19,0x800,0x2f000)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)AMBO
Boot0002* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)AMBO
Boot0003* rEFInd Boot Manager HD(2,GPT,ad559566-6d4f-4c5c-a7a4-f7786fff4802,0x1000,0x100800)/File(\EFI\refind\refind_x64.efi)
Boot0004* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)AMGOAMNOK.........U.S.B. .F.l.o.p.p.y./.C.D.......o......E.64...J.........AMBO
Boot0005* ATAPI CD-ROM Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0300000001)AMBO
Boot0006* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)AMBO
Boot0008 Realtek PXE B07 D00 BBS(Network,,0x0)AMBO
Boot000d* Unknown Device BBS(HD,,0x0)AMGOAMNOi.......+.K.I.N.G.S.T.O.N. .S.A.4.0.0.S.3.7.4.8.0.G.........................rN.D+..,.\.........AMBOAMNOM.......+.S.a.n.D.i.s.k.........................rN.D+..,.\.........AMBO
Boot000e* Realtek PXE B07 D00 BBS(Network,,0x0)AMBO
Boot000f* UEFI: SanDisk PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(5,0)/HD(1,MBR,0xf615dc02,0x800,0x773000)AMBO
Boot0010* Unknown Device BBS(CDROM,,0x0)AMGOAMNOi.......+.h.p. . . . . . .D.V.D.-.R.A.M. .G.H.8.0.N.........................rN.D+..,.\.........AMBO
Refind va être déplacé dans le répertoire de boot
'/boot/efi/EFI/Boot/refind_x64.efi' -> '/boot/efi/EFI/Boot/bootx64.efi'
Refind a été installé de façon normale. Si vous souhaitez qu'il remplace le logiciel de boot de windows, appuyez sur la touche Entrée pour valider. Sinon faites Ctrl c pour ne pas continuer.
Il faut d'abord booter et s'être apperçu que le boot refind ne fonctionne pas pour décider de remplacer ou recréer la structure de boot de windows.
'/boot/efi/EFI/Microsoft/Boot/bootx64.efi' -> '/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi'
498a1f4eee84228e954c467b4c656a0d /boot/efi/EFI/boot/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
498a1f4eee84228e954c467b4c656a0d /boot/efi/EFI/Microsoft/Boot/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d /boot/efi/EFI/Refind/refind_x64.efi
6b1b74131fef5ddeb521d339b85eef13 /boot/efi/EFI/boot/BKbootx64.efi
6b1b74131fef5ddeb521d339b85eef13 /boot/efi/EFI/Microsoft/Boot/BKbootx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 /boot/efi/EFI/boot/mmx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 /boot/efi/EFI/Microsoft/Boot/mmx64.efi
70e6762d5a857c9a46b29d4faa537753 /boot/efi/EFI/boot/fbx64.efi
70e6762d5a857c9a46b29d4faa537753 /boot/efi/EFI/Microsoft/Boot/fbx64.efi
d41d8cd98f00b204e9800998ecf8427e /boot/efi/EFI/Microsoft/Boot/bkbootmgfw.efi
Souvenez-vous qu'une grosse mise à jour de windows oblige à recommencer cette procédure. refind est déjà installé.
root@ubuntu:~#
Hors ligne
#103 Le 24/06/2021, à 13:03
- Pfiouu
Re : boot repair rapport[résolu]
boot-repair-4ppa130 [20210624_1202]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 2048
of the same hard drive for core.img. core.img is at this location and
looks for (,gpt3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sda2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/refind/refind.conf /efi/BOOT/BKbootx64.efi
/efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/BOOT/refind_x64.efi /efi/refind/refind_x64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
/efi/Microsoft/Boot/BKbootx64.efi
/efi/Microsoft/Boot/bootmgfw.efi
/efi/Microsoft/Boot/fbx64.efi
/efi/Microsoft/Boot/mmx64.efi
/efi/Microsoft/Boot/refind_x64.efi
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 21.04
Boot files: /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.04 20200816.............................................J....2....0............A20 gate n
Boot sector info: Syslinux looks at sector 4709656 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the directory.
The integrity check of the ADV area failed. No errors
found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/efi/BOOT/bootx64.efi /efi/BOOT/grubx64.efi
/efi/BOOT/mmx64.efi /ldlinux.sys
================================ 1 OS detected =================================
OS#1: Ubuntu 21.04 on sda3
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 21.04, hirsute, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
efibootmgr -v
** Warning ** : please recreate these using efibootmgr to remove this warning.
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0003
Boot0000* ubuntu HD(1,GPT,dc5a0562-b309-4d92-ba16-32589c4fde19,0x800,0x2f000)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)AMBO
Boot0002* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)AMBO
Boot0003* rEFInd Boot Manager HD(2,GPT,ad559566-6d4f-4c5c-a7a4-f7786fff4802,0x1000,0x100800)/File(\EFI\refind\refind_x64.efi)
Boot0004* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)AMGOAMNOK.........U.S.B. .F.l.o.p.p.y./.C.D.......o......E.64...J.........AMBO
Boot0005* ATAPI CD-ROM Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0300000001)AMBO
Boot0006* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)AMBO
Boot0008 Realtek PXE B07 D00 BBS(Network,,0x0)AMBO
Boot000d* Unknown Device BBS(HD,,0x0)AMGOAMNOi.......+.K.I.N.G.S.T.O.N. .S.A.4.0.0.S.3.7.4.8.0.G.........................rN.D+..,.\.........AMBOAMNOM.......+.S.a.n.D.i.s.k.........................rN.D+..,.\.........AMBO
Boot000e* Realtek PXE B07 D00 BBS(Network,,0x0)AMBO
Boot000f* UEFI: SanDisk PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(5,0)/HD(1,MBR,0xf615dc02,0x800,0x773000)AMBO
Boot0010* Unknown Device BBS(CDROM,,0x0)AMGOAMNOi.......+.h.p. . . . . . .D.V.D.-.R.A.M. .G.H.8.0.N.........................rN.D+..,.\.........AMBO
This session has been detected as 'live' because df -Th / contains overlay
6b1b74131fef5ddeb521d339b85eef13 sda2/BOOT/BKbootx64.efi
70e6762d5a857c9a46b29d4faa537753 sda2/BOOT/fbx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 sda2/BOOT/mmx64.efi
498a1f4eee84228e954c467b4c656a0d sda2/BOOT/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/refind/refind_x64.efi
6b1b74131fef5ddeb521d339b85eef13 sda2/ubuntu/grubx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 sda2/ubuntu/mmx64.efi
fc580a1e0f74d5732c398955bdbef157 sda2/ubuntu/shimx64.efi
d41d8cd98f00b204e9800998ecf8427e sda2/Microsoft/Boot/bkbootmgfw.efi
6b1b74131fef5ddeb521d339b85eef13 sda2/Microsoft/Boot/BKbootx64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/bootmgfw.efi
70e6762d5a857c9a46b29d4faa537753 sda2/Microsoft/Boot/fbx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 sda2/Microsoft/Boot/mmx64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/BOOT/BOOTX64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, hasBIOSboot, has---ESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda3 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda2 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk identifier: 575D5B32-C300-4653-BF78-54599EC9FBA5
Start End Sectors Size Type
sda1 2048 4095 2048 1M BIOS boot
sda2 4096 1054719 1050624 513M EFI System
sda3 1054720 937701375 936646656 446.6G Linux filesystem
Disk sdb: 3.73 GiB, 4000317440 bytes, 7813120 sectors
Disk identifier: 0xf615dc02
Boot Start End Sectors Size Id Type
sdb1 * 2048 7813119 7811072 3.7G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:480GB:scsi:512:512:gpt:ATA KINGSTON SA400S3:;
1:1049kB:2097kB:1049kB:::bios_grub;
2:2097kB:540MB:538MB:fat32:EFI System Partition:boot, esp;
3:540MB:480GB:480GB:ext4::;
sdb:4000MB:scsi:512:512:msdos:SanDisk Cruzer Slice:;
1:1049kB:4000MB:3999MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 cc59cc46-fa20-4a77-ac2a-8a4ff08881ca
├─sda2 vfat D032-D2BC ad559566-6d4f-4c5c-a7a4-f7786fff4802 EFI System Partition
└─sda3 ext4 34bfb491-dc3d-441d-af9c-3ee288152a44 9b49bc7b-3ee6-47c6-994a-f6ce7dbc71bc
sdb
└─sdb1 vfat B13D-86F0 f615dc02-01
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda3 408.6G 2% /mnt/boot-sav/sda3
sdb1 984.6M 74% /cdrom
Mount options: __________________________________________________________________
sda3 rw,relatime
sdb1 ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
==================== sda2/EFI/refind/refind.conf (filtered) ====================
timeout 20
menuentry Linux {
icon EFI/refind/icons/os_linux.png
volume 904404F8-B481-440C-A1E3-11A5A954E601
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
disabled
}
menuentry "Arch Linux" {
icon /EFI/refind/icons/os_arch.png
volume "Arch Linux"
loader /boot/vmlinuz-linux
initrd /boot/initramfs-linux.img
options "root=PARTUUID=5028fa50-0079-4c40-b240-abfaf28693ea rw add_efi_memmap"
submenuentry "Boot using fallback initramfs" {
initrd /boot/initramfs-linux-fallback.img
}
submenuentry "Boot to terminal" {
add_options "systemd.unit=multi-user.target"
}
disabled
}
menuentry Ubuntu {
loader /EFI/ubuntu/grubx64.efi
icon /EFI/refind/icons/os_linux.png
disabled
}
menuentry "ELILO" {
loader \EFI\elilo\elilo.efi
disabled
}
menuentry "Windows 7" {
loader \EFI\Microsoft\Boot\bootmgfw.efi
disabled
}
menuentry "Windows via shell script" {
icon \EFI\refind\icons\os_win.png
loader \EFI\tools\shell.efi
options "fs0:\EFI\tools\launch_windows.nsh"
disabled
}
menuentry "My macOS" {
icon \EFI\refind\icons\os_mac.png
volume "macOS boot"
loader \System\Library\CoreServices\boot.efi
disabled
}
menuentry "Mon Windows 10" {
icon \EFI\refind\icons\os_win.png
loader \EFI\Microsoft\Boot\bkbootmgfw.efi }
===================== sda2/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 34bfb491-dc3d-441d-af9c-3ee288152a44 root hd0,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=34bfb491-dc3d-441d-af9c-3ee288152a44 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
/swapfile none swap sw 0 0
UUID=D032-D2BC /boot/efi vfat defaults 0 1
======================= sda3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
236,638584137 = 254,088744960 boot/grub/i386-pc/core.img 1
6,704154968 = 7,198531584 boot/vmlinuz 1
6,704154968 = 7,198531584 boot/vmlinuz-5.11.0-22-generic 1
6,704154968 = 7,198531584 boot/vmlinuz.old 1
7,551776886 = 8,108658688 boot/initrd.img 4
6,374019623 = 6,844051456 boot/initrd.img-5.11.0-16-generic 3
7,551776886 = 8,108658688 boot/initrd.img-5.11.0-22-generic 4
7,551776886 = 8,108658688 boot/initrd.img.old 4
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 mars 30 10:55 10_linux
-rwxr-xr-x 1 root root 43031 mars 30 10:55 10_linux_zfs
-rwxr-xr-x 1 root root 12894 mars 30 10:55 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 30 10:55 30_os-prober
-rwxr-xr-x 1 root root 1424 mars 30 10:55 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 30 10:55 40_custom
-rwxr-xr-x 1 root root 216 mars 30 10:55 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
Ubuntu
Ubuntu (safe graphics)
OEM install (for manufacturers)
Boot from next volume
UEFI Firmware Settings
Test memory
========================= sdb1/syslinux.cfg (filtered) =========================
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
label ubnentry0
menu label Ubuntu
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
label ubnentry1
menu label Ubuntu (safe graphics)
kernel /casper/vmlinuz
append initrd=/casper/initrd nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
label ubnentry2
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed only-ubiquity oem-config/enable=true quiet splash ---
\00\00\D4\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\D6\00\00\00\D8\00\00\00\DA\00\00\00\DD\00\00\00\E1\00\00\00\E3\00\00\00\E5\00\00\00\00\00\00\00\E9\00\00\00\EB\00\00\00\00\00\00\00\ED\00\00\00\00\00\00\00\EE\00\00\00\F1\00\00\00\F5\00\00\00\00\00\00\00\F7\00\00\00\F8\00\00\00\F9\00\00\00\FC\00\00\00\FF\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00
\00\00\00\00\00\00\00\00\00\00\00\00\00\00
\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\00\00\00\00\00\00\00#\00\00$\00\00%\00\00'\00\00\00\00\00\00(\00\00*\00\00\00\00\00\00+\00\00\00\00\00\00,\00\00/\00\00\00\00\00\001\00\003\00\005\00\006\00\008\00\00:\00\00<\00\00=\00\00>\00\00?\00\00@\00\00A\00\00\00\00\00\00B\00\00E\00\00\00\00\00\00F\00\00H\00\00I\00\00\00\00\00\00J\00\00K\00\00L\00\00M\00\00N\00\00O\00\00Q\00\00\00\00\00\00R\00\00T\00\00W\00\00\00\00\00\00Y\00\00[\00\00\00\00\00\00]\00\00\00\00\00\00_\00\00a\00\00c\00\00\00\00\00\00\00\00\00\00d\00\00h\00\00j\00\00k\00\00l\00\00\00\00\00\00n\00\00p\00\00q\00\00\B5
vz\83R\90s'\90\F8=\A8B\88\BED\BC\D1큛\C9ͳfi\9Ec\A1V\8E\8B\8C\8C\A3\A1j\D8\F1\B3)%\C7C\D0Z2\C4\F7\B1D¿\C6,\F0\A9\B2B\88\BE\E5ޓ\FE\EC\84t\A2cЃ
3\F0E\AF\DD\F1u\C2_\C45\EDޓ\EDޓ\F7U^\B9\C7ز\A4n+\99\B0\EDd\9E\D5\CBvq\D2-\D6\EC\E8+\F9*\83\A0\A9U%\95bG\E4\EC\A4\D5\CB\83\D1?\EE\9Bח4Q\A0\BFڽ#t\DDB\A2\9E\82
e\C1\CB\EEc<V|Yձ\93\C3\E9R%Guua\DB\00ri,\B9mbE>\AFOţ\8C\D7\E2n\ABj\87Q\A1\B2v 96P$\EF\F1\BB]\A3NQ\BF§Q\F0\94\BAܼΒ\B9YL\95Q-\B2\F4C\C2%92=\ECP'\E3\A4\CA6r'\F8z\EC\F2*ĿE7\CEm\B1\ED\A1a\B4\83\FB\92P\A4\A3\D5\D2\E8̥]'\F3\C0\94\E6\A7\EC"\A9>cd\86qD6 \A6l\9E)s\95)\A4#\89q\F0cHq\EDT
\AF\C8\00\F3U\BD|\C8f\88\9E\D6ctr+\92\ABHؼCY\87\FF\83"S\AE
\8C\8E9\B7i
\BC\EE\90ʑu\DDQf\91\A03\F1\81^\82I\A9\8FU-Է> \F8\D9Rb\82I\A9\C5DM\B5\92\EFн\80t\82
WN\D0z\86\E5z\C7TҐCP\)\94)l1\F67\D2`\A5\FAv0\BB\9E\88\A07\C8~Vۓ\86#\B6\B1\BF>@k\C4\FE\B1?d҈\94\B1]\E0\FD\89%f\9F\BD\F1\E6$\C6\F0\E9\92}\AB\EF-\A8\E8url\C5\FBr^\C0j\88\87;*\FE\A5Q.\8A5?/}\D2"\B6u\AA\E4K(\B2\A2\F7\F3\E6\F5|\AF\8A5?E&q\F6\B1U\FC\ACp\F0Q\F6\81\E1'b\F4\81\CB\8B\85W\CC/\A7P\9A\8B!D\AB/\C0\E3'\94e*\D9\E0\80P\D3%\B0y\8B\87\FFN
\EE)j\A3a\AC\F9\8F\B4s=Q\CC1\FE\C7<e\AF[\95\F8܆N1*k\93\A3\BC_\CA
\DE\F7P\81Q06\E6@ɏT.d\BC\AD+J\DD\F2\D2y\AA\B2\EE\AE\D5'ݽ\EB\C4t]\DE\D3\C3;y\9F\FBn\EDd\9A\A2\C0\B3\F7S.\D8rQK\F1\B1\B84\8D4IbѴ\87'#\85Qʉ\A7"\CD\A6r\A8\D3,%UtuR}\9B\89[\86\8D\D9h46\E2[\C2P?\8B\FC\DD\DF\F7\B1\EF+\9C\C9\ECG*\9C9\84\D7\CEړב\EA,ܮ\DA\C4Y\/\BE'
\DA=\D5_@f\B9oU\F7\AF6\92gi)q\AEcE\F6G*\9Cr<\94|qV\F2\CF\E5\92Pt<\94|Mf\EC\90\D9D\B1/t=vcS.\C3\E3k\9A|!\A66\DDH*\9C\DA\D1ޤ\B3\D5\92\8B\AD\86]\9Fֽ\F1\C3髂\B16\E6Eywۦ\B5\F8\BC\AFk\FA\90\00\B1\ED%րؽ\9BF\C2Q\FA\C3\A9J.\A9\B6\D5\E1\F1g̤ٓ\98
\CFy\96\C0\81\8EVf>\F9\FF\BC\91\AB\F1\9B\90D\DE@7讟B\88\BE\EFP\CC\FE\B1ش\F3N\B1\D09@\89/\CE$\E3\C5O"\DEP\DB}\F8q\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\84\00\00\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\F3\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\A0\00\00\00\00\00\00\00\00\00\00\00\00\00\EC\00\00\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\00\00\00\00\00\00\00\00\00\00u\00\00\00\00\00\00\00\00\00\00\00\00\00a\00\00\00\00\00\00\00\00\00\00\00\00\00\B5\00\00\00\00\00\00\00\00\00\00\00\00\00\E7\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\F4\00\00\00\00\00\00\00\00\00\00 \00\00\00|\00\00\00\00\00\00\00\00\00\00\00\00\00\DE\00\00\00\00\00\00\00\00\00\00 \00\00\00\A7\00\00\00\00\00\00\00\00\00\00\00\00\00J\00\00\00\00\00\00\00\00\00\00\00\00\00h
\00\00\00\00\00\00\00\00\00\00\00\00\00\DD\00\00\00\00\00\00\00\00\00\00\00\00\00$\00\00\00\00\00\00\00\00\00\00\00\00\007\00\00\00\00\00\00\00\00\00\00 \00\00\003
\00\00\00\00\00\00\00\00\00\00 \00\00\00\A1\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\8B\00\00\00\00\00\00\00\00\00\00\00\00\00\BC\00\00\00\00\00\00\00\00\00\00\00\00\00|\00\00\00\00\00\00\00\00\00\00\00\00\00\E6\00\00\00\00\00\00\00\00\00\00\00\00\00\A0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\BA\00\00\00\00\00\00\00\00\00\00\00\00\00\D6\00\00\00\00\00\00\00\00\00\00\00\00\00D\00\00\00\00\00\00\00\00\00\00\00\00\00\00\FD\00\00\00\00\00\00\00\00\00\00\00\00\00\CF\00\00\00\00\00\00\00\00\00\00\00\00\00\9C\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\8C\00\00\00\00\00\00\00\00\00\00\00\00\00\C8\00\00\00\00\00\00\00\00\00\00\00\00\00\8B\00\00\00\00\00\00\00\00\00\00\00\00\00\FA\00\00\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\00\00\00\00\00\00\00\00\00\00w\00\00\00\00\00\00\00\00\00\00\00\00\00\AB\00\00\00\00\00\00\00\00\00\00\00\00\00\B1\00\00\00\00\00\00\00\00\00\00\00\00\00\93\00\00\00\00\00\00\00\00\00\00\00\00\00@\00\00\00\00\00\00\00\00\00\00\00\00\00\87
\00\00\00\00\00\00\00\00\00\00\00\00\00\AF\00\00\00\00\00\00\00\00\00\00\00\00\00`\00\00\00\00\00\00\00\00\00\00\00\00\00\00\B4
\00\00\00\00\00\00\00\00\00\00 \00\00\00\D1\00\00\00\00\00\00\00\00\00\00\00\00\00\\00\00\00\00\00\00\00\00\00\00\00\00\00\C3\00\00\00\00\00\00\00\00\00\00\00\00\00o\00\00\00\00\00\00\00\00\00\00\00\00\005\00\00\00\00\00\00\00\00\00\00\00\00\00U\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00/ \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\004\00\00\00\00\00\00\00\00\00\00\00\00\00\00\8D
\00\00\00\00\00\00\00\00\00\00\00\00\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\A5\00\00\00\00\00\00\00\00\00\00\00\00\00\82\00\00\00\00\00\00\00\00\00\00\00\00\00?\00\00\00\00\00\00\00\00\00\00\00\00\00\B8\00\00\00\00\00\00\00\00\00\00\00\00\00\83\00\00\00\00\00\00\00\00\00\00\00\00\008 \00\00\00\00\00\00\00\00\00\00\00\00\00%\00\00\00\00\00\00\00\00\00\00\00\00\00\94
\00\00\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\00\00\00\00\00\00\00\00\00\00\00\EE\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00X
\00\00\00\00\00\00\00\00\00\00\00\00\00k\00\00\00\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\00\00\00\00\00\00\00\00\00\00\D7\00\00\00\00\00\00\00\00\00\00\00\00\00\9A\00\00\00\00\00\00\00\00\00\00\00\00\004\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\F6\00\00\00\00\00\00\00\00\00\00\00\00\00\97\00\00\00\00\00\00\00\00\00\00\00\00\00\A8\00\00\00\00\00\00\00\00\00\00 \00\00\00\D1\00\00\00\00\00\00\00\00\00\00\00\00\00\FA\00\00\00\00\00\00\00\00\00\00\00\00\00\00\9B\00\00\00\00\00\00\00\00\00\00\00\00\00\F4\00\00\00\00\00\00\00\00\00\00\00\00\00D\00\00\00\00\00\00\00\00\00\00\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00\8A\00\00\00\00\00\00\00\00\00\00\00\00\00\AD\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\B5\00\00\00\00\00\00\00\00\00\00\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\82\00\00\00\00\00\00\00\00\00\00\00\00\00l\00\00\00\00\00\00\00\00\00\00\00\00\00#\00\00\00\00\00\00\00\00\00\00\00\00\00\E5\00\00\00\00\00\00\00\00\00\00\00\00\00>
\00\00\00\00\00\00\00\00\00\00\00\00\00\A1\00\00\00\00\00\00\00\00\00\00\00\00\00\A8\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\C6\00\00\00\00\00\00\00\00\00\00\00\00\00\95\00\00\00\00\00\00\00\00\00\00\00\00\00\F8\00\00\A8\00\00\00\00\00\00-
\00\00\D6\00\00H\00\00\00\00\00\00\00\B0\E2\00\00$\00\00\00\00\00\C0 \00\00 \D1\00\00\DF\00\00\00\00\00(\00\00\00=Q\00\00-\00\00\00\00\AD
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? ldlinux.c32 1
?? = ?? libcom32.c32 1
?? = ?? libutil.c32 1
?? = ?? menu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
ldlinux.c32 : not a COM32/COM32R module
libcom32.c32 : not a COM32/COM32R module
libutil.c32 : not a COM32/COM32R module
menu.c32 : not a COM32/COM32R module
========= Devices which don't seem to have a corresponding hard drive ==========
sdc
=============================== StdErr Messages ================================
/usr/share/boot-sav/b-i-s-functions.sh: ligne 884 : [: 2,73495e+09 : nombre entier attendu comme expression
sed: erreur de lecture sur /cdrom/syslinux.cfg: Erreur d'entrée/sortie
File descriptor 63 (pipe:[90435]) leaked on lvs invocation. Parent PID 27208: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of
sda3,
using the following options: sda2/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 21.04 entry (sda2/efi/****/shim****.efi (**** will be updated in the final message) file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\shim****.efi (**** will be updated in the final message)
paste.ubuntu.com ko ()
paste.debian.net ko ()
Hors ligne
#104 Le 24/06/2021, à 14:01
- geole
Re : boot repair rapport[résolu]
Je ne comprends pas pourquoi refind ne boote pas...
Extraits du boot -info
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0003
Boot0003* rEFInd Boot Manager HD(2,GPT,ad559566-6d4f-4c5c-a7a4-f7786fff4802,0x1000,0x100800)/File(\EFI\refind\refind_x64.efi)
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda2 vfat D032-D2BC ad559566-6d4f-4c5c-a7a4-f7786fff4802 EFI System Partition
sda2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Operating System:
Boot files: /EFI/refind/refind.conf
/efi/BOOT/refind_x64.efi /efi/refind/refind_x64.efi
/efi/Microsoft/Boot/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/BOOT/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/refind/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/bootmgfw.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/BOOT/BOOTX64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/BOOTX64.efi
La structure de boot de ubuntu semble portant présente pour un seul noyau
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
6,704154968 = 7,198531584 boot/vmlinuz-5.11.0-22-generic 1
7,551776886 = 8,108658688 boot/initrd.img-5.11.0-22-generic 4
sda3 : is-os, 64, apt-get, grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
Si refind se lance et qu'il ne détecte pas ubuntu, Peut-être serait-il plus simple de retenter une installation de ubuntu avec cette commande
sudo ubiquity -b
Sinon, il faudra faire un chroot......
Dans ton prochain message, essaie d'expliquer un peu plus où le problème se situe.......
Dernière modification par geole (Le 24/06/2021, à 14:03)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#105 Le 24/06/2021, à 14:20
- Pfiouu
Re : boot repair rapport[résolu]
Alors vraiment désolé de pas pouvoir aider plus
A part envoyer des rapport de boot info...je sais pas ce qui va pas....
Je sais que j'ai mis l'ordre des boot sur refind
Sur ubuntu ça démarre pas
Qu'est ce qui t'aiderai à comprendre?
Y a des manips à faire?
sudo ubiquity -b
J'essaie ça ce soir
Merci encore
Hors ligne
#106 Le 24/06/2021, à 14:41
Hors ligne
#107 Le 24/06/2021, à 14:49
- Pfiouu
Re : boot repair rapport[résolu]
sudo ubiquity -b
L'installation... Je prends quelle option?
"Autre chose" ou autre choix?
Dans Autre chose il va me demander de créer ire partition EFI je crois...
C'est à faire aussi ou elle existe déjà?
Oui des questions j'en ai plein...
Dans le doute je les pose...
Hors ligne
#108 Le 24/06/2021, à 15:52
- geole
Re : boot repair rapport[résolu]
Tu pourrais te positionner sur refind boot manager
https://zupimages.net/viewer.php?id=21/25/n59j.jpg
on sait depuis pas mal de temps que le grub est allergique à ton ordinateur
Je suis incapable de savoir le choix que tu as pris
Essaies un boot en choisissant le pingouin et un autre boot en choisissant les tris cercles
et surtout, en te positionnant dessus, note et transmets le nom de fichier qui est sélectionné
Nota c'est le choix "autre-chose" et la partition EFI existe déjà
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#109 Le 25/06/2021, à 08:51
- Pfiouu
Re : boot repair rapport[résolu]
" Tu pourrais te positionner sur refind boot manager
https://zupimages.net/viewer.php?id=21/25/n59j.jpg
on sait depuis pas mal de temps que le grub est allergique à ton ordinateur"
A partir de l'écran d'accueil ou encore une incantation magique à taper?
Hors ligne
#110 Le 25/06/2021, à 09:01
- Pfiouu
Re : boot repair rapport[résolu]
https://zupimages.net/up/21/25/2005.jpg
https://zupimages.net/viewer.php?id=21/25/xez4.jpg
https://zupimages.net/viewer.php?id=21/25/vy33.jpg
https://zupimages.net/up/21/25/9a8q.jpg
https://zupimages.net/viewer.php?id=21/25/35c8.jpg
https://zupimages.net/viewer.php?id=21/25/ne8f.jpg
Dernière modification par Pfiouu (Le 25/06/2021, à 10:20)
Hors ligne
#111 Le 25/06/2021, à 09:03
- Pfiouu
Re : boot repair rapport[résolu]
Mon partitionnement avant
sudo ubiquity -b
https://zupimages.net/up/21/25/wdp2.jpg
Je change quelque chose?
Dernière modification par Pfiouu (Le 25/06/2021, à 09:15)
Hors ligne
#112 Le 25/06/2021, à 12:00
- geole
Re : boot repair rapport[résolu]
Non.
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#113 Le 25/06/2021, à 13:15
- Pfiouu
Re : boot repair rapport[résolu]
https://zupimages.net/up/21/25/zd4q.jpg
Je sais pas quoi faire
J'ai tapé la commande
Réinstallé...
Encore un truc que j'ai mal dû faire....
Presque gêné de continuer
Hors ligne
#114 Le 25/06/2021, à 14:46
- Pfiouu
Re : boot repair rapport[résolu]
Hors ligne
#115 Le 25/06/2021, à 14:49
- geole
Re : boot repair rapport[résolu]
https://zupimages.net/up/21/25/zd4q.jpg
Je sais pas quoi faire
J'ai tapé la commande
Réinstallé...
Encore un truc que j'ai mal dû faire....
Presque gêné de continuer
Encore une fois, tu as choisis une icône qui lance le grub
Essaie toutes les autres, Si aucune ne fonctionne, On utilisera le chroot
Je prépare la procédure
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#116 Le 25/06/2021, à 15:08
- geole
Re : boot repair rapport[résolu]
Il faut prendre la première ligne qui suit la ligne d'entête
Je ne comprends pas pourquoi tu as installé SUPER GRUB2 puisqu'il suffisait que tu rejoues l'échange n°45 https://forum.ubuntu-fr.org/viewtopic.p … #p22464896
Dernière modification par geole (Le 25/06/2021, à 15:10)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#117 Le 25/06/2021, à 16:03
- Pfiouu
Re : boot repair rapport[résolu]
root@ubuntu:/# grub-install -v
grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ...found.
grub-install : information : ... but x86_64-efi platform not available.
grub-install : information : Looking for /proc/device-tree ...
grub-install : information : ... not found.
Installation pour la plate-forme i386-pc.
grub-install : erreur : le périphérique d'installation n'est pas indiqué.
root@ubuntu:/#
root@ubuntu:~# mount /dev/sda2 /mnt
remplacé par /sda3
Dernière modification par Pfiouu (Le 25/06/2021, à 16:04)
Hors ligne
#118 Le 25/06/2021, à 17:21
- geole
Re : boot repair rapport[résolu]
grub-install : information : ... but x86_64-efi platform not available.
As-tu bien vérifié que tu avais booté en EFI. ?????
Je serais heureux que tu joignes un boot-info
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#119 Le 26/06/2021, à 08:43
- Pfiouu
Re : boot repair rapport[résolu]
boot-repair-4ppa130 [20210626_0740]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 2048
of the same hard drive for core.img. core.img is at this location and
looks for (,gpt3)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_gpt biosdisk
---------------------------------------------------------------------------
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sda2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/refind/refind.conf /efi/BOOT/BKbootx64.efi
/efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/BOOT/refind_x64.efi /efi/refind/refind_x64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
/efi/Microsoft/Boot/BKbootx64.efi
/efi/Microsoft/Boot/bootmgfw.efi
/efi/Microsoft/Boot/fbx64.efi
/efi/Microsoft/Boot/mmx64.efi
/efi/Microsoft/Boot/refind_x64.efi
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 21.04
Boot files: /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.04 20200816.............................................J....2....0............A20 gate n
Boot sector info: Syslinux looks at sector 4709656 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the directory.
The integrity check of the ADV area failed. No errors
found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/efi/BOOT/bootx64.efi /efi/BOOT/grubx64.efi
/efi/BOOT/mmx64.efi /ldlinux.sys
================================ 1 OS detected =================================
OS#1: Ubuntu 21.04 on sda3
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
Live-session OS is Ubuntu 64-bit (Ubuntu 21.04, hirsute, x86_64)
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
efibootmgr -v
** Warning ** : please recreate these using efibootmgr to remove this warning.
BootCurrent: 000A
Timeout: 0 seconds
BootOrder: 0001,0002,000A,0004,0005,0006,0007,0008,0009
Boot0001* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)AMBO
Boot0002* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)AMBO
Boot0004* UEFI: KINGSTON SA400S37480G PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,65535,0)/HD(2,GPT,ad559566-6d4f-4c5c-a7a4-f7786fff4802,0x1000,0x100800)AMBO
Boot0005* ATAPI CD-ROM Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0300000001)AMBO
Boot0006* Unknown Device BBS(CDROM,,0x0)AMGOAMNOi.......+.h.p. . . . . . .D.V.D.-.R.A.M. .G.H.8.0.N.........................rN.D+..,.\.........AMBO
Boot0007* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000000)AMBO
Boot0008* Hard Drive BBS(HD,,0x0)AMGOAMNOi.......+.K.I.N.G.S.T.O.N. .S.A.4.0.0.S.3.7.4.8.0.G.........................rN.D+..,.\.........AMBOAMNOM.......+.S.a.n.D.i.s.k.........................rN.D+..,.\.........AMBO
Boot0009* Realtek PXE B07 D00 BBS(Network,,0x0)AMBO
Boot000a* UEFI: SanDisk PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(4,0)/HD(1,MBR,0xf615dc02,0x800,0x773000)AMBO
This session has been detected as 'live' because df -Th / contains overlay
6b1b74131fef5ddeb521d339b85eef13 sda2/BOOT/BKbootx64.efi
70e6762d5a857c9a46b29d4faa537753 sda2/BOOT/fbx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 sda2/BOOT/mmx64.efi
498a1f4eee84228e954c467b4c656a0d sda2/BOOT/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/refind/refind_x64.efi
6b1b74131fef5ddeb521d339b85eef13 sda2/ubuntu/grubx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 sda2/ubuntu/mmx64.efi
fc580a1e0f74d5732c398955bdbef157 sda2/ubuntu/shimx64.efi
d41d8cd98f00b204e9800998ecf8427e sda2/Microsoft/Boot/bkbootmgfw.efi
6b1b74131fef5ddeb521d339b85eef13 sda2/Microsoft/Boot/BKbootx64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/bootmgfw.efi
70e6762d5a857c9a46b29d4faa537753 sda2/Microsoft/Boot/fbx64.efi
6c5448e8165a27b1b1ea9af6cce7c961 sda2/Microsoft/Boot/mmx64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/refind_x64.efi
498a1f4eee84228e954c467b4c656a0d sda2/BOOT/BOOTX64.efi
498a1f4eee84228e954c467b4c656a0d sda2/Microsoft/Boot/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, hasBIOSboot, has---ESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda2 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk identifier: 575D5B32-C300-4653-BF78-54599EC9FBA5
Start End Sectors Size Type
sda1 2048 4095 2048 1M BIOS boot
sda2 4096 1054719 1050624 513M EFI System
sda3 1054720 937701375 936646656 446.6G Linux filesystem
Disk sdb: 3.73 GiB, 4000317440 bytes, 7813120 sectors
Disk identifier: 0xf615dc02
Boot Start End Sectors Size Id Type
sdb1 * 2048 7813119 7811072 3.7G b W95 FAT32
parted -lm (filtered): _________________________________________________________
sda:480GB:scsi:512:512:gpt:ATA KINGSTON SA400S3:;
1:1049kB:2097kB:1049kB:::bios_grub;
2:2097kB:540MB:538MB:fat32:EFI System Partition:boot, esp;
3:540MB:480GB:480GB:ext4::;
sdb:4000MB:scsi:512:512:msdos:SanDisk Cruzer Slice:;
1:1049kB:4000MB:3999MB:fat32::boot;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 cc59cc46-fa20-4a77-ac2a-8a4ff08881ca
├─sda2 vfat D032-D2BC ad559566-6d4f-4c5c-a7a4-f7786fff4802 EFI System Partition
└─sda3 ext4 34bfb491-dc3d-441d-af9c-3ee288152a44 9b49bc7b-3ee6-47c6-994a-f6ce7dbc71bc
sdb
└─sdb1 vfat B13D-86F0 f615dc02-01
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda2 496M 3% /mnt/boot-sav/sda2
sda3 408.1G 2% /mnt/boot-sav/sda3
sdb1 984.6M 74% /cdrom
Mount options: __________________________________________________________________
sda2 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sda3 rw,relatime
sdb1 ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
==================== sda2/EFI/refind/refind.conf (filtered) ====================
timeout 20
menuentry Linux {
icon EFI/refind/icons/os_linux.png
volume 904404F8-B481-440C-A1E3-11A5A954E601
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
disabled
}
menuentry "Arch Linux" {
icon /EFI/refind/icons/os_arch.png
volume "Arch Linux"
loader /boot/vmlinuz-linux
initrd /boot/initramfs-linux.img
options "root=PARTUUID=5028fa50-0079-4c40-b240-abfaf28693ea rw add_efi_memmap"
submenuentry "Boot using fallback initramfs" {
initrd /boot/initramfs-linux-fallback.img
}
submenuentry "Boot to terminal" {
add_options "systemd.unit=multi-user.target"
}
disabled
}
menuentry Ubuntu {
loader /EFI/ubuntu/grubx64.efi
icon /EFI/refind/icons/os_linux.png
disabled
}
menuentry "ELILO" {
loader \EFI\elilo\elilo.efi
disabled
}
menuentry "Windows 7" {
loader \EFI\Microsoft\Boot\bootmgfw.efi
disabled
}
menuentry "Windows via shell script" {
icon \EFI\refind\icons\os_win.png
loader \EFI\tools\shell.efi
options "fs0:\EFI\tools\launch_windows.nsh"
disabled
}
menuentry "My macOS" {
icon \EFI\refind\icons\os_mac.png
volume "macOS boot"
loader \System\Library\CoreServices\boot.efi
disabled
}
menuentry "Mon Windows 10" {
icon \EFI\refind\icons\os_win.png
loader \EFI\Microsoft\Boot\bkbootmgfw.efi }
===================== sda2/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 34bfb491-dc3d-441d-af9c-3ee288152a44 root hd0,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=34bfb491-dc3d-441d-af9c-3ee288152a44 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
UUID=D032-D2BC /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
======================= sda3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
236,638584137 = 254,088744960 boot/grub/i386-pc/core.img 1
10,133834839 = 10,881122304 boot/vmlinuz 2
10,133834839 = 10,881122304 boot/vmlinuz-5.11.0-16-generic 2
6,704154968 = 7,198531584 boot/vmlinuz-5.11.0-22-generic 1
11,061344147 = 11,877027840 boot/initrd.img 3
11,061344147 = 11,877027840 boot/initrd.img-5.11.0-16-generic 3
11,179256439 = 12,003635200 boot/initrd.img-5.11.0-22-generic 3
11,179256439 = 12,003635200 boot/initrd.img.old 3
===================== sda3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18151 mars 30 10:55 10_linux
-rwxr-xr-x 1 root root 43031 mars 30 10:55 10_linux_zfs
-rwxr-xr-x 1 root root 12894 mars 30 10:55 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 30 10:55 30_os-prober
-rwxr-xr-x 1 root root 1424 mars 30 10:55 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 30 10:55 40_custom
-rwxr-xr-x 1 root root 216 mars 30 10:55 41_custom
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
Ubuntu
Ubuntu (safe graphics)
OEM install (for manufacturers)
Boot from next volume
UEFI Firmware Settings
Test memory
========================= sdb1/syslinux.cfg (filtered) =========================
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
label ubnentry0
menu label Ubuntu
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
label ubnentry1
menu label Ubuntu (safe graphics)
kernel /casper/vmlinuz
append initrd=/casper/initrd nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash ---
label ubnentry2
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz
append initrd=/casper/initrd file=/cdrom/preseed/ubuntu.seed only-ubiquity oem-config/enable=true quiet splash ---
\00\00\D4\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\D6\00\00\00\D8\00\00\00\DA\00\00\00\DD\00\00\00\E1\00\00\00\E3\00\00\00\E5\00\00\00\00\00\00\00\E9\00\00\00\EB\00\00\00\00\00\00\00\ED\00\00\00\00\00\00\00\EE\00\00\00\F1\00\00\00\F5\00\00\00\00\00\00\00\F7\00\00\00\F8\00\00\00\F9\00\00\00\FC\00\00\00\FF\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00
\00\00\00\00\00\00\00\00\00\00\00\00\00\00
\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\00\00\00\00\00\00\00#\00\00$\00\00%\00\00'\00\00\00\00\00\00(\00\00*\00\00\00\00\00\00+\00\00\00\00\00\00,\00\00/\00\00\00\00\00\001\00\003\00\005\00\006\00\008\00\00:\00\00<\00\00=\00\00>\00\00?\00\00@\00\00A\00\00\00\00\00\00B\00\00E\00\00\00\00\00\00F\00\00H\00\00I\00\00\00\00\00\00J\00\00K\00\00L\00\00M\00\00N\00\00O\00\00Q\00\00\00\00\00\00R\00\00T\00\00W\00\00\00\00\00\00Y\00\00[\00\00\00\00\00\00]\00\00\00\00\00\00_\00\00a\00\00c\00\00\00\00\00\00\00\00\00\00d\00\00h\00\00j\00\00k\00\00l\00\00\00\00\00\00n\00\00p\00\00q\00\00\B5
vz\83R\90s'\90\F8=\A8B\88\BED\BC\D1큛\C9ͳfi\9Ec\A1V\8E\8B\8C\8C\A3\A1j\D8\F1\B3)%\C7C\D0Z2\C4\F7\B1D¿\C6,\F0\A9\B2B\88\BE\E5ޓ\FE\EC\84t\A2cЃ
3\F0E\AF\DD\F1u\C2_\C45\EDޓ\EDޓ\F7U^\B9\C7ز\A4n+\99\B0\EDd\9E\D5\CBvq\D2-\D6\EC\E8+\F9*\83\A0\A9U%\95bG\E4\EC\A4\D5\CB\83\D1?\EE\9Bח4Q\A0\BFڽ#t\DDB\A2\9E\82
e\C1\CB\EEc<V|Yձ\93\C3\E9R%Guua\DB\00ri,\B9mbE>\AFOţ\8C\D7\E2n\ABj\87Q\A1\B2v 96P$\EF\F1\BB]\A3NQ\BF§Q\F0\94\BAܼΒ\B9YL\95Q-\B2\F4C\C2%92=\ECP'\E3\A4\CA6r'\F8z\EC\F2*ĿE7\CEm\B1\ED\A1a\B4\83\FB\92P\A4\A3\D5\D2\E8̥]'\F3\C0\94\E6\A7\EC"\A9>cd\86qD6 \A6l\9E)s\95)\A4#\89q\F0cHq\EDT
\AF\C8\00\F3U\BD|\C8f\88\9E\D6ctr+\92\ABHؼCY\87\FF\83"S\AE
\8C\8E9\B7i
\BC\EE\90ʑu\DDQf\91\A03\F1\81^\82I\A9\8FU-Է> \F8\D9Rb\82I\A9\C5DM\B5\92\EFн\80t\82
WN\D0z\86\E5z\C7TҐCP\)\94)l1\F67\D2`\A5\FAv0\BB\9E\88\A07\C8~Vۓ\86#\B6\B1\BF>@k\C4\FE\B1?d҈\94\B1]\E0\FD\89%f\9F\BD\F1\E6$\C6\F0\E9\92}\AB\EF-\A8\E8url\C5\FBr^\C0j\88\87;*\FE\A5Q.\8A5?/}\D2"\B6u\AA\E4K(\B2\A2\F7\F3\E6\F5|\AF\8A5?E&q\F6\B1U\FC\ACp\F0Q\F6\81\E1'b\F4\81\CB\8B\85W\CC/\A7P\9A\8B!D\AB/\C0\E3'\94e*\D9\E0\80P\D3%\B0y\8B\87\FFN
\EE)j\A3a\AC\F9\8F\B4s=Q\CC1\FE\C7<e\AF[\95\F8܆N1*k\93\A3\BC_\CA
\DE\F7P\81Q06\E6@ɏT.d\BC\AD+J\DD\F2\D2y\AA\B2\EE\AE\D5'ݽ\EB\C4t]\DE\D3\C3;y\9F\FBn\EDd\9A\A2\C0\B3\F7S.\D8rQK\F1\B1\B84\8D4IbѴ\87'#\85Qʉ\A7"\CD\A6r\A8\D3,%UtuR}\9B\89[\86\8D\D9h46\E2[\C2P?\8B\FC\DD\DF\F7\B1\EF+\9C\C9\ECG*\9C9\84\D7\CEړב\EA,ܮ\DA\C4Y\/\BE'
\DA=\D5_@f\B9oU\F7\AF6\92gi)q\AEcE\F6G*\9Cr<\94|qV\F2\CF\E5\92Pt<\94|Mf\EC\90\D9D\B1/t=vcS.\C3\E3k\9A|!\A66\DDH*\9C\DA\D1ޤ\B3\D5\92\8B\AD\86]\9Fֽ\F1\C3髂\B16\E6Eywۦ\B5\F8\BC\AFk\FA\90\00\B1\ED%րؽ\9BF\C2Q\FA\C3\A9J.\A9\B6\D5\E1\F1g̤ٓ\98
\CFy\96\C0\81\8EVf>\F9\FF\BC\91\AB\F1\9B\90D\DE@7讟B\88\BE\EFP\CC\FE\B1ش\F3N\B1\D09@\89/\CE$\E3\C5O"\DEP\DB}\F8q\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\84\00\00\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\F3\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\A0\00\00\00\00\00\00\00\00\00\00\00\00\00\EC\00\00\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\00\00\00\00\00\00\00\00\00\00u\00\00\00\00\00\00\00\00\00\00\00\00\00a\00\00\00\00\00\00\00\00\00\00\00\00\00\B5\00\00\00\00\00\00\00\00\00\00\00\00\00\E7\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\F4\00\00\00\00\00\00\00\00\00\00 \00\00\00|\00\00\00\00\00\00\00\00\00\00\00\00\00\DE\00\00\00\00\00\00\00\00\00\00 \00\00\00\A7\00\00\00\00\00\00\00\00\00\00\00\00\00J\00\00\00\00\00\00\00\00\00\00\00\00\00h
\00\00\00\00\00\00\00\00\00\00\00\00\00\DD\00\00\00\00\00\00\00\00\00\00\00\00\00$\00\00\00\00\00\00\00\00\00\00\00\00\007\00\00\00\00\00\00\00\00\00\00 \00\00\003
\00\00\00\00\00\00\00\00\00\00 \00\00\00\A1\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\8B\00\00\00\00\00\00\00\00\00\00\00\00\00\BC\00\00\00\00\00\00\00\00\00\00\00\00\00|\00\00\00\00\00\00\00\00\00\00\00\00\00\E6\00\00\00\00\00\00\00\00\00\00\00\00\00\A0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\BA\00\00\00\00\00\00\00\00\00\00\00\00\00\D6\00\00\00\00\00\00\00\00\00\00\00\00\00D\00\00\00\00\00\00\00\00\00\00\00\00\00\00\FD\00\00\00\00\00\00\00\00\00\00\00\00\00\CF\00\00\00\00\00\00\00\00\00\00\00\00\00\9C\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\8C\00\00\00\00\00\00\00\00\00\00\00\00\00\C8\00\00\00\00\00\00\00\00\00\00\00\00\00\8B\00\00\00\00\00\00\00\00\00\00\00\00\00\FA\00\00\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\00\00\00\00\00\00\00\00\00\00w\00\00\00\00\00\00\00\00\00\00\00\00\00\AB\00\00\00\00\00\00\00\00\00\00\00\00\00\B1\00\00\00\00\00\00\00\00\00\00\00\00\00\93\00\00\00\00\00\00\00\00\00\00\00\00\00@\00\00\00\00\00\00\00\00\00\00\00\00\00\87
\00\00\00\00\00\00\00\00\00\00\00\00\00\AF\00\00\00\00\00\00\00\00\00\00\00\00\00`\00\00\00\00\00\00\00\00\00\00\00\00\00\00\B4
\00\00\00\00\00\00\00\00\00\00 \00\00\00\D1\00\00\00\00\00\00\00\00\00\00\00\00\00\\00\00\00\00\00\00\00\00\00\00\00\00\00\C3\00\00\00\00\00\00\00\00\00\00\00\00\00o\00\00\00\00\00\00\00\00\00\00\00\00\005\00\00\00\00\00\00\00\00\00\00\00\00\00U\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00/ \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\004\00\00\00\00\00\00\00\00\00\00\00\00\00\00\8D
\00\00\00\00\00\00\00\00\00\00\00\00\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\A5\00\00\00\00\00\00\00\00\00\00\00\00\00\82\00\00\00\00\00\00\00\00\00\00\00\00\00?\00\00\00\00\00\00\00\00\00\00\00\00\00\B8\00\00\00\00\00\00\00\00\00\00\00\00\00\83\00\00\00\00\00\00\00\00\00\00\00\00\008 \00\00\00\00\00\00\00\00\00\00\00\00\00%\00\00\00\00\00\00\00\00\00\00\00\00\00\00\94
\00\00\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\00\00\00\00\00\00\00\00\00\00\00\EE\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00X
\00\00\00\00\00\00\00\00\00\00\00\00\00k\00\00\00\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\00\00\00\00\00\00\00\00\00\00\D7\00\00\00\00\00\00\00\00\00\00\00\00\00\9A\00\00\00\00\00\00\00\00\00\00\00\00\004\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\F6\00\00\00\00\00\00\00\00\00\00\00\00\00\97\00\00\00\00\00\00\00\00\00\00\00\00\00\A8\00\00\00\00\00\00\00\00\00\00 \00\00\00\D1\00\00\00\00\00\00\00\00\00\00\00\00\00\FA\00\00\00\00\00\00\00\00\00\00\00\00\00\00\9B\00\00\00\00\00\00\00\00\00\00\00\00\00\F4\00\00\00\00\00\00\00\00\00\00\00\00\00D\00\00\00\00\00\00\00\00\00\00\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00\8A\00\00\00\00\00\00\00\00\00\00\00\00\00\AD\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\B5\00\00\00\00\00\00\00\00\00\00\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\82\00\00\00\00\00\00\00\00\00\00\00\00\00l\00\00\00\00\00\00\00\00\00\00\00\00\00#\00\00\00\00\00\00\00\00\00\00\00\00\00\E5\00\00\00\00\00\00\00\00\00\00\00\00\00>
\00\00\00\00\00\00\00\00\00\00\00\00\00\A1\00\00\00\00\00\00\00\00\00\00\00\00\00\A8\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\C6\00\00\00\00\00\00\00\00\00\00\00\00\00\95\00\00\00\00\00\00\00\00\00\00\00\00\00\F8\00\00\A8\00\00\00\00\00\00-
\00\00\D6\00\00H\00\00\00\00\00\00\00\B0\E2\00\00$\00\00\00\00\00\C0 \00\00 \D1\00\00\DF\00\00\00\00\00(\00\00\00=Q\00\00-\00\00\00\00\AD
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? ldlinux.c32 1
?? = ?? libcom32.c32 1
?? = ?? libutil.c32 1
?? = ?? menu.c32 1
=============== sdb1: Version of COM32(R) files used by Syslinux ===============
ldlinux.c32 : not a COM32/COM32R module
libcom32.c32 : not a COM32/COM32R module
libutil.c32 : not a COM32/COM32R module
menu.c32 : not a COM32/COM32R module
========= Devices which don't seem to have a corresponding hard drive ==========
sdc
=============================== StdErr Messages ================================
/usr/share/boot-sav/b-i-s-functions.sh: ligne 884 : [: 2,73495e+09 : nombre entier attendu comme expression
sed: erreur de lecture sur /cdrom/syslinux.cfg: Erreur d'entrée/sortie
File descriptor 63 (pipe:[50502]) leaked on lvs invocation. Parent PID 7067: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi-amd64-signed of
sda3,
using the following options: sda2/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 21.04 entry (sda2/efi/****/shim****.efi (**** will be updated in the final message) file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\shim****.efi (**** will be updated in the final message)
paste.ubuntu.com ko ()
paste.debian.net ko ()
Hors ligne
#120 Le 26/06/2021, à 09:00
- geole
Re : boot repair rapport[résolu]
Bonjour
Extraits du boot-info
===================================== UEFI
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
Donc boot en EFI
efibootmgr -v
** Warning ** : please recreate these using efibootmgr to remove this warning.
BootCurrent: 000A
Timeout: 0 seconds
BootOrder: 0001,0002,000A,0004,0005,0006,0007,0008,0009
Boot0001* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)AMBO
Boot0002* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)AMBO
Boot0004* UEFI: KINGSTON SA400S37480G PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,65535,0)/HD(2,GPT,ad559566-6d4f-4c5c-a7a4-f7786fff4802,0x1000,0x100800)AMBO
Boot0005* ATAPI CD-ROM Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0300000001)AMBO
Boot0006* Unknown Device BBS(CDROM,,0x0)AMGOAMNOi.......+.h.p. . . . . . .D.V.D.-.R.A.M. .G.H.8.0.N.........................rN.D+..,.\.........AMBO
Boot0007* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000000)AMBO
Boot0008* Hard Drive BBS(HD,,0x0)AMGOAMNOi.......+.K.I.N.G.S.T.O.N. .S.A.4.0.0.S.3.7.4.8.0.G.........................rN.D+..,.\.........AMBOAMNOM.......+.S.a.n.D.i.s.k.........................rN.D+..,.\.........AMBO
Boot0009* Realtek PXE B07 D00 BBS(Network,,0x0)AMBO
Boot000a* UEFI: SanDisk PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(4,0)/HD(1,MBR,0xf615dc02,0x800,0x773000)AMBO
Donc Ni refind ni ubuntu ne sont dans la liste
sda2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/refind/refind.conf /efi/BOOT/BKbootx64.efi
/efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/BOOT/refind_x64.efi /efi/refind/refind_x64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
/efi/Microsoft/Boot/BKbootx64.efi
/efi/Microsoft/Boot/bootmgfw.efi
/efi/Microsoft/Boot/fbx64.efi
/efi/Microsoft/Boot/mmx64.efi
/efi/Microsoft/Boot/refind_x64.efi
Pourtant refind et shimx64.efi sont bien présents dans la partition de boot qui est maintenant devenue SDA2
================================ 1 OS detected
OS#1: Ubuntu 21.04 on sda3
Ubuntu est bien détecté
===================== sda2/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 34bfb491-dc3d-441d-af9c-3ee288152a44 root hd0,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
─sda3 ext4 34bfb491-dc3d-441d-af9c-3ee288152a44 9b49bc7b-3ee6-47c6-994a-f6ce7dbc71bc
Le paramétrage du grub.efi est bon
========================== sda3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=34bfb491-dc3d-441d-af9c-3ee288152a44 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
UUID=D032-D2BC /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0
Le UUID de ubuntu est bien celui de SDA3
==================== sda3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
10,133834839 = 10,881122304 boot/vmlinuz 2
10,133834839 = 10,881122304 boot/vmlinuz-5.11.0-16-generic 2
6,704154968 = 7,198531584 boot/vmlinuz-5.11.0-22-generic 1
11,061344147 = 11,877027840 boot/initrd.img 3
11,061344147 = 11,877027840 boot/initrd.img-5.11.0-16-generic 3
11,179256439 = 12,003635200 boot/initrd.img-5.11.0-22-generic 3
11,179256439 = 12,003635200 boot/initrd.img.old 3
Les fichiers de boot pour refind sont bien présents tous les deux
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda2 496M 3% /mnt/boot-sav/sda2
sda3 408.1G 2% /mnt/boot-sav/sda3
Il y a encore plein de place dans SDA3 pour y mettre les fichiers de boot du grub
Partitions info (1/3): _________________________________________________________
sda3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
On constate que le grub EFI n'a pas été installé par l'installalteur mais c'est normal car c'était demandé. (ubiquity -b)
Ma proposition est donc de booter avec le support d'installlation, de faire un chroot et d'installer refind comme solution définitive avec ces commandes que je réactualise en utilisant le post 45.
1) Revérifier que le boot est bien fait en EFI
[ -d /sys/firmware/efi ] && echo "Session EFI" || echo "Session non-EFI"
2) Se mettre en CHROOT dans le ubuntu Voir document https://doc.ubuntu-fr.org/chroot
Cela devrait donner ces commandes
a) se mettre administrateur
setxkbmap fr ### afin d'avoir un clavier français.
sudo -i ### afin d'éviter de passer son temps à frapper cette commande
b) Montage de la partition
mount /dev/sda3 /mnt
c) Le montage des répertoires se fera avec ces commandes (copier/coller).
mount -t proc /proc /mnt/proc
mount -t sysfs /sys /mnt/sys
mount --bind /dev /mnt/dev
mount --bind /run /mnt/run
mount --bind /sys /mnt/sys
mount --bind /etc/resolv.conf /mnt/etc/resolv.conf
mount --bind /sys/firmware/efi/efivars /mnt/sys/firmware/efi/efivars
modprobe efivars
d) Le changement d'environnement se fera avec cette commande
chroot /mnt
e) Quelques contrôles seront à faire par exemple
mount -t devpts devpts /dev/pts
df -h && df -i
ping -c4 8.8.8.8 && ping -c4 google.fr
ls -ls /home
f) On réinstalle refind
mount -v /dev/sda2 /boot/efi
apt install efivar
apt install --rinstall refind
g) On quitte
exit
reboot
NOTA
SI ultérieurement tu recassses tout une nouvelle fois, Avant de lancer l'installation, je te conseille d'installer refind avant grace mon script dont je t'ai donné un lien, cela évite la procédure chroot toujours compliquée
Si tu veux installler le logiciel grub, Donné sous toute réserve
D'abord installer le logiciel
sudo apt install grub-common2
sudo apt install shim-signed
puis installer le grub
sudo grub-install
Dernière modification par geole (Le 26/06/2021, à 09:34)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#121 Le 26/06/2021, à 09:32
- Pfiouu
Re : boot repair rapport[résolu]
┌────────────────────────┤ Configuration de refind ├────────────────────────┐
│ │
│ Il faut installer rEFInd sur la Partition Système EFI (ESP) pour qu'il │
│ puisse gérer le processus de démarrage. │
│ │
│ Ne pas installer le nouvel exécutable rEFInd sur l'ESP pourrait laisser │
│ le système dans un état non amorçable. Les alternatives pour installer │
│ automatiquement rEFInd comprennent le lancement manuel de │
│ /usr/sbin/refind-install ou l'installation manuelle des exécutables de │
│ rEFInd en les copiant depuis les sous-répertoires de │
│ /usr/share/refind-{version}. │
│ │
│ Faut-il installer automatiquement rEFInd sur l'ESP ? │
│ │
│ <Oui> <Non> │
│
sur non hein?
apt install --rinstall refind
<---jai remis le "e" si ca peut servir à d'autres
Dernière modification par Pfiouu (Le 26/06/2021, à 09:33)
Hors ligne
#122 Le 26/06/2021, à 09:35
- geole
Re : boot repair rapport[résolu]
sur OUI qui est pré-positionné.
Dernière modification par geole (Le 26/06/2021, à 09:37)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#123 Le 26/06/2021, à 09:55
- Pfiouu
Re : boot repair rapport[résolu]
Tin....j'ai validé non avant de changer sur oui forcément...
Je m'épuise
Dernière modification par Pfiouu (Le 26/06/2021, à 09:56)
Hors ligne
#124 Le 26/06/2021, à 10:00
- Pfiouu
Re : boot repair rapport[résolu]
Bonjour
NOTA
SI ultérieurement tu recassses tout une nouvelle fois, Avant de lancer l'installation, je te conseille d'installer refind avant grace mon script dont je t'ai donné un lien, cela évite la procédure chroot toujours compliquée
Si tu veux installler le logiciel grub, Donné sous toute réserve
D'abord installer le logicielsudo apt install grub-common2 sudo apt install shim-signed
puis installer le grub
sudo grub-install
Tu disais que refind était top à la place de grub..
Si ca marche, je garde TOUT tel quel
Hors ligne
#125 Le 26/06/2021, à 10:30
- Pfiouu
Re : boot repair rapport[résolu]
If you want rEFInd to control the boot process, you can do so by runing:
dpkg-reconfigure refind
je reboot
Hors ligne