Bonjour,
Depuis qq temps (et certainement suite à un arrêt brutal) je me retrouve systématiquement avec le menu grub au démarrage qui reste bloqué indéfiniment (pas de timeout). Après appui sur la touche RETURN le système se lance normalement, mais c'est pénible de ne pas avoir un lancement automatique.
J'ai tenté plusieurs manips (dont le lancement de boot-repair) pour remettre tout cela d'aplomb mais rien n'a fonctionné.
Voici le compte rendu de boot-info après lancement du boot-repair. Il semble qu'une erreur soit survenue pendant l'opération mais je n'arrive pas à savoir laquelle.
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
============================= 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 (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 80,001,023 79,998,976 83 Linux
/dev/sda2 80,003,070 976,771,071 896,768,002 5 Extended
/dev/sda5 80,003,072 88,000,511 7,997,440 82 Linux swap / Solaris
/dev/sda6 88,002,560 104,001,535 15,998,976 83 Linux
/dev/sda7 104,003,584 976,771,071 872,767,488 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 b7c79cdd-88c2-439d-a3fb-334550894dfd ext4
/dev/sda5 df7344e3-af18-4d4c-9e0c-1d9f1eae6e5a swap
/dev/sda6 11d715cc-55a3-4889-9bae-b9f1fb2edd7f ext4
/dev/sda7 a2f2510e-a1ce-47bb-874c-93acc71a64ce ext4
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Feb 27 09:58 ata-ST9500420ASG_5VJDV3LD -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 27 09:58 ata-ST9500420ASG_5VJDV3LD-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 27 09:58 ata-ST9500420ASG_5VJDV3LD-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 27 09:58 ata-ST9500420ASG_5VJDV3LD-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 27 09:58 ata-ST9500420ASG_5VJDV3LD-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Feb 27 09:58 ata-ST9500420ASG_5VJDV3LD-part7 -> ../../sda7
lrwxrwxrwx 1 root root 9 Feb 27 09:55 ata-TSSTcorp_CDDVDW_TS-L633F_R8356GBB613296 -> ../../sr0
lrwxrwxrwx 1 root root 9 Feb 27 09:58 wwn-0x5000c5003d9b7802 -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 27 09:58 wwn-0x5000c5003d9b7802-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 27 09:58 wwn-0x5000c5003d9b7802-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 27 09:58 wwn-0x5000c5003d9b7802-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 27 09:58 wwn-0x5000c5003d9b7802-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Feb 27 09:58 wwn-0x5000c5003d9b7802-part7 -> ../../sda7
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw,relatime,errors=remount-ro)
/dev/sda7 /home ext4 (rw,relatime)
=========================== sda1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=10
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=10
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 10 ; then
set timeout=10
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=1
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b7c79cdd-88c2-439d-a3fb-334550894dfd' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
linux /boot/vmlinuz-5.3.0-40-generic root=UUID=b7c79cdd-88c2-439d-a3fb-334550894dfd ro quiet splash $vt_handoff
initrd /boot/initrd.img-5.3.0-40-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-b7c79cdd-88c2-439d-a3fb-334550894dfd' {
menuentry 'Ubuntu, with Linux 5.3.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-40-generic-advanced-b7c79cdd-88c2-439d-a3fb-334550894dfd' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
echo 'Loading Linux 5.3.0-40-generic ...'
linux /boot/vmlinuz-5.3.0-40-generic root=UUID=b7c79cdd-88c2-439d-a3fb-334550894dfd ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.3.0-40-generic
}
menuentry 'Ubuntu, with Linux 5.3.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-40-generic-recovery-b7c79cdd-88c2-439d-a3fb-334550894dfd' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
echo 'Loading Linux 5.3.0-40-generic ...'
linux /boot/vmlinuz-5.3.0-40-generic root=UUID=b7c79cdd-88c2-439d-a3fb-334550894dfd ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.3.0-40-generic
}
menuentry 'Ubuntu, with Linux 5.3.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-28-generic-advanced-b7c79cdd-88c2-439d-a3fb-334550894dfd' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
echo 'Loading Linux 5.3.0-28-generic ...'
linux /boot/vmlinuz-5.3.0-28-generic root=UUID=b7c79cdd-88c2-439d-a3fb-334550894dfd ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.3.0-28-generic
}
menuentry 'Ubuntu, with Linux 5.3.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-28-generic-recovery-b7c79cdd-88c2-439d-a3fb-334550894dfd' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
echo 'Loading Linux 5.3.0-28-generic ...'
linux /boot/vmlinuz-5.3.0-28-generic root=UUID=b7c79cdd-88c2-439d-a3fb-334550894dfd ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.3.0-28-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b7c79cdd-88c2-439d-a3fb-334550894dfd
else
search --no-floppy --fs-uuid --set=root b7c79cdd-88c2-439d-a3fb-334550894dfd
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda1/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=b7c79cdd-88c2-439d-a3fb-334550894dfd / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
UUID=a2f2510e-a1ce-47bb-874c-93acc71a64ce /home ext4 defaults 0 2
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
6.132743835 = 6.584983552 boot/grub/grub.cfg 1
32.413352966 = 34.803572736 boot/grub/i386-pc/core.img 1
7.556369781 = 8.113590272 boot/vmlinuz-5.3.0-28-generic 1
33.728237152 = 36.215418880 boot/vmlinuz-5.3.0-40-generic 1
33.728237152 = 36.215418880 vmlinuz 1
7.556369781 = 8.113590272 vmlinuz.old 1
33.928287506 = 36.430221312 boot/initrd.img-5.3.0-28-generic 1
34.048473358 = 36.559269888 boot/initrd.img-5.3.0-40-generic 2
34.048473358 = 36.559269888 initrd.img 2
33.928287506 = 36.430221312 initrd.img.old 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda2
00000000 b3 06 e8 8b 42 58 25 00 00 09 17 83 ba c8 ba c1 |....BX%.........|
00000010 42 58 00 00 00 09 36 d5 d4 9e 9f d6 42 58 04 00 |BX....6.....BX..|
00000020 00 09 9e d2 57 d5 e0 f2 42 58 25 00 00 09 39 4c |....W...BX%...9L|
00000030 50 ca 29 f7 42 58 25 00 00 09 72 43 be 14 e1 0a |P.).BX%...rC....|
00000040 43 58 25 00 00 09 76 8e eb da 99 1f 43 58 25 00 |CX%...v.....CX%.|
00000050 00 09 36 00 34 fd 97 20 43 58 04 00 00 09 36 8d |..6.4.. CX....6.|
00000060 23 84 b4 8e 43 58 04 00 00 09 fb 96 1a d4 64 90 |#...CX........d.|
00000070 43 58 25 00 00 09 9e e6 1f 5b 18 1e 44 58 05 00 |CX%......[..DX..|
00000080 00 09 b7 7e dd 92 b3 2a 44 58 05 00 00 09 57 3d |...~...*DX....W=|
00000090 ad 04 66 57 44 58 25 00 00 09 6b ba 3a 77 a6 65 |..fWDX%...k.:w.e|
000000a0 44 58 05 00 00 09 bc 0e be e9 dc 99 44 58 25 00 |DX..........DX%.|
000000b0 00 09 5b 13 52 bf 2a b7 44 58 25 00 00 09 3e 1f |..[.R.*.DX%...>.|
000000c0 f1 01 a2 d2 44 58 04 00 00 09 ca e1 b2 fb 79 d3 |....DX........y.|
000000d0 44 58 07 00 00 09 7e d7 0b 1f 3b ec 44 58 25 00 |DX....~...;.DX%.|
000000e0 00 09 89 fe 76 14 90 ec 44 58 25 00 00 09 25 2c |....v...DX%...%,|
000000f0 3e 5a 2a 48 45 58 00 00 00 09 a1 2a da 58 9e 59 |>Z*HEX.....*.X.Y|
00000100 45 58 25 00 00 09 37 33 14 29 3f 6a 45 58 25 00 |EX%...73.)?jEX%.|
00000110 00 09 93 46 51 d7 e7 6b 45 58 00 00 00 09 da 31 |...FQ..kEX.....1|
00000120 82 f0 88 8a 45 58 12 00 00 09 83 b6 fd 46 e1 c4 |....EX.......F..|
00000130 45 58 12 00 00 09 27 ff a2 50 88 d6 45 58 25 00 |EX....'..P..EX%.|
00000140 00 09 34 f0 bd 7c 4b 3f 46 58 25 00 00 09 ff 5d |..4..|K?FX%....]|
00000150 70 f3 6d 52 46 58 04 00 00 09 9d e1 b6 e2 9f 61 |p.mRFX.........a|
00000160 46 58 25 00 00 09 73 2a da 19 5d ba 46 58 00 00 |FX%...s*..].FX..|
00000170 00 09 1a 01 92 63 3b 61 47 58 25 00 00 09 18 b4 |.....c;aGX%.....|
00000180 d8 b3 fa 97 47 58 25 00 00 09 30 2c 85 90 92 d2 |....GX%...0,....|
00000190 47 58 12 00 00 09 2d 86 ee a9 0f 02 48 58 25 00 |GX....-.....HX%.|
000001a0 00 09 b6 a7 ea a6 76 38 48 58 25 00 00 09 da c7 |......v8HX%.....|
000001b0 9a 99 3a 78 48 58 25 00 00 09 e0 70 39 36 00 fe |..:xHX%....p96..|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 08 7a 00 00 fe |............z...|
000001d0 ff ff 05 fe ff ff 02 08 7a 00 00 28 f4 00 00 00 |........z..(....|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
ADDITIONAL INFORMATION :
=================== log of boot-repair 20200227_0958 ===================
boot-repair version : 4ppa66
boot-sav version : 4ppa66
boot-sav-extra version : 4ppa66
glade2script version : 3.2.3~ppa4
boot-repair is executed in installed-session (Ubuntu 18.04.4 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=b7c79cdd-88c2-439d-a3fb-334550894dfd ro quiet splash vt.handoff=1
=================== os-prober:
/dev/sda1:L'OS actuellement utilisé - Ubuntu 18.04.4 LTS CurrentSession:linux
=================== blkid:
/dev/sda1: UUID="b7c79cdd-88c2-439d-a3fb-334550894dfd" TYPE="ext4" PARTUUID="68efa84d-01"
/dev/sda5: UUID="df7344e3-af18-4d4c-9e0c-1d9f1eae6e5a" TYPE="swap" PARTUUID="68efa84d-05"
/dev/sda6: UUID="11d715cc-55a3-4889-9bae-b9f1fb2edd7f" TYPE="ext4" PARTUUID="68efa84d-06"
/dev/sda7: UUID="a2f2510e-a1ce-47bb-874c-93acc71a64ce" TYPE="ext4" PARTUUID="68efa84d-07"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 4096 janv. 26 18:13 grub.d
total 80
-rwxr-xr-x 1 root root 10046 mars 18 2019 00_header
-rwxr-xr-x 1 root root 6258 mars 18 2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 mars 18 2019 10_linux
-rwxr-xr-x 1 root root 11298 mars 18 2019 20_linux_xen
-rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mars 18 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 18 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 18 2019 40_custom
-rwxr-xr-x 1 root root 216 mars 18 2019 41_custom
-rw-r--r-- 1 root root 483 mars 18 2019 README
=================== /etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=1
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"
=================== UEFI/Legacy mode:
This installed-session is not in EFI-mode.
SecureBoot disabled.
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, notbiosboot, .
sda6 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, notbiosboot, /mnt/boot-sav/sda6.
sda7 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, notbiosboot, /home.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:512:msdos:ATA ST9500420ASG:;
1:1049kB:41.0GB:41.0GB:ext4::boot;
2:41.0GB:500GB:459GB:::;
5:41.0GB:45.1GB:4095MB:linux-swap(v1)::;
6:45.1GB:53.2GB:8191MB:ext4::;
7:53.2GB:500GB:447GB:ext4::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 465,8G
sda1 part ext4 38,2G
sda2 part 1K
sda5 part swap 3,8G
sda6 part ext4 7,6G
sda7 part ext4 416,2G
sr0 rom 1024M
KNAME ROTA RO RM STATE MOUNTPOINT
sda 1 0 0 running
sda1 1 0 0 /
sda2 1 0 0
sda5 1 0 0
sda6 1 0 0 /mnt/boot-sav/sda6
sda7 1 0 0 /home
sr0 1 0 1 running
=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1943196k,nr_inodes=485799,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=393520k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12538)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda7 on /home type ext4 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=393516k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw,relatime)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sda1 sda2 sda5 sda6 sda7 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sda7 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout udmabuf uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 zero zfs
ls /dev/mapper: control
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs tmpfs 385M 1.4M 383M 1% /run
/dev/sda1 ext4 38G 7.3G 29G 21% /
tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/sda7 ext4 409G 139G 250G 36% /home
tmpfs tmpfs 385M 16K 385M 1% /run/user/1000
/dev/sda6 ext4 7.5G 35M 7.1G 1% /mnt/boot-sav/sda6
=================== fdisk -l:
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x68efa84d
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 80001023 79998976 38.2G 83 Linux
/dev/sda2 80003070 976771071 896768002 427.6G 5 Extended
/dev/sda5 80003072 88000511 7997440 3.8G 82 Linux swap / Solaris
/dev/sda6 88002560 104001535 15998976 7.6G 83 Linux
/dev/sda7 104003584 976771071 872767488 416.2G 83 Linux
=================== Default settings of Boot Repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s
=================== User settings
The settings chosen by the user will reinstall the grub2 of sda1 into the MBR of sda, using the following options: disable-internet-check
Additional repair will be performed: unhide-bootmenu-10s
Unhide GRUB boot menu in sda1/etc/default/grub
*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
Subsystem: CLEVO/KAPOK Computer 2nd Generation Core Processor Family Integrated Graphics Controller [1558:2550]
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT 540M] [10de:0df4] (rev a1)
Subsystem: CLEVO/KAPOK Computer GF108M [GeForce GT 540M] [1558:2550]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
*******
grub-install --version
grub-install (GRUB) 2.02-2ubuntu8.14,grub-install (GRUB) 2.
Reinstall the GRUB of sda1 into the MBR of sda
Installing for i386-pc platform.
grub-install: warning: Sector 32 is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0
(zenity:15253): dbind-WARNING **: 09:58:51.725: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Gtk-Message: 09:58:52.015: GtkDialog mapped without a transient parent. This is discouraged.
FlexNet détecté. Veuillez sauvegarder vos données avant cette opération. Voulez-vous continuer ? no
update-grub
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.3.0-40-generic
Found initrd image: /boot/initrd.img-5.3.0-40-generic
Found linux image: /boot/vmlinuz-5.3.0-28-generic
Found initrd image: /boot/initrd.img-5.3.0-28-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
Une erreur est survenue pendant la réparation.
Vous pouvez maintenant redémarrer votre ordinateur.
Est-ce lié au message
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
Et si oui comment corriger ?
Merci pour votre aide.