Pages : 1
#1 Le 08/07/2020, à 16:38
- Patamax54
[RESOLU] boot sur ubuntu serveur en échec
Bonjour,
J'essaie d'installer Ubuntu serveur 20.04 LTS
Pour faire "simple", aller vite, après plusieurs tentatives, j'ai coché utiliser tout le disque.
L'installation se déroule sans défaut mais je ne boot pas sur cette installation.
J'ai démarré Linux Mint depuis une clé Usb pour utiliser bootrepair sans succès.
le fichier généré par bootrepair: http://paste.ubuntu.com/p/QmBFvCqtBC/
Remerciements pour votre aide
Patrick
Dernière modification par Patamax54 (Le 12/07/2020, à 06:59)
Hors ligne
#2 Le 08/07/2020, à 16:44
- xubu1957
Re : [RESOLU] boot sur ubuntu serveur en échec
Bonjour,
Collage du boot-info :
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 2048
of the same hard drive for core.img. core.img is at this location and
looks for (,gpt2)/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: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.03
Boot sector info: Syslinux looks at sector 8200 of /dev/sdb1 for its
second stage. The integrity check of Syslinux failed.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/EFI/BOOT/grubx64.efi /ldlinux.sys
============================ 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 976,773,167 976,773,167 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 2,048 4,095 2,048 BIOS Boot partition
/dev/sda2 4,096 976,771,071 976,766,976 Data partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 1.9 GiB, 2063597568 bytes, 4030464 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/sdb1 * 2,048 4,030,463 4,028,416 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1
/dev/sda2 47b59149-c7b8-49c4-a766-de71868a9b3f ext4
/dev/sdb1 4A85-76B3 vfat LINUX MINT
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Jul 8 14:20 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 8 14:20 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 8 14:20 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Jul 8 14:19 usb-Kingston_DataTraveler_2.0_5B711E9D89D2-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 8 14:19 usb-Kingston_DataTraveler_2.0_5B711E9D89D2-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Jul 8 14:20 wwn-0x50014ee6036e7551 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 8 14:20 wwn-0x50014ee6036e7551-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 8 14:20 wwn-0x50014ee6036e7551-part2 -> ../../sda2
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda2/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 [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
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 initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; 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_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47b59149-c7b8-49c4-a766-de71868a9b3f
else
search --no-floppy --fs-uuid --set=root 47b59149-c7b8-49c4-a766-de71868a9b3f
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=C
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=7
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-47b59149-c7b8-49c4-a766-de71868a9b3f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47b59149-c7b8-49c4-a766-de71868a9b3f
else
search --no-floppy --fs-uuid --set=root 47b59149-c7b8-49c4-a766-de71868a9b3f
fi
linux /boot/vmlinuz-5.4.0-40-generic root=UUID=47b59149-c7b8-49c4-a766-de71868a9b3f ro maybe-ubiquity
initrd /boot/initrd.img-5.4.0-40-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-47b59149-c7b8-49c4-a766-de71868a9b3f' {
menuentry 'Ubuntu, with Linux 5.4.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-40-generic-advanced-47b59149-c7b8-49c4-a766-de71868a9b3f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47b59149-c7b8-49c4-a766-de71868a9b3f
else
search --no-floppy --fs-uuid --set=root 47b59149-c7b8-49c4-a766-de71868a9b3f
fi
echo 'Loading Linux 5.4.0-40-generic ...'
linux /boot/vmlinuz-5.4.0-40-generic root=UUID=47b59149-c7b8-49c4-a766-de71868a9b3f ro maybe-ubiquity
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.4.0-40-generic
}
menuentry 'Ubuntu, with Linux 5.4.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-40-generic-recovery-47b59149-c7b8-49c4-a766-de71868a9b3f' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47b59149-c7b8-49c4-a766-de71868a9b3f
else
search --no-floppy --fs-uuid --set=root 47b59149-c7b8-49c4-a766-de71868a9b3f
fi
echo 'Loading Linux 5.4.0-40-generic ...'
linux /boot/vmlinuz-5.4.0-40-generic root=UUID=47b59149-c7b8-49c4-a766-de71868a9b3f ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.4.0-40-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### 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 ###
--------------------------------------------------------------------------------
=============================== sda2/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/sda2 during curtin installation
/dev/disk/by-uuid/47b59149-c7b8-49c4-a766-de71868a9b3f / ext4 defaults 0 0
/swap.img none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
92.128292084 = 98.922000384 boot/grub/grub.cfg 1
92.141197205 = 98.935857152 boot/grub/i386-pc/core.img 1
1.465938568 = 1.574039552 boot/vmlinuz 1
1.465938568 = 1.574039552 boot/vmlinuz-5.4.0-40-generic 1
1.465938568 = 1.574039552 boot/vmlinuz.old 1
5.983882904 = 6.425145344 boot/initrd.img 2
5.983882904 = 6.425145344 boot/initrd.img-5.4.0-40-generic 2
5.983882904 = 6.425145344 boot/initrd.img.old 2
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Start Linux Mint 19.2 Cinnamon 64-bit" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Start Linux Mint 19.2 Cinnamon 64-bit (compatibility mode)" {
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed oem-config/enable=true only-ubiquity boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Check the integrity of the medium" {
linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sdb1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
--------------------------------------------------------------------------------
=================== 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
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/1923/mountinfo) leaked on lvs invocation. Parent PID 11591: bash
File descriptor 63 (pipe:[42610]) leaked on lvs invocation. Parent PID 11591: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 20200708_1418 ===================
boot-repair version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-repair is executed in live-session (Linux Mint 19.2 Tina, tina, LinuxMint, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper initrd=/casper/initrd.lz quiet splash --
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
/dev/sda2:Ubuntu 20.04 LTS (20.04):Ubuntu:linux
=================== blkid:
/dev/sda2: UUID="47b59149-c7b8-49c4-a766-de71868a9b3f" TYPE="ext4" PARTUUID="94773c85-5879-4b69-9fd2-9733d9de1c6c"
/dev/sdb1: LABEL="LINUX MINT" UUID="4A85-76B3" TYPE="vfat" PARTUUID="00376039-01"
/dev/loop0: TYPE="squashfs"
/dev/sda1: PARTUUID="5d7322b9-b18d-4c98-923d-148320e428c8"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Linux not detected by os-prober on sda1. Please report this message to boot.repair@gmail.com
=================== sda2/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Jul 8 07:41 grub.d
total 128
-rwxr-xr-x 1 root root 10627 Apr 15 11:31 00_header
-rwxr-xr-x 1 root root 6258 Apr 15 11:31 05_debian_theme
-rwxr-xr-x 1 root root 17123 Apr 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 Apr 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 Apr 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 Apr 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 Apr 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Apr 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 Apr 15 11:31 41_custom
-rw-r--r-- 1 root root 483 Apr 15 11:31 README
=================== sda2/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=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="maybe-ubiquity"
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"
=================== sda2/etc/mdadm/mdadm.conf :
# mdadm.conf
#
# !NB! Run update-initramfs -u after updating this file.
# !NB! This will ensure that initramfs has an uptodate copy.
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default (built-in), scan all partitions (/proc/partitions) and all
# containers for MD superblocks. alternatively, specify devices to scan, using
# wildcards if desired.
#DEVICE partitions containers
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# instruct the monitoring daemon where to send mail alerts
MAILADDR root
# definitions of existing MD arrays
# This configuration was auto-generated on Thu, 23 Apr 2020 07:34:28 +0000 by mkconf
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 204 Jul 29 2019 grub.d
total 58
-rwxr-xr-x 1 root root 10046 Mar 18 2019 00_header
-rwxr-xr-x 1 root root 6258 Mar 18 2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 Mar 18 2019 10_linux
-rwxr-xr-x 1 root root 11298 Mar 18 2019 20_linux_xen
-rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 Mar 18 2019 30_os-prober
-rwxr-xr-x 1 root root 1418 Mar 18 2019 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Mar 18 2019 40_custom
-rwxr-xr-x 1 root root 216 Mar 18 2019 41_custom
-rw-r--r-- 1 root root 483 Mar 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=0
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"
=================== No kernel in /boot:
System.map-4.15.0-54-generic
config-4.15.0-54-generic
grub
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
=================== UEFI/Legacy mode:
This live-session is not in EFI-mode.
EFI in dmesg.
[ 0.000000] ACPI: UEFI 0x00000000DABE0000 00003E (v01 LENOVO TP-83 00001460 PTL 00000002)
[ 0.000000] ACPI: UEFI 0x00000000DABDF000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 0x00000000DABDE000 000292 (v01 LENOVO TP-83 00001460 PTL 00000002)
SecureBoot maybe enabled.
=================== PARTITIONS & DISKS:
sda2 : 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, farbios, notbiosboot, /mnt/boot-sav/sda2.
sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, no-kernel, 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, is-biosboot, .
sda : GPT, BIOS_boot, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000BPKT-7:;
1:1049kB:2097kB:1049kB:::bios_grub;
2:2097kB:500GB:500GB:ext4::;
BYT;
/dev/sdb:2064MB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
1:1049kB:2064MB:2063MB:fat32::boot, lba;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
sda disk 465.8G
sda1 part 1M
sda2 part ext4 465.8G
sdb disk 1.9G
sdb1 part vfat 1.9G LINUX MINT
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
sda 1 0 0 running
sda1 1 0 0
sda2 1 0 0 /mnt/boot-sav/sda2
sdb 1 0 1 running
sdb1 1 0 1 /cdrom
=================== 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=5469932k,nr_inodes=1367483,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=1098228k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=45,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16423)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1098224k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
=================== 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 power queue range removable ro sda1 sda2 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper: control
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 5.3G 0 5.3G 0% /dev
tmpfs tmpfs 1.1G 1.4M 1.1G 1% /run
/dev/sdb1 vfat 2.0G 1.9G 47M 98% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 5.3G 29M 5.3G 1% /
tmpfs tmpfs 5.3G 0 5.3G 0% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 5.3G 0 5.3G 0% /sys/fs/cgroup
tmpfs tmpfs 5.3G 4.0K 5.3G 1% /tmp
tmpfs tmpfs 1.1G 20K 1.1G 1% /run/user/999
/dev/sda2 ext4 458G 6.3G 428G 2% /mnt/boot-sav/sda2
=================== fdisk -l:
Disk /dev/loop0: 1.8 GiB, 1925435392 bytes, 3760616 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
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 18A21C66-93BA-4842-963A-A0D829552C19
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 976771071 976766976 465.8G Linux filesystem
Disk /dev/sdb: 1.9 GiB, 2063597568 bytes, 4030464 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: 0x00376039
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 4030463 4028416 1.9G c W95 FAT32 (LBA)
=================== Default settings of Boot Repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda2 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 sda2 into the MBR of sda.
Additional repair will be performed: unhide-bootmenu-10s
Unhide GRUB boot menu in sda1/etc/default/grub
lspci: Unable to load libkmod resources: error -12
*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
Subsystem: Lenovo ThinkPad T420 [17aa:21ce]
Kernel driver in use: i915
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
*******
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26,grub-install (GRUB) 2.
Reinstall the GRUB of sda2 into the MBR of sda
Installing for i386-pc platform.
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0
chroot /mnt/boot-sav/sda2 update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-40-generic
Found initrd image: /boot/initrd.img-5.4.0-40-generic
File descriptor 9 (/proc/1923/mountinfo) leaked on lvs invocation. Parent PID 8787: /bin/sh
File descriptor 63 (pipe:[42610]) leaked on lvs invocation. Parent PID 8787: /bin/sh
Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
Boot successfully repaired.
You can now reboot your computer.
pastebinit packages needed
Gtk-Message: 14:20:11.429: GtkDialog mapped without a transient parent. This is discouraged.
E: The repository 'cdrom://Linux Mint 19.2 _Tina_ - Release amd64 20190729 bionic Release' does not have a Release file.
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
paste2.org ko (http://paste2.org/)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 08/07/2020, à 17:44
- lucmars
Re : [RESOLU] boot sur ubuntu serveur en échec
T'as fait une installe legacy sur un disque gpt (=> uefi), ça le fait toutefois à la condition que le bios boote le disque en mode legacy.
Gaulois Matter !
Hors ligne
#4 Le 08/07/2020, à 19:11
- Patamax54
Re : [RESOLU] boot sur ubuntu serveur en échec
Merci pour ton aide
Le Bios est réglé sur Both avec priorité Legacy.
J'ai passé le réglage sur UEFI et relancé l'installation:
- sélection du disque, Format puis add gpt partition:
une partition de 512Mo: "primary ESP to be formated as Fat32 mounted at /boot/efi" est automatiquement ajoutée
- Ajout des autres partitions (/, boot, home, ...)
suite install
Reboot
un texte très rapide ou j'entrevois "found, Ubuntu" est affiché et le Pc reboote !
pas encore gagné
Patrick
Hors ligne
#5 Le 09/07/2020, à 12:15
- lucmars
Re : [RESOLU] boot sur ubuntu serveur en échec
Donnes-nous le modèle exact de ton pc, ça peut aider.
Et comme t'es passé en mode efi, refais un boot-info stp
Gaulois Matter !
Hors ligne
#6 Le 09/07/2020, à 18:17
- Patamax54
Re : [RESOLU] boot sur ubuntu serveur en échec
Bonjour,
Pc Lenovo Thinkpad T420
Le disque de 500Go est installé dans un caddy à la place du cdrom.
Le disque (Windows) à l'emplacement d'origine n'est pas inséré pour exécuter cette install.
Je choisis ensuite (quand c'est ok) le boot Windows ou Ubuntu avec F12 et choix du disque (déjà expérimenté sur ce Pc avec une install Mageia)
sda1 est une clé Usb avec Linux mint
Merci
le nouveau boot info:
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/ubuntu/grub.cfg /Boot/bootx64.efi
/ubuntu/shimx64.efi /EFI/BOOT/bkpbootx64.efi
/EFI/BOOT/bootx64.efi /EFI/BOOT/fbx64.efi
/EFI/BOOT/mmx64.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /etc/fstab
sda4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda7: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.03
Boot sector info: Syslinux looks at sector 8200 of /dev/sdb1 for its
second stage. The integrity check of Syslinux failed.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/EFI/BOOT/grubx64.efi /ldlinux.sys
============================ 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 976,773,167 976,773,167 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 2,048 4,196,351 4,194,304 EFI System partition
/dev/sda2 4,196,352 46,139,391 41,943,040 Data partition (Linux)
/dev/sda3 46,139,392 314,071,039 267,931,648 Data partition (Linux)
/dev/sda4 314,071,040 523,786,239 209,715,200 Data partition (Linux)
/dev/sda5 523,786,240 733,501,439 209,715,200 Data partition (Linux)
/dev/sda6 733,501,440 943,216,639 209,715,200 Data partition (Linux)
/dev/sda7 943,216,640 976,771,071 33,554,432 Swap partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 1.9 GiB, 2063597568 bytes, 4030464 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/sdb1 * 2,048 4,030,463 4,028,416 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 A932-D2A8 vfat
/dev/sda2 185cfd9a-68e7-4234-88eb-1984285204fe ext4
/dev/sda3 f27834c8-66ae-4bde-8913-a061075666ba ext4
/dev/sda4 e512dfa2-594b-4b3a-82b3-beb19c48b6d4 ext4
/dev/sda5 db8e8651-f83a-472c-a018-311c24f1acf4 ext4
/dev/sda6 c1a0657a-6724-40b6-9699-0dc472ba1d27 ext4
/dev/sda7 cdeda920-fd78-4fa2-85ca-018b46af3274 swap
/dev/sdb1 4A85-76B3 vfat LINUX MINT
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part7 -> ../../sda7
lrwxrwxrwx 1 root root 9 Jul 8 19:36 usb-Kingston_DataTraveler_2.0_5B711E9D89D2-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 8 19:36 usb-Kingston_DataTraveler_2.0_5B711E9D89D2-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Jul 8 19:36 wwn-0x50014ee6036e7551 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part7 -> ../../sda7
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
========================== sda1/EFI/ubuntu/grub.cfg: ===========================
--------------------------------------------------------------------------------
search.fs_uuid 185cfd9a-68e7-4234-88eb-1984285204fe root hd0,gpt2
set prefix=($root)'/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------
============================= sda2/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 [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
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 initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; 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_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 db8e8651-f83a-472c-a018-311c24f1acf4
else
search --no-floppy --fs-uuid --set=root db8e8651-f83a-472c-a018-311c24f1acf4
fi
font="/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=C
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
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=0
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=7
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-f27834c8-66ae-4bde-8913-a061075666ba' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 185cfd9a-68e7-4234-88eb-1984285204fe
else
search --no-floppy --fs-uuid --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
fi
linux /vmlinuz-5.4.0-40-generic root=UUID=f27834c8-66ae-4bde-8913-a061075666ba ro
initrd /initrd.img-5.4.0-40-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-f27834c8-66ae-4bde-8913-a061075666ba' {
menuentry 'Ubuntu, with Linux 5.4.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-40-generic-advanced-f27834c8-66ae-4bde-8913-a061075666ba' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 185cfd9a-68e7-4234-88eb-1984285204fe
else
search --no-floppy --fs-uuid --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
fi
echo 'Loading Linux 5.4.0-40-generic ...'
linux /vmlinuz-5.4.0-40-generic root=UUID=f27834c8-66ae-4bde-8913-a061075666ba ro
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.4.0-40-generic
}
menuentry 'Ubuntu, with Linux 5.4.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-40-generic-recovery-f27834c8-66ae-4bde-8913-a061075666ba' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 185cfd9a-68e7-4234-88eb-1984285204fe
else
search --no-floppy --fs-uuid --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
fi
echo 'Loading Linux 5.4.0-40-generic ...'
linux /vmlinuz-5.4.0-40-generic root=UUID=f27834c8-66ae-4bde-8913-a061075666ba ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.4.0-40-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/25_custom ###
menuentry "EFI/BOOT/bkpbootx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/BOOT/bkpbootx64.efi
}
menuentry "EFI/BOOT/fbx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/BOOT/fbx64.efi
}
menuentry "EFI/BOOT/mmx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/BOOT/mmx64.efi
}
menuentry "EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/ubuntu/mmx64.efi
}
menuentry "efi/EFI/BOOT/bkpbootx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/BOOT/bkpbootx64.efi
}
menuentry "efi/EFI/BOOT/fbx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/BOOT/fbx64.efi
}
menuentry "efi/EFI/BOOT/mmx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/BOOT/mmx64.efi
}
menuentry "efi/EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/ubuntu/mmx64.efi
}
### END /etc/grub.d/25_custom ###
### 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 ###
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
14.140167236 = 15.182888960 grub/grub.cfg 2
2.152462006 = 2.311188480 vmlinuz 1
2.152462006 = 2.311188480 vmlinuz-5.4.0-40-generic 1
2.152462006 = 2.311188480 vmlinuz.old 1
2.256343842 = 2.422730752 initrd.img 5
2.256343842 = 2.422730752 initrd.img-5.4.0-40-generic 5
2.256343842 = 2.422730752 initrd.img.old 5
=============================== sda3/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>
/dev/disk/by-uuid/cdeda920-fd78-4fa2-85ca-018b46af3274 none swap sw 0 0
# / was on /dev/sda3 during curtin installation
/dev/disk/by-uuid/f27834c8-66ae-4bde-8913-a061075666ba / ext4 defaults 0 0
# /usr was on /dev/sda5 during curtin installation
#/dev/disk/by-uuid/db8e8651-f83a-472c-a018-311c24f1acf4 /usr ext4 defaults 0 0
# /boot was on /dev/sda2 during curtin installation
#/dev/disk/by-uuid/185cfd9a-68e7-4234-88eb-1984285204fe /boot ext4 defaults 0 0
# /home was on /dev/sda4 during curtin installation
/dev/disk/by-uuid/e512dfa2-594b-4b3a-82b3-beb19c48b6d4 /home ext4 defaults 0 0
# /var was on /dev/sda6 during curtin installation
/dev/disk/by-uuid/c1a0657a-6724-40b6-9699-0dc472ba1d27 /var ext4 defaults 0 0
# /boot/efi was on /dev/sda1 during curtin installation
#/dev/disk/by-uuid/A932-D2A8 /boot/efi vfat defaults 0 0
/swap.img none swap sw 0 0
UUID=185cfd9a-68e7-4234-88eb-1984285204fe /boot ext4 defaults 0 2
UUID=db8e8651-f83a-472c-a018-311c24f1acf4 /usr ext4 defaults 0 2
UUID=A932-D2A8 /boot/efi vfat defaults 0 1
--------------------------------------------------------------------------------
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Start Linux Mint 19.2 Cinnamon 64-bit" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Start Linux Mint 19.2 Cinnamon 64-bit (compatibility mode)" {
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed oem-config/enable=true only-ubiquity boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Check the integrity of the medium" {
linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sdb1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
--------------------------------------------------------------------------------
=================== 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
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/2473/mountinfo) leaked on lvs invocation. Parent PID 19142: bash
File descriptor 63 (pipe:[64120]) leaked on lvs invocation. Parent PID 19142: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 20200708_1936 ===================
boot-repair version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-repair is executed in live-session (Linux Mint 19.2 Tina, tina, LinuxMint, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
/dev/sda3:Ubuntu 20.04 LTS (20.04):Ubuntu:linux
=================== blkid:
/dev/sda1: UUID="A932-D2A8" TYPE="vfat" PARTUUID="4a5b9a94-d117-44c9-9991-19966d24c37f"
/dev/sda2: UUID="185cfd9a-68e7-4234-88eb-1984285204fe" TYPE="ext4" PARTUUID="73bf5061-4eae-44e9-a4ff-cc48b9dd8f31"
/dev/sda3: UUID="f27834c8-66ae-4bde-8913-a061075666ba" TYPE="ext4" PARTUUID="afb5b9e1-6353-416d-9a53-890644ed743b"
/dev/sda4: UUID="e512dfa2-594b-4b3a-82b3-beb19c48b6d4" TYPE="ext4" PARTUUID="dc52d5a9-a092-4a76-97a8-ac0ea03f7f8b"
/dev/sda5: UUID="db8e8651-f83a-472c-a018-311c24f1acf4" TYPE="ext4" PARTUUID="43e37fcc-484c-4524-a1d3-eddaf4fdb83a"
/dev/sda6: UUID="c1a0657a-6724-40b6-9699-0dc472ba1d27" TYPE="ext4" PARTUUID="f5fe1b94-7aed-480c-8eb9-19fbbada6e30"
/dev/sdb1: LABEL="LINUX MINT" UUID="4A85-76B3" TYPE="vfat" PARTUUID="00376039-01"
/dev/loop0: TYPE="squashfs"
/dev/sda7: UUID="cdeda920-fd78-4fa2-85ca-018b46af3274" TYPE="swap" PARTUUID="e14d68ac-656d-48e8-9549-945a149a53b5"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/fbx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/mmx64.efi
=================== sda3/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Jul 8 19:14 grub.d
total 128
-rwxr-xr-x 1 root root 10627 Apr 15 11:31 00_header
-rwxr-xr-x 1 root root 6258 Apr 15 11:31 05_debian_theme
-rwxr-xr-x 1 root root 17123 Apr 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 Apr 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 Apr 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 Apr 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 Apr 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Apr 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 Apr 15 11:31 41_custom
-rw-r--r-- 1 root root 483 Apr 15 11:31 README
=================== sda3/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/boot/efi detected in the fstab of sda3: /dev/disk/by-uuid/A932-D2A8 ()
/boot detected in the fstab of sda3: /dev/disk/by-uuid/185cfd9a-68e7-4234-88eb-1984285204fe ()
/usr detected in the fstab of sda3: /dev/disk/by-uuid/db8e8651-f83a-472c-a018-311c24f1acf4 ()
=================== sda3/etc/mdadm/mdadm.conf :
# mdadm.conf
#
# !NB! Run update-initramfs -u after updating this file.
# !NB! This will ensure that initramfs has an uptodate copy.
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default (built-in), scan all partitions (/proc/partitions) and all
# containers for MD superblocks. alternatively, specify devices to scan, using
# wildcards if desired.
#DEVICE partitions containers
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# instruct the monitoring daemon where to send mail alerts
MAILADDR root
# definitions of existing MD arrays
# This configuration was auto-generated on Thu, 23 Apr 2020 07:34:28 +0000 by mkconf
ls /sys/firmware/efi/vars : specialbootdevice-7c436110-ab2a-4bbb-a880-fe41995c9f82,security-mode-7c436110-ab2a-4bbb-a880-fe41995c9f82,rd-47c7b227-c42a-11d2-8e57-00a0c969723b,prev-lang:kbd-7c436110-ab2a-4bbb-a880-fe41995c9f82,platform-uuid-7c436110-ab2a-4bbb-a880-fe41995c9f82,new_var,md-47c7b227-c42a-11d2-8e57-00a0c969723b,fmm-computer-name-7c436110-ab2a-4bbb-a880-fe41995c9f82,flagstate-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-RPlt-ch8*-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-RMde-char-7c436110-ab2a-4bbb-a880-fe41995c9f82,-ch8*-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-REV,-ch8*-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-RBr,fakesmc-key-MSWr-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSTc-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSPS-ui16-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSLD-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSFW-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSAc-ui16-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-EPCI-ui32-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BNum-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BEMB-flag-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BBIN-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BATP-flag-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-$Num-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-$Adr-ui32-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-#KEY-ui32-7c436110-ab2a-4bbb-a880-fe41995c9f82,dir-47c7b227-c42a-11d2-8e57-00a0c969723b,del_var,del-47c7b227-c42a-11d2-8e57-00a0c969723b,csr-active-config-7c436110-ab2a-4bbb-a880-fe41995c9f82,cr-47c7b227-c42a-11d2-8e57-00a0c969723b,copy-47c7b227-c42a-11d2-8e57-00a0c969723b,bootercfg-7c436110-ab2a-4bbb-a880-fe41995c9f82,bluetoothActiveControllerInfo-7c436110-ab2a-4bbb-a880-fe41995c9f82,backlight-level-7c436110-ab2a-4bbb-a880-fe41995c9f82,XtuNv7-96fc61f6-e3bb-4f82-e096-c9c8a1bcd192,UIScale-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,UCR-14a22a97-8424-489e-9ead-dc09255658b5,TpmStatusVar-5bda1b7f-d27e-41dc-bb86-5582c396805d,TpAcpiNvs-e6f014ab-cb0e-456e-8af7-7221edb702f7,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,Time-470733de-df43-448b-8b45-4eeb0df8c812,TcgSetup-753ab903-444c-41f8-a235-569e8341147e,SystemAudioVolumeDB-7c436110-ab2a-4bbb-a880-fe41995c9f82,SystemAudioVolume-7c436110-ab2a-4bbb-a880-fe41995c9f82,System-e947fcf9-dd01-4965-b808-32a7b6815657,SmmS3NvsData-8983fd2d-113c-4e2b-8f47-0abfeb20a41a,SioPolicy-729c67cc-e109-4bc7-97b5-fa7c386e387d,SetupHotKey-8be4df61-93ca-11d2-aa0d-00e098032b8c,Setup-4dfbbaab-1392-4fde-abb8-c41cc5ad7d5d,SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSLEN-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534,PwdStatusVar-3e72b3ad-2b91-424a-ad73-c3270e91ed88,ProtectedBootOptions-8be4df61-93ca-11d2-aa0d-00e098032b8c,PreviousBootOptionInfo-483762fe-7f8c-4bbd-bc02-664497c58f1e,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45,OpromDevicePath-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829,MemRestoreVariable-608dc793-15de-4a7f-a0c5-6c29beaf5d23,MeBiosExtensionSetup-1bad711c-d451-4241-b1f3-8537812e0c70,MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7,MTC-eb704011-1402-11d3-8e77-00a0c969723b,LocalSecurityVars-47355e9f-0857-45e1-8a6f-a4f5eda89a77,LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49,LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7,LenovoPciResource-ec0cf62f-0742-4c78-a738-8d66158969d4,LenovoMSScratch-fefb2903-93d9-474b-8685-4ea6bb4fb5fb,LenovoHddSecInfoVar-2d8fbe63-3a04-4ef8-a8a4-77321db5a9ab,LenovoFprData-3d76ee44-6af9-474e-9330-d3fc1fb2ffe6,LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LastBootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0005-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0004-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0003-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0002-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0001-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0000-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0038-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0037-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0036-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0035-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0034-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0033-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0032-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0031-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0030-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002F-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002E-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002D-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002C-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002B-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002A-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0029-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0028-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0027-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0026-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0025-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0024-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0023-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0022-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0021-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0020-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001F-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001E-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001D-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001C-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001B-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001A-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0019-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0018-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0017-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0016-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0015-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0014-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0013-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0012-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0011-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0010-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000F-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000E-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000D-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000C-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000B-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000A-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0009-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0008-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0007-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0006-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0005-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0004-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0003-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0002-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0001-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0000-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_EntRevokeSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,IccString-c1e2774b-9ed4-4103-aefa-33b8149eccf6,IDInstallerDataV2-7c436110-ab2a-4bbb-a880-fe41995c9f82,IDInstallerDataV1-7c436110-ab2a-4bbb-a880-fe41995c9f82,IASInstallPhaseList-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,IASCurrentInstallPhase-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,HDDPWD-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,EFILoginHiDPI-7c436110-ab2a-4bbb-a880-fe41995c9f82,DIAGSPLSHSCRN-8be4df61-93ca-11d2-aa0d-00e098032b8c,CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b,CurrentActivePolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b,ConsoleLock-368cda0d-cf31-4b9b-8cf6-e7d1bfff157e,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3,BootOrderDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootMenu-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootDebugPolicyApplied-77fa9abd-0359-4d32-bd60-28f4e78f784b,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootAllPciLan-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootAllHDD-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootAllCDROM-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0039-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0038-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0037-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0036-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0035-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0034-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0033-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0032-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0031-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0030-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002F-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0029-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0028-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0027-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0026-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000F-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0009-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0008-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BiosSetup-8be4df61-93ca-11d2-aa0d-00e098032b8c,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
Please report this message to boot.repair@gmail.com
=================== efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000A,000B,0007,0006,0008,0009,000C,000D,000E,000F,0010,0011,0012,0013
Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot0002 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0004 ME Configuration Menu FvFile(82988420-7467-4490-9059-feb448dd1963)
Boot0005 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0006* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0007* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0008* ATAPI CD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
Boot0009* ATA HDD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot000A* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot000B* ATA HDD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot000C* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000D* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot000E* ATAPI CD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35403)
Boot000F* ATAPI CD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
Boot0010 Other CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35406)
Boot0011* ATA HDD3 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f603)
Boot0012* ATA HDD4 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0013 Other HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f606)
Boot0014* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0015* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0016* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0017* ATAPI CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0018* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0019* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001F* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0020* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0021* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0022* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0023* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0024* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0025* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0026* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0027* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0028* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0029* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002F* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0030* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0031* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0032* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0033* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0034* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0035* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0036* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0037* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0038* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0039* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003A* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003B* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003C* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003D* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003E* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot maybe enabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, 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/sda1.
sda2 : sda, is-sepboot, grubenv-ok nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-maybe-EFI, 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/sda2.
sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, fstab-has-bad-boot, fstab-has-bad-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, emptyusr, fstab-has-bad-usr, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda3.
sda4 : 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, /mnt/boot-sav/sda4.
sda5 : sda, maybesepboot, no-grubenv grub2, signed grub-efi , update-grub, 64, 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, apt-get, grub-install, no---usr, part-has-no-fstab, is-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda5.
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, farbios, notbiosboot, /mnt/boot-sav/sda6.
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000BPKT-7:;
1:1049kB:2149MB:2147MB:fat32::boot, esp;
2:2149MB:23.6GB:21.5GB:ext4::;
3:23.6GB:161GB:137GB:ext4::;
4:161GB:268GB:107GB:ext4::;
5:268GB:376GB:107GB:ext4::;
6:376GB:483GB:107GB:ext4::;
7:483GB:500GB:17.2GB:linux-swap(v1)::;
BYT;
/dev/sdb:2064MB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
1:1049kB:2064MB:2063MB:fat32::boot, lba;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
sda disk 465.8G
sda1 part vfat 2G
sda2 part ext4 20G
sda3 part ext4 127.8G
sda4 part ext4 100G
sda5 part ext4 100G
sda6 part ext4 100G
sda7 part swap 16G
sdb disk 1.9G
sdb1 part vfat 1.9G LINUX MINT
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda2 1 0 0 /mnt/boot-sav/sda2
sda3 1 0 0 /mnt/boot-sav/sda3
sda4 1 0 0 /mnt/boot-sav/sda4
sda5 1 0 0 /mnt/boot-sav/sda5
sda6 1 0 0 /mnt/boot-sav/sda6
sda7 1 0 0 [SWAP]
sdb 1 0 1 running
sdb1 1 0 1 /cdrom
=================== 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=6065172k,nr_inodes=1516293,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=1217276k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13996)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1217272k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
/dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
/dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw,relatime,data=ordered)
/dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw,relatime,data=ordered)
/dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw,relatime,data=ordered)
=================== 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 power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 40 00 f8 0f 00 00 00 00 00 00 02 00 00 00 |..@.............|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 01 29 a8 d2 32 a9 4e 4f 20 4e 41 4d 45 20 20 |..)..2.NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 5.8G 0 5.8G 0% /dev
tmpfs tmpfs 1.2G 1.4M 1.2G 1% /run
/dev/sdb1 vfat 2.0G 1.9G 47M 98% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 5.9G 72M 5.8G 2% /
tmpfs tmpfs 5.9G 0 5.9G 0% /dev/shm
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs tmpfs 5.9G 0 5.9G 0% /sys/fs/cgroup
tmpfs tmpfs 5.9G 4.0K 5.9G 1% /tmp
tmpfs tmpfs 1.2G 20K 1.2G 1% /run/user/999
/dev/sda1 vfat 2.0G 7.8M 2.0G 1% /mnt/boot-sav/sda1
/dev/sda2 ext4 20G 146M 19G 1% /mnt/boot-sav/sda2
/dev/sda3 ext4 126G 4.1G 115G 4% /mnt/boot-sav/sda3
/dev/sda4 ext4 98G 61M 93G 1% /mnt/boot-sav/sda4
/dev/sda5 ext4 98G 1.7G 92G 2% /mnt/boot-sav/sda5
/dev/sda6 ext4 98G 573M 93G 1% /mnt/boot-sav/sda6
=================== fdisk -l:
Disk /dev/loop0: 1.8 GiB, 1925435392 bytes, 3760616 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
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: E43A1178-B7D5-4ACD-87AC-D0A5CBFA6B10
Device Start End Sectors Size Type
/dev/sda1 2048 4196351 4194304 2G EFI System
/dev/sda2 4196352 46139391 41943040 20G Linux filesystem
/dev/sda3 46139392 314071039 267931648 127.8G Linux filesystem
/dev/sda4 314071040 523786239 209715200 100G Linux filesystem
/dev/sda5 523786240 733501439 209715200 100G Linux filesystem
/dev/sda6 733501440 943216639 209715200 100G Linux filesystem
/dev/sda7 943216640 976771071 33554432 16G Linux swap
Disk /dev/sdb: 1.9 GiB, 2063597568 bytes, 4030464 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: 0x00376039
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 4030463 4028416 1.9G c W95 FAT32 (LBA)
Gtk-Message: 19:36:30.408: GtkDialog mapped without a transient parent. This is discouraged.
/boot detected. Please check the options.
Gtk-Message: 19:36:34.243: GtkDialog mapped without a transient parent. This is discouraged.
/usr detected. Please check the options.
=================== Default settings of Boot Repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda3, using the following options: sda2/boot, sda5/usr, sda1/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 BIOS boot on sda1/efi/.../grub*.efi file!
=================== User settings
The settings chosen by the user will reinstall the grub-efi-amd64-signed of sda3, using the following options: sda2/boot, sda5/usr, sda1/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
/boot added in sda3/fstab
/usr added in sda3/fstab
/boot/efi added in sda3/fstab
Mount sda2 on /mnt/boot-sav/sda3/boot
Mount sda1 on /mnt/boot-sav/sda3/boot/efi
efi files in sda1/efi: /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /BOOT/mmx64.efi /BOOT/fbx64.efi
Mount sda5 on /mnt/boot-sav/sda3/usr
Unhide GRUB boot menu in sda3/etc/default/grub
lspci: Unable to load libkmod resources: error -12
*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
Subsystem: Lenovo ThinkPad T420 [17aa:21ce]
Kernel driver in use: i915
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
*******
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26,grub-install (GRUB) 2.
chroot /mnt/boot-sav/sda3 efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000A,000B,0007,0006,0008,0009,000C,000D,000E,000F,0010,0011,0012,0013
Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot0002 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0004 ME Configuration Menu FvFile(82988420-7467-4490-9059-feb448dd1963)
Boot0005 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0006* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0007* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0008* ATAPI CD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
Boot0009* ATA HDD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot000A* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot000B* ATA HDD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot000C* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000D* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot000E* ATAPI CD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35403)
Boot000F* ATAPI CD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
Boot0010 Other CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35406)
Boot0011* ATA HDD3 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f603)
Boot0012* ATA HDD4 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0013 Other HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f606)
Boot0014* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0015* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0016* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0017* ATAPI CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0018* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0019* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001F* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0020* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0021* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0022* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0023* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0024* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0025* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0026* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0027* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0028* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0029* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002F* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0030* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0031* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0032* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0033* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0034* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0035* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0036* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0037* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0038* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0039* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003A* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003B* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003C* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003D* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003E* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
chroot /mnt/boot-sav/sda3 uname -r
Kernel: 4.15.0-54-generic
Reinstall the grub-efi-amd64-signed of sda3
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
efi files in sda1/efi: /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /BOOT/mmx64.efi /BOOT/fbx64.efi
efi files in sda2/efi: /EFI/ubuntu/shimx64.efi /EFI/ubuntu/mmx64.efi /EFI/ubuntu/grubx64.efi /EFI/BOOT/mmx64.efi /EFI/BOOT/fbx64.efi
cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/ubuntu/shimx64.efi
df /dev/sda1
Save and rename /mnt/boot-sav/sda3/boot/efi/EFI/Boot/bootx64.efi (/mnt/boot-sav/sda3/boot/efi/EFI/Boot/bkpbootx64.efi)
cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/EFI/Boot/bootx64.efi
efi files in sda1/efi: /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /BOOT/mmx64.efi /BOOT/fbx64.efi /BOOT/bootx64.efi /BOOT/bkpbootx64.efi
Add /mnt/boot-sav/sda3/boot/efi efi entries in /mnt/boot-sav/sda3/etc/grub.d/25_custom
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/bkpbootx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/fbx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/mmx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/mmx64.efi
df /dev/sda2
cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/Boot/bootx64.efi (& .grb)
efi files in sda2/efi: /EFI/ubuntu/shimx64.efi /EFI/ubuntu/mmx64.efi /EFI/ubuntu/grubx64.efi /EFI/BOOT/mmx64.efi /EFI/BOOT/fbx64.efi /EFI/BOOT/bootx64.efi /EFI/BOOT/bkpbootx64.efi /ubuntu/shimx64.efi /Boot/bootx64.efi
Add /mnt/boot-sav/sda3/boot efi entries in /mnt/boot-sav/sda3/etc/grub.d/25_custom
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/bkpbootx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/fbx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/mmx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/mmx64.efi
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
chroot /mnt/boot-sav/sda3 efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 0019,000A,000B,0007,0006,0008,0009,000C,000D,000E,000F,0010,0011,0012,0013
Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot0002 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0004 ME Configuration Menu FvFile(82988420-7467-4490-9059-feb448dd1963)
Boot0005 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0006* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0007* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0008* ATAPI CD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
Boot0009* ATA HDD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot000A* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot000B* ATA HDD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot000C* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000D* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot000E* ATAPI CD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35403)
Boot000F* ATAPI CD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
Boot0010 Other CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35406)
Boot0011* ATA HDD3 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f603)
Boot0012* ATA HDD4 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0013 Other HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f606)
Boot0014* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0015* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0016* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0017* ATAPI CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0018* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0019* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
chroot /mnt/boot-sav/sda3 update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-40-generic
Found initrd image: /boot/initrd.img-5.4.0-40-generic
File descriptor 9 (/proc/2473/mountinfo) leaked on lvs invocation. Parent PID 14879: /bin/sh
File descriptor 63 (pipe:[64120]) leaked on lvs invocation. Parent PID 14879: /bin/sh
mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
Boot successfully repaired.
You can now reboot your computer.
Please do not forget to make your BIOS boot on sda1/EFI/ubuntu/shimx64.efi file!
pastebinit packages needed
Gtk-Message: 19:38:30.651: GtkDialog mapped without a transient parent. This is discouraged.
E: The repository 'cdrom://Linux Mint 19.2 _Tina_ - Release amd64 20190729 bionic Release' does not have a Release file.
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
paste2.org ko ()
Dernière modification par Patamax54 (Le 10/07/2020, à 09:08)
Hors ligne
#7 Le 09/07/2020, à 18:20
- xubu1957
Re : [RESOLU] boot sur ubuntu serveur en échec
Bonjour,
Pour ajouter toi-même les balises code à ton précédent message #7 :
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
comme indiqué dans le premier message du tutoriel Retour utilisable de commande
Voir règles du forum > balises BB code
Balise CODE :
C'est la balise à utiliser pour donner de longs messages d'erreurs, des contenus de fichiers de configuration, des commandes à taper, etc … Elle permet des messages plus "compacts", et est moins ambiguë que d'autres polices sur certains caractères.
_ _ _
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/ubuntu/grub.cfg /Boot/bootx64.efi
/ubuntu/shimx64.efi /EFI/BOOT/bkpbootx64.efi
/EFI/BOOT/bootx64.efi /EFI/BOOT/fbx64.efi
/EFI/BOOT/mmx64.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04 LTS
Boot files: /etc/fstab
sda4: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda7: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.03
Boot sector info: Syslinux looks at sector 8200 of /dev/sdb1 for its
second stage. The integrity check of Syslinux failed.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/EFI/BOOT/grubx64.efi /ldlinux.sys
============================ 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 976,773,167 976,773,167 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 2,048 4,196,351 4,194,304 EFI System partition
/dev/sda2 4,196,352 46,139,391 41,943,040 Data partition (Linux)
/dev/sda3 46,139,392 314,071,039 267,931,648 Data partition (Linux)
/dev/sda4 314,071,040 523,786,239 209,715,200 Data partition (Linux)
/dev/sda5 523,786,240 733,501,439 209,715,200 Data partition (Linux)
/dev/sda6 733,501,440 943,216,639 209,715,200 Data partition (Linux)
/dev/sda7 943,216,640 976,771,071 33,554,432 Swap partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 1.9 GiB, 2063597568 bytes, 4030464 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/sdb1 * 2,048 4,030,463 4,028,416 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 A932-D2A8 vfat
/dev/sda2 185cfd9a-68e7-4234-88eb-1984285204fe ext4
/dev/sda3 f27834c8-66ae-4bde-8913-a061075666ba ext4
/dev/sda4 e512dfa2-594b-4b3a-82b3-beb19c48b6d4 ext4
/dev/sda5 db8e8651-f83a-472c-a018-311c24f1acf4 ext4
/dev/sda6 c1a0657a-6724-40b6-9699-0dc472ba1d27 ext4
/dev/sda7 cdeda920-fd78-4fa2-85ca-018b46af3274 swap
/dev/sdb1 4A85-76B3 vfat LINUX MINT
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Jul 8 19:36 ata-WDC_WD5000BPKT-75PK4T0_WD-WX91E13MWV27-part7 -> ../../sda7
lrwxrwxrwx 1 root root 9 Jul 8 19:36 usb-Kingston_DataTraveler_2.0_5B711E9D89D2-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 8 19:36 usb-Kingston_DataTraveler_2.0_5B711E9D89D2-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Jul 8 19:36 wwn-0x50014ee6036e7551 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Jul 8 19:36 wwn-0x50014ee6036e7551-part7 -> ../../sda7
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
========================== sda1/EFI/ubuntu/grub.cfg: ===========================
--------------------------------------------------------------------------------
search.fs_uuid 185cfd9a-68e7-4234-88eb-1984285204fe root hd0,gpt2
set prefix=($root)'/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------
============================= sda2/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 [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
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 initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; 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_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 db8e8651-f83a-472c-a018-311c24f1acf4
else
search --no-floppy --fs-uuid --set=root db8e8651-f83a-472c-a018-311c24f1acf4
fi
font="/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=C
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
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=0
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=7
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-f27834c8-66ae-4bde-8913-a061075666ba' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 185cfd9a-68e7-4234-88eb-1984285204fe
else
search --no-floppy --fs-uuid --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
fi
linux /vmlinuz-5.4.0-40-generic root=UUID=f27834c8-66ae-4bde-8913-a061075666ba ro
initrd /initrd.img-5.4.0-40-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-f27834c8-66ae-4bde-8913-a061075666ba' {
menuentry 'Ubuntu, with Linux 5.4.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-40-generic-advanced-f27834c8-66ae-4bde-8913-a061075666ba' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 185cfd9a-68e7-4234-88eb-1984285204fe
else
search --no-floppy --fs-uuid --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
fi
echo 'Loading Linux 5.4.0-40-generic ...'
linux /vmlinuz-5.4.0-40-generic root=UUID=f27834c8-66ae-4bde-8913-a061075666ba ro
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.4.0-40-generic
}
menuentry 'Ubuntu, with Linux 5.4.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-40-generic-recovery-f27834c8-66ae-4bde-8913-a061075666ba' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 185cfd9a-68e7-4234-88eb-1984285204fe
else
search --no-floppy --fs-uuid --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
fi
echo 'Loading Linux 5.4.0-40-generic ...'
linux /vmlinuz-5.4.0-40-generic root=UUID=f27834c8-66ae-4bde-8913-a061075666ba ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.4.0-40-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/25_custom ###
menuentry "EFI/BOOT/bkpbootx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/BOOT/bkpbootx64.efi
}
menuentry "EFI/BOOT/fbx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/BOOT/fbx64.efi
}
menuentry "EFI/BOOT/mmx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/BOOT/mmx64.efi
}
menuentry "EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root A932-D2A8
chainloader (${root})/EFI/ubuntu/mmx64.efi
}
menuentry "efi/EFI/BOOT/bkpbootx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/BOOT/bkpbootx64.efi
}
menuentry "efi/EFI/BOOT/fbx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/BOOT/fbx64.efi
}
menuentry "efi/EFI/BOOT/mmx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/BOOT/mmx64.efi
}
menuentry "efi/EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root 185cfd9a-68e7-4234-88eb-1984285204fe
chainloader (${root})/efi/EFI/ubuntu/mmx64.efi
}
### END /etc/grub.d/25_custom ###
### 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 ###
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
14.140167236 = 15.182888960 grub/grub.cfg 2
2.152462006 = 2.311188480 vmlinuz 1
2.152462006 = 2.311188480 vmlinuz-5.4.0-40-generic 1
2.152462006 = 2.311188480 vmlinuz.old 1
2.256343842 = 2.422730752 initrd.img 5
2.256343842 = 2.422730752 initrd.img-5.4.0-40-generic 5
2.256343842 = 2.422730752 initrd.img.old 5
=============================== sda3/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>
/dev/disk/by-uuid/cdeda920-fd78-4fa2-85ca-018b46af3274 none swap sw 0 0
# / was on /dev/sda3 during curtin installation
/dev/disk/by-uuid/f27834c8-66ae-4bde-8913-a061075666ba / ext4 defaults 0 0
# /usr was on /dev/sda5 during curtin installation
#/dev/disk/by-uuid/db8e8651-f83a-472c-a018-311c24f1acf4 /usr ext4 defaults 0 0
# /boot was on /dev/sda2 during curtin installation
#/dev/disk/by-uuid/185cfd9a-68e7-4234-88eb-1984285204fe /boot ext4 defaults 0 0
# /home was on /dev/sda4 during curtin installation
/dev/disk/by-uuid/e512dfa2-594b-4b3a-82b3-beb19c48b6d4 /home ext4 defaults 0 0
# /var was on /dev/sda6 during curtin installation
/dev/disk/by-uuid/c1a0657a-6724-40b6-9699-0dc472ba1d27 /var ext4 defaults 0 0
# /boot/efi was on /dev/sda1 during curtin installation
#/dev/disk/by-uuid/A932-D2A8 /boot/efi vfat defaults 0 0
/swap.img none swap sw 0 0
UUID=185cfd9a-68e7-4234-88eb-1984285204fe /boot ext4 defaults 0 2
UUID=db8e8651-f83a-472c-a018-311c24f1acf4 /usr ext4 defaults 0 2
UUID=A932-D2A8 /boot/efi vfat defaults 0 1
--------------------------------------------------------------------------------
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Start Linux Mint 19.2 Cinnamon 64-bit" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Start Linux Mint 19.2 Cinnamon 64-bit (compatibility mode)" {
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed oem-config/enable=true only-ubiquity boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Check the integrity of the medium" {
linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sdb1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
--------------------------------------------------------------------------------
=================== 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
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/2473/mountinfo) leaked on lvs invocation. Parent PID 19142: bash
File descriptor 63 (pipe:[64120]) leaked on lvs invocation. Parent PID 19142: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 20200708_1936 ===================
boot-repair version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-repair is executed in live-session (Linux Mint 19.2 Tina, tina, LinuxMint, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
/dev/sda3:Ubuntu 20.04 LTS (20.04):Ubuntu:linux
=================== blkid:
/dev/sda1: UUID="A932-D2A8" TYPE="vfat" PARTUUID="4a5b9a94-d117-44c9-9991-19966d24c37f"
/dev/sda2: UUID="185cfd9a-68e7-4234-88eb-1984285204fe" TYPE="ext4" PARTUUID="73bf5061-4eae-44e9-a4ff-cc48b9dd8f31"
/dev/sda3: UUID="f27834c8-66ae-4bde-8913-a061075666ba" TYPE="ext4" PARTUUID="afb5b9e1-6353-416d-9a53-890644ed743b"
/dev/sda4: UUID="e512dfa2-594b-4b3a-82b3-beb19c48b6d4" TYPE="ext4" PARTUUID="dc52d5a9-a092-4a76-97a8-ac0ea03f7f8b"
/dev/sda5: UUID="db8e8651-f83a-472c-a018-311c24f1acf4" TYPE="ext4" PARTUUID="43e37fcc-484c-4524-a1d3-eddaf4fdb83a"
/dev/sda6: UUID="c1a0657a-6724-40b6-9699-0dc472ba1d27" TYPE="ext4" PARTUUID="f5fe1b94-7aed-480c-8eb9-19fbbada6e30"
/dev/sdb1: LABEL="LINUX MINT" UUID="4A85-76B3" TYPE="vfat" PARTUUID="00376039-01"
/dev/loop0: TYPE="squashfs"
/dev/sda7: UUID="cdeda920-fd78-4fa2-85ca-018b46af3274" TYPE="swap" PARTUUID="e14d68ac-656d-48e8-9549-945a149a53b5"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/fbx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/mmx64.efi
=================== sda3/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Jul 8 19:14 grub.d
total 128
-rwxr-xr-x 1 root root 10627 Apr 15 11:31 00_header
-rwxr-xr-x 1 root root 6258 Apr 15 11:31 05_debian_theme
-rwxr-xr-x 1 root root 17123 Apr 15 11:31 10_linux
-rwxr-xr-x 1 root root 42128 Apr 15 11:31 10_linux_zfs
-rwxr-xr-x 1 root root 12894 Apr 15 11:31 20_linux_xen
-rwxr-xr-x 1 root root 12059 Apr 15 11:31 30_os-prober
-rwxr-xr-x 1 root root 1424 Apr 15 11:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Apr 15 11:31 40_custom
-rwxr-xr-x 1 root root 216 Apr 15 11:31 41_custom
-rw-r--r-- 1 root root 483 Apr 15 11:31 README
=================== sda3/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/boot/efi detected in the fstab of sda3: /dev/disk/by-uuid/A932-D2A8 ()
/boot detected in the fstab of sda3: /dev/disk/by-uuid/185cfd9a-68e7-4234-88eb-1984285204fe ()
/usr detected in the fstab of sda3: /dev/disk/by-uuid/db8e8651-f83a-472c-a018-311c24f1acf4 ()
=================== sda3/etc/mdadm/mdadm.conf :
# mdadm.conf
#
# !NB! Run update-initramfs -u after updating this file.
# !NB! This will ensure that initramfs has an uptodate copy.
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default (built-in), scan all partitions (/proc/partitions) and all
# containers for MD superblocks. alternatively, specify devices to scan, using
# wildcards if desired.
#DEVICE partitions containers
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# instruct the monitoring daemon where to send mail alerts
MAILADDR root
# definitions of existing MD arrays
# This configuration was auto-generated on Thu, 23 Apr 2020 07:34:28 +0000 by mkconf
ls /sys/firmware/efi/vars : specialbootdevice-7c436110-ab2a-4bbb-a880-fe41995c9f82,security-mode-7c436110-ab2a-4bbb-a880-fe41995c9f82,rd-47c7b227-c42a-11d2-8e57-00a0c969723b,prev-lang:kbd-7c436110-ab2a-4bbb-a880-fe41995c9f82,platform-uuid-7c436110-ab2a-4bbb-a880-fe41995c9f82,new_var,md-47c7b227-c42a-11d2-8e57-00a0c969723b,fmm-computer-name-7c436110-ab2a-4bbb-a880-fe41995c9f82,flagstate-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-RPlt-ch8*-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-RMde-char-7c436110-ab2a-4bbb-a880-fe41995c9f82,-ch8*-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-REV,-ch8*-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-RBr,fakesmc-key-MSWr-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSTc-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSPS-ui16-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSLD-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSFW-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-MSAc-ui16-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-EPCI-ui32-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BNum-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BEMB-flag-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BBIN-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-BATP-flag-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-$Num-ui8-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-$Adr-ui32-7c436110-ab2a-4bbb-a880-fe41995c9f82,fakesmc-key-#KEY-ui32-7c436110-ab2a-4bbb-a880-fe41995c9f82,dir-47c7b227-c42a-11d2-8e57-00a0c969723b,del_var,del-47c7b227-c42a-11d2-8e57-00a0c969723b,csr-active-config-7c436110-ab2a-4bbb-a880-fe41995c9f82,cr-47c7b227-c42a-11d2-8e57-00a0c969723b,copy-47c7b227-c42a-11d2-8e57-00a0c969723b,bootercfg-7c436110-ab2a-4bbb-a880-fe41995c9f82,bluetoothActiveControllerInfo-7c436110-ab2a-4bbb-a880-fe41995c9f82,backlight-level-7c436110-ab2a-4bbb-a880-fe41995c9f82,XtuNv7-96fc61f6-e3bb-4f82-e096-c9c8a1bcd192,UIScale-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,UCR-14a22a97-8424-489e-9ead-dc09255658b5,TpmStatusVar-5bda1b7f-d27e-41dc-bb86-5582c396805d,TpAcpiNvs-e6f014ab-cb0e-456e-8af7-7221edb702f7,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,Time-470733de-df43-448b-8b45-4eeb0df8c812,TcgSetup-753ab903-444c-41f8-a235-569e8341147e,SystemAudioVolumeDB-7c436110-ab2a-4bbb-a880-fe41995c9f82,SystemAudioVolume-7c436110-ab2a-4bbb-a880-fe41995c9f82,System-e947fcf9-dd01-4965-b808-32a7b6815657,SmmS3NvsData-8983fd2d-113c-4e2b-8f47-0abfeb20a41a,SioPolicy-729c67cc-e109-4bc7-97b5-fa7c386e387d,SetupHotKey-8be4df61-93ca-11d2-aa0d-00e098032b8c,Setup-4dfbbaab-1392-4fde-abb8-c41cc5ad7d5d,SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSLEN-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534,PwdStatusVar-3e72b3ad-2b91-424a-ad73-c3270e91ed88,ProtectedBootOptions-8be4df61-93ca-11d2-aa0d-00e098032b8c,PreviousBootOptionInfo-483762fe-7f8c-4bbd-bc02-664497c58f1e,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45,OpromDevicePath-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829,MemRestoreVariable-608dc793-15de-4a7f-a0c5-6c29beaf5d23,MeBiosExtensionSetup-1bad711c-d451-4241-b1f3-8537812e0c70,MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7,MTC-eb704011-1402-11d3-8e77-00a0c969723b,LocalSecurityVars-47355e9f-0857-45e1-8a6f-a4f5eda89a77,LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49,LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7,LenovoPciResource-ec0cf62f-0742-4c78-a738-8d66158969d4,LenovoMSScratch-fefb2903-93d9-474b-8685-4ea6bb4fb5fb,LenovoHddSecInfoVar-2d8fbe63-3a04-4ef8-a8a4-77321db5a9ab,LenovoFprData-3d76ee44-6af9-474e-9330-d3fc1fb2ffe6,LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LastBootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0005-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0004-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0003-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0002-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0001-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LKOP0000-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0038-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0037-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0036-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0035-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0034-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0033-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0032-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0031-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0030-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002F-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002E-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002D-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002C-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002B-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP002A-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0029-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0028-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0027-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0026-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0025-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0024-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0023-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0022-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0021-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0020-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001F-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001E-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001D-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001C-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001B-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP001A-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0019-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0018-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0017-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0016-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0015-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0014-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0013-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0012-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0011-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0010-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000F-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000E-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000D-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000C-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000B-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP000A-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0009-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0008-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0007-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0006-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0005-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0004-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0003-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0002-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0001-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOP0000-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBOL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65,Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_EntRevokeSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b,IccString-c1e2774b-9ed4-4103-aefa-33b8149eccf6,IDInstallerDataV2-7c436110-ab2a-4bbb-a880-fe41995c9f82,IDInstallerDataV1-7c436110-ab2a-4bbb-a880-fe41995c9f82,IASInstallPhaseList-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,IASCurrentInstallPhase-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,HDDPWD-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,EFILoginHiDPI-7c436110-ab2a-4bbb-a880-fe41995c9f82,DIAGSPLSHSCRN-8be4df61-93ca-11d2-aa0d-00e098032b8c,CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b,CurrentActivePolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b,ConsoleLock-368cda0d-cf31-4b9b-8cf6-e7d1bfff157e,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3,BootOrderDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootMenu-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootDebugPolicyApplied-77fa9abd-0359-4d32-bd60-28f4e78f784b,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootAllPciLan-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootAllHDD-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootAllCDROM-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot003A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0039-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0038-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0037-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0036-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0035-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0034-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0033-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0032-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0031-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0030-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002F-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot002A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0029-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0028-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0027-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0026-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000F-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000E-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000D-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000C-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0009-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0008-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BiosSetup-8be4df61-93ca-11d2-aa0d-00e098032b8c,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
Please report this message to boot.repair@gmail.com
=================== efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000A,000B,0007,0006,0008,0009,000C,000D,000E,000F,0010,0011,0012,0013
Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot0002 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0004 ME Configuration Menu FvFile(82988420-7467-4490-9059-feb448dd1963)
Boot0005 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0006* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0007* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0008* ATAPI CD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
Boot0009* ATA HDD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot000A* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot000B* ATA HDD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot000C* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000D* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot000E* ATAPI CD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35403)
Boot000F* ATAPI CD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
Boot0010 Other CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35406)
Boot0011* ATA HDD3 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f603)
Boot0012* ATA HDD4 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0013 Other HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f606)
Boot0014* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0015* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0016* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0017* ATAPI CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0018* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0019* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001F* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0020* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0021* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0022* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0023* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0024* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0025* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0026* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0027* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0028* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0029* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002F* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0030* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0031* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0032* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0033* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0034* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0035* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0036* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0037* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0038* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0039* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003A* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003B* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003C* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003D* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003E* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot maybe enabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, 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/sda1.
sda2 : sda, is-sepboot, grubenv-ok nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-maybe-EFI, 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/sda2.
sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, fstab-has-bad-boot, fstab-has-bad-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, emptyusr, fstab-has-bad-usr, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda3.
sda4 : 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, /mnt/boot-sav/sda4.
sda5 : sda, maybesepboot, no-grubenv grub2, signed grub-efi , update-grub, 64, 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, apt-get, grub-install, no---usr, part-has-no-fstab, is-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda5.
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, farbios, notbiosboot, /mnt/boot-sav/sda6.
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000BPKT-7:;
1:1049kB:2149MB:2147MB:fat32::boot, esp;
2:2149MB:23.6GB:21.5GB:ext4::;
3:23.6GB:161GB:137GB:ext4::;
4:161GB:268GB:107GB:ext4::;
5:268GB:376GB:107GB:ext4::;
6:376GB:483GB:107GB:ext4::;
7:483GB:500GB:17.2GB:linux-swap(v1)::;
BYT;
/dev/sdb:2064MB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
1:1049kB:2064MB:2063MB:fat32::boot, lba;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
sda disk 465.8G
sda1 part vfat 2G
sda2 part ext4 20G
sda3 part ext4 127.8G
sda4 part ext4 100G
sda5 part ext4 100G
sda6 part ext4 100G
sda7 part swap 16G
sdb disk 1.9G
sdb1 part vfat 1.9G LINUX MINT
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda2 1 0 0 /mnt/boot-sav/sda2
sda3 1 0 0 /mnt/boot-sav/sda3
sda4 1 0 0 /mnt/boot-sav/sda4
sda5 1 0 0 /mnt/boot-sav/sda5
sda6 1 0 0 /mnt/boot-sav/sda6
sda7 1 0 0 [SWAP]
sdb 1 0 1 running
sdb1 1 0 1 /cdrom
=================== 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=6065172k,nr_inodes=1516293,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=1217276k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13996)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1217272k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
/dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
/dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw,relatime,data=ordered)
/dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw,relatime,data=ordered)
/dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw,relatime,data=ordered)
=================== 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 power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 40 00 f8 0f 00 00 00 00 00 00 02 00 00 00 |..@.............|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 01 29 a8 d2 32 a9 4e 4f 20 4e 41 4d 45 20 20 |..)..2.NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 5.8G 0 5.8G 0% /dev
tmpfs tmpfs 1.2G 1.4M 1.2G 1% /run
/dev/sdb1 vfat 2.0G 1.9G 47M 98% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 5.9G 72M 5.8G 2% /
tmpfs tmpfs 5.9G 0 5.9G 0% /dev/shm
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs tmpfs 5.9G 0 5.9G 0% /sys/fs/cgroup
tmpfs tmpfs 5.9G 4.0K 5.9G 1% /tmp
tmpfs tmpfs 1.2G 20K 1.2G 1% /run/user/999
/dev/sda1 vfat 2.0G 7.8M 2.0G 1% /mnt/boot-sav/sda1
/dev/sda2 ext4 20G 146M 19G 1% /mnt/boot-sav/sda2
/dev/sda3 ext4 126G 4.1G 115G 4% /mnt/boot-sav/sda3
/dev/sda4 ext4 98G 61M 93G 1% /mnt/boot-sav/sda4
/dev/sda5 ext4 98G 1.7G 92G 2% /mnt/boot-sav/sda5
/dev/sda6 ext4 98G 573M 93G 1% /mnt/boot-sav/sda6
=================== fdisk -l:
Disk /dev/loop0: 1.8 GiB, 1925435392 bytes, 3760616 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
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: E43A1178-B7D5-4ACD-87AC-D0A5CBFA6B10
Device Start End Sectors Size Type
/dev/sda1 2048 4196351 4194304 2G EFI System
/dev/sda2 4196352 46139391 41943040 20G Linux filesystem
/dev/sda3 46139392 314071039 267931648 127.8G Linux filesystem
/dev/sda4 314071040 523786239 209715200 100G Linux filesystem
/dev/sda5 523786240 733501439 209715200 100G Linux filesystem
/dev/sda6 733501440 943216639 209715200 100G Linux filesystem
/dev/sda7 943216640 976771071 33554432 16G Linux swap
Disk /dev/sdb: 1.9 GiB, 2063597568 bytes, 4030464 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: 0x00376039
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 4030463 4028416 1.9G c W95 FAT32 (LBA)
Gtk-Message: 19:36:30.408: GtkDialog mapped without a transient parent. This is discouraged.
/boot detected. Please check the options.
Gtk-Message: 19:36:34.243: GtkDialog mapped without a transient parent. This is discouraged.
/usr detected. Please check the options.
=================== Default settings of Boot Repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda3, using the following options: sda2/boot, sda5/usr, sda1/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 BIOS boot on sda1/efi/.../grub*.efi file!
=================== User settings
The settings chosen by the user will reinstall the grub-efi-amd64-signed of sda3, using the following options: sda2/boot, sda5/usr, sda1/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
/boot added in sda3/fstab
/usr added in sda3/fstab
/boot/efi added in sda3/fstab
Mount sda2 on /mnt/boot-sav/sda3/boot
Mount sda1 on /mnt/boot-sav/sda3/boot/efi
efi files in sda1/efi: /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /BOOT/mmx64.efi /BOOT/fbx64.efi
Mount sda5 on /mnt/boot-sav/sda3/usr
Unhide GRUB boot menu in sda3/etc/default/grub
lspci: Unable to load libkmod resources: error -12
*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
Subsystem: Lenovo ThinkPad T420 [17aa:21ce]
Kernel driver in use: i915
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
*******
grub-install --version
grub-install (GRUB) 2.04-1ubuntu26,grub-install (GRUB) 2.
chroot /mnt/boot-sav/sda3 efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 000A,000B,0007,0006,0008,0009,000C,000D,000E,000F,0010,0011,0012,0013
Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot0002 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0004 ME Configuration Menu FvFile(82988420-7467-4490-9059-feb448dd1963)
Boot0005 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0006* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0007* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0008* ATAPI CD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
Boot0009* ATA HDD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot000A* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot000B* ATA HDD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot000C* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000D* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot000E* ATAPI CD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35403)
Boot000F* ATAPI CD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
Boot0010 Other CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35406)
Boot0011* ATA HDD3 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f603)
Boot0012* ATA HDD4 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0013 Other HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f606)
Boot0014* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0015* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0016* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0017* ATAPI CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0018* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0019* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001F* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0020* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0021* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0022* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0023* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0024* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0025* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0026* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0027* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0028* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0029* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002F* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0030* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0031* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0032* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0033* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0034* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0035* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0036* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0037* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0038* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0039* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003A* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003B* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003C* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003D* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003E* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
chroot /mnt/boot-sav/sda3 uname -r
Kernel: 4.15.0-54-generic
Reinstall the grub-efi-amd64-signed of sda3
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
efi files in sda1/efi: /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /BOOT/mmx64.efi /BOOT/fbx64.efi
efi files in sda2/efi: /EFI/ubuntu/shimx64.efi /EFI/ubuntu/mmx64.efi /EFI/ubuntu/grubx64.efi /EFI/BOOT/mmx64.efi /EFI/BOOT/fbx64.efi
cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/ubuntu/shimx64.efi
df /dev/sda1
Save and rename /mnt/boot-sav/sda3/boot/efi/EFI/Boot/bootx64.efi (/mnt/boot-sav/sda3/boot/efi/EFI/Boot/bkpbootx64.efi)
cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/EFI/Boot/bootx64.efi
efi files in sda1/efi: /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /BOOT/mmx64.efi /BOOT/fbx64.efi /BOOT/bootx64.efi /BOOT/bkpbootx64.efi
Add /mnt/boot-sav/sda3/boot/efi efi entries in /mnt/boot-sav/sda3/etc/grub.d/25_custom
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/bkpbootx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/fbx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/mmx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/mmx64.efi
df /dev/sda2
cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/Boot/bootx64.efi (& .grb)
efi files in sda2/efi: /EFI/ubuntu/shimx64.efi /EFI/ubuntu/mmx64.efi /EFI/ubuntu/grubx64.efi /EFI/BOOT/mmx64.efi /EFI/BOOT/fbx64.efi /EFI/BOOT/bootx64.efi /EFI/BOOT/bkpbootx64.efi /ubuntu/shimx64.efi /Boot/bootx64.efi
Add /mnt/boot-sav/sda3/boot efi entries in /mnt/boot-sav/sda3/etc/grub.d/25_custom
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/bkpbootx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/fbx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/BOOT/mmx64.efi
Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/mmx64.efi
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
chroot /mnt/boot-sav/sda3 efibootmgr -v
BootCurrent: 000C
Timeout: 0 seconds
BootOrder: 0019,000A,000B,0007,0006,0008,0009,000C,000D,000E,000F,0010,0011,0012,0013
Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot0002 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0004 ME Configuration Menu FvFile(82988420-7467-4490-9059-feb448dd1963)
Boot0005 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0006* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0007* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0008* ATAPI CD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
Boot0009* ATA HDD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot000A* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot000B* ATA HDD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot000C* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000D* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot000E* ATAPI CD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35403)
Boot000F* ATAPI CD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
Boot0010 Other CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35406)
Boot0011* ATA HDD3 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f603)
Boot0012* ATA HDD4 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0013 Other HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f606)
Boot0014* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0015* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0016* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0017* ATAPI CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0018* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0019* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
chroot /mnt/boot-sav/sda3 update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-40-generic
Found initrd image: /boot/initrd.img-5.4.0-40-generic
File descriptor 9 (/proc/2473/mountinfo) leaked on lvs invocation. Parent PID 14879: /bin/sh
File descriptor 63 (pipe:[64120]) leaked on lvs invocation. Parent PID 14879: /bin/sh
mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
Boot successfully repaired.
You can now reboot your computer.
Please do not forget to make your BIOS boot on sda1/EFI/ubuntu/shimx64.efi file!
pastebinit packages needed
Gtk-Message: 19:38:30.651: GtkDialog mapped without a transient parent. This is discouraged.
E: The repository 'cdrom://Linux Mint 19.2 _Tina_ - Release amd64 20190729 bionic Release' does not have a Release file.
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
paste2.org ko ()
Dernière modification par xubu1957 (Le 09/07/2020, à 18:45)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#8 Le 09/07/2020, à 18:41
- Patamax54
Re : [RESOLU] boot sur ubuntu serveur en échec
J'ai aussi essayé d'effectuer l'install Ubuntu serveur sur le même disque inséré dans son emplacement prévu: le résultat est identique.
essai avec un autre disque dur: idem
Hors ligne
#9 Le 10/07/2020, à 07:36
- cqfd93
Re : [RESOLU] boot sur ubuntu serveur en échec
Modération
Il manque toujours les balises code dans le message 5
− cqfd93 −
Hors ligne
#10 Le 10/07/2020, à 09:26
- Patamax54
Re : [RESOLU] boot sur ubuntu serveur en échec
Bonjour,
pour anticiper les remarques:
Je suis conscient que cette machine n'est pas du tout un serveur.
Une association qui s'occupe des enfants au Cambodge nous a demandé de développer (bénévolement) une appli (html, php et mysql) pour suivre ces enfants.
Le serveur (un vrai !) a été installé (Ubuntu serveur) et fourni gracieusement à cette association par une société d'informatique grenobloise.
Le serveur est donc au Cambodge depuis 2 ans et aurait dû être accessible à distance avec Teamviewer.
Mais il faut apparemment les "mêmes" versions Teamviewer de part et d'autre pour réussir la liaison.
C'est le pourquoi de mon essai d'install: avoir un serveur "identique" pour essayer d'expliquer à l'infirmière française en mission sur place les manips éventuelles à effectuer.
mise à jour de Teamviewer par exemple.
Remerciements et désolé pour ma mise en page.
Patrick
Hors ligne
#11 Le 10/07/2020, à 17:47
- lucmars
Re : [RESOLU] boot sur ubuntu serveur en échec
Dans un autre post déjà vu ci-dessous cette anomalie niveau nvram du bios
Boot0019* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot001F* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0020* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0021* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0022* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0023* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0024* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0025* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0026* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0027* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0028* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot0029* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002A* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002B* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002C* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002D* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002E* ubuntu HD(1,GPT,a2660205-b62b-4ef9-b506-d1af22a1821a,0x800,0xa00000)/File(EFIubuntushimx64.efi)
Boot002F* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0030* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0031* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0032* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0033* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0034* ubuntu HD(1,GPT,ef28dcc7-9cc8-4aa5-b619-233fa951917e,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0035* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0036* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0037* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0038* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot0039* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003A* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003B* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003C* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003D* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Boot003E* ubuntu HD(1,GPT,4a5b9a94-d117-44c9-9991-19966d24c37f,0x800,0x400000)/File(EFIubuntushimx64.efi)
Génération de multiples entrées buntu identiques ! Alors qu'une seule suffit.
À part ça un serveur n'est rien d'autre qu'un PC sur lequel on fait tourner un ou des services à l'attention de clients externes. Je penses toutefois ne rien t'apprendre à ce sujet.
Gaulois Matter !
Hors ligne
#12 Le 12/07/2020, à 06:53
- Patamax54
Re : [RESOLU] boot sur ubuntu serveur en échec
Bonjour,
Quelques observations:
Bios en UEFI, install Linux Mint ne boot pas
Revient au niveau du Bios en Both priorité Legacy
Install Linux Mint: Ok
Install Ubuntu serveur V18.04: ne boot pas
Install Ubuntu desktop V20.04: Ok
J'ai pu de ce fait rédiger une doc pour la mise à jour de Teamviewer.
Remerciements pour votre aide,
Patrick
Hors ligne