Clamtk isn't analysing files anylonger

Asked by Sab

Hi !

Again it's impossible to update the virus signature (even with sudo freshclam) and to analyse files... it's freezen and after a while I read the message nothing was found (except that there was 0 file what was analyzed)...

By advance, thank you for helping !

a@a-Presario-CQ57-Notebook-PC:~$ uname -mrsp
Linux 4.15.0-24-generic i686 athlon
a@-Presario-CQ57-Notebook-PC:~$

a@a-Presario-CQ57-Notebook-PC:~$ clamconf -n
Checking configuration files in /etc/clamav

Config file: clamd.conf
-----------------------
LogFile = "/var/log/clamav/clamav.log"
StatsHostID = "auto"
StatsPEDisabled = "yes"
StatsTimeout = "10"
LogFileMaxSize = "4294967295"
LogTime = "yes"
LogRotate = "yes"
ExtendedDetectionInfo = "yes"
LocalSocket = "/var/run/clamav/clamd.ctl"
LocalSocketGroup = "clamav"
LocalSocketMode = "666"
MaxConnectionQueueLength = "15"
MaxThreads = "12"
ReadTimeout = "180"
SendBufTimeout = "200"
SelfCheck = "3600"
User = "clamav"
BytecodeTimeout = "60000"
ScanOnAccess disabled

Config file: freshclam.conf
---------------------------
LogFileMaxSize = "4294967295"
LogTime = "yes"
LogRotate = "yes"
UpdateLogFile = "/var/log/clamav/freshclam.log"
Checks = "24"
DatabaseMirror = "db.local.clamav.net", "database.clamav.net"
MaxAttempts = "5"

clamav-milter.conf not found

Software settings
-----------------
Version: 0.99.4
Optional features supported: MEMPOOL IPv6 FRESHCLAM_DNS_FIX AUTOIT_EA06 BZIP2 LIBXML2 PCRE ICONV JSON JIT

Database information
--------------------
Database directory: /var/lib/clamav
bytecode.cld: version 322, sigs: 90, built on Fri Jun 22 16:08:32 2018
daily.cld: version 24716, sigs: 2001634, built on Mon Jul 2 14:45:27 2018
main.cvd: version 58, sigs: 4566249, built on Wed Jun 7 23:38:10 2017
Total number of signatures: 6567973

Platform information
--------------------
uname: Linux 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:45 UTC 2018 i686
OS: linux-gnu, ARCH: i386, CPU: i686
Full OS version: Ubuntu 18.04 LTS
zlib version: 1.2.11 (1.2.11), compile flags: 55
Triple: i686-pc-linux-gnu
CPU: btver1, Little-endian
platform id: 0x0a1155550407030001070300

Build information
-----------------
GNU C: 7.3.0 (7.3.0)
GNU C++: 7.3.0 (7.3.0)
CPPFLAGS: -Wdate-time -D_FORTIFY_SOURCE=2
CFLAGS: -g -O2 -fdebug-prefix-map=/build/clamav-mhPoUi/clamav-0.99.4+addedllvm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
CXXFLAGS: -g -O2 -fdebug-prefix-map=/build/clamav-mhPoUi/clamav-0.99.4+addedllvm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64
LDFLAGS: -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed
Configure: '--build=i686-linux-gnu' '--prefix=/usr' '--includedir=/usr/include' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-silent-rules' '--libdir=/usr/lib/i386-linux-gnu' '--libexecdir=/usr/lib/i386-linux-gnu' '--disable-maintainer-mode' '--disable-dependency-tracking' 'CFLAGS=-g -O2 -fdebug-prefix-map=/build/clamav-mhPoUi/clamav-0.99.4+addedllvm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fdebug-prefix-map=/build/clamav-mhPoUi/clamav-0.99.4+addedllvm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed' '--with-dbdir=/var/lib/clamav' '--sysconfdir=/etc/clamav' '--disable-clamav' '--disable-unrar' '--enable-milter' '--enable-dns-fix' '--with-libjson' '--with-gnu-ld' '-with-system-llvm=/usr/bin/llvm-config-3.9' '--with-llvm-linking=dynamic' '--with-systemdsystemunitdir=/lib/systemd/system' 'build_alias=i686-linux-gnu'
sizeof(void*) = 4
Engine flevel: 85, dconf: 85
a@a-Presario-CQ57-Notebook-PC:~$

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu clamav Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the full output of:

sudo freshclam

Thanks

Revision history for this message
Sab (sab1703) said :
#2

a@a-Presario-CQ57-Notebook-PC:~$ sudo freshclam
ClamAV update process started at Tue Jul 3 01:41:42 2018
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.99.4 Recommended version: 0.100.0
DON'T PANIC! Read http://www.clamav.net/documents/upgrading-clamav
main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Downloading daily-24717.cdiff [100%]
daily.cld updated (version: 24717, sigs: 2001858, f-level: 63, builder: neo)
bytecode.cld is up to date (version: 322, sigs: 90, f-level: 63, builder: neo)
Database updated (6568197 signatures) from db.local.clamav.net (IP: 104.16.188.138)
Clamd successfully notified about the update.
a@a-Presario-CQ57-Notebook-PC:~$

I was a bit surprised : for several days these information ended at line "Don't panic..."

Then I just tried to analyse the "home" files... without any success and no report appears in the "History".

Thank you !

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Is the issue now resolved? If so please mark it as such or provide further details.

Thanks

Revision history for this message
Sab (sab1703) said :
#4

IT ISNT ANSWERED !!!
CLAMTK STILL NOT RUNNING ! AND THERE WAS NO SIGNATURE UPDATED LAST NIGHT !!!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

If you rerun freshclam does it work OK? If so then cron the command to run as root at a convenient time

Revision history for this message
Sab (sab1703) said :
#6

problem isn't solved !!!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Does the freshclam pull in the new defs?

Revision history for this message
Sab (sab1703) said :
#8

No, it didn't.

Because I had big troubles and because I couldn't analyse it with ClamTk, I rebuilt all the PC. New installation of all the system + new installation of ClamTk.
When I opened ClamTk, I noticed it was listed more than a 100 added signatures (now ClamTk advised that there are 24719 antivirus signatures) . I've tried to analyse the new home with my old files... ClamTk didn't manage any report !
Because with my other PC (Ubuntu) I had to install clamtk-gnome and clamtk-nautilus paquet to let run ClamTk, I install them, too.

And this time I get through the Terminal the following error message :

a@Presario-CQ57:~$ clamtk
Gtk-WARNING **: Attempting to read the recently used resources file at `/home/aidordi/.local/share/recently-used.xbel', but the parser failed: L’ouverture du fichier « /home/aidordi/.local/share/recently-used.xbel » a échoué : Permission non accordée. at /usr/share/perl5/ClamTk/GUI.pm line 675.
a@Presario-CQ57:~$

I tried then with sudo clamtk and ClamTk couldn't analyse the home file. But ClamTk had created the following strange report (0 files in Home ???) :

Dossiers analysés :

0 virus potentiel(s) trouvé(s) menaces (0 fichiers analysés).

Aucune menace trouvée.
---------------------------------------------

ClamTk, v5.25
Tue Jul 3 16:56:51 2018
Signatures ClamAV : 6568436
Dossiers analysés :

0 virus potentiel(s) trouvé(s) menaces (0 fichiers analysés).

Aucune menace trouvée.
---------------------------------------------

ClamTk, v5.25
Tue Jul 3 16:58:48 2018
Signatures ClamAV : 6568436
Dossiers analysés :

0 virus potentiel(s) trouvé(s) menaces (0 fichiers analysés).

Aucune menace trouvée.
---------------------------------------------

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

sudo chown aidordi:aidordi /home/aidordi/.local/share/recently-used.xbel

Then retry

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

You can run a scan with:

sudo clamscan --max-filesize=3999M --max-scansize=3999M --exclude-dir=/sys/* -i -r /

Dead easy

Revision history for this message
Sab (sab1703) said :
#11

sudo chown aidordi:aidordi /home/aidordi/.local/share/recently-used.xbel

Didn't run but this time without any error message... And the generated report advise :

ClamTk, v5.25
Tue Jul 3 17:28:58 2018
Signatures ClamAV : 6568436
Dossiers analysés :

0 virus potentiel(s) trouvé(s) menaces (0 fichiers analysés).

Aucune menace trouvée.
---------------------------------------------

As far as sudo clamscan --max-filesize=3999M --max-scansize=3999M --exclude-dir=/sys/* -i -r / is concerned, it doesn't seem, that's run... Nothing appear at the screan except for this command line...

Revision history for this message
Sab (sab1703) said :
#12

This morning I tried to analyse the Home and was advised that I have first to install clamav-daemon (?? I believed it was installed yesterday)...

During the installation this is the "fatal error" message :

aresario-CQ57:~$ sudo apt install clamav-daemon
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
  clamdscan
Paquets suggérés :
  clamav-docs daemon
Les NOUVEAUX paquets suivants seront installés :
  clamav-daemon clamdscan
0 mis à jour, 2 nouvellement installés, 0 à enlever et 3 non mis à jour.
Il est nécessaire de prendre 276 ko dans les archives.
Après cette opération, 1 509 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de:1 http://archive.ubuntu.com/ubuntu bionic/main i386 clamav-daemon i386 0.99.4+addedllvm-0ubuntu1 [197 kB]
Réception de:2 http://archive.ubuntu.com/ubuntu bionic/main i386 clamdscan i386 0.99.4+addedllvm-0ubuntu1 [78,6 kB]
276 ko réceptionnés en 1s (473 ko/s)
Préconfiguration des paquets...
Sélection du paquet clamav-daemon précédemment désélectionné.
dpkg : unrecoverable fatal error, aborting:
 lecture de la liste des fichiers du paquet « hyphen-en-gb »: Erreur d'entrée/sortie
E: Sub-process /usr/bin/dpkg returned an error code (2)
a@Presario-CQ57:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#13

Error messages like "Erreur d'entrée/sortie" (I/O error) usually indicate a consistency problem on the file system.

I recommend that you boot an Ubuntu installer in the "Try Ubuntu without installing" mode and perform a full file system check on your root file system.

Revision history for this message
Sab (sab1703) said :
#14

I just did it by using boot-repair but without any success because of that crazy hyphen-en-g :( I'm fed up with that package !

xubuntu@xubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/xubuntu--vg-root" apt-get install -y mdadm
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Paquets suggérés :
  default-mta | mail-transport-agent dracut-core
Les NOUVEAUX paquets suivants seront installés :
  mdadm
0 mis à jour, 1 nouvellement installés, 0 à enlever et 3 non mis à jour.
Il est nécessaire de prendre 442 ko dans les archives.
Après cette opération, 1 349 ko d'espace disque supplémentaires seront utilisés.
Réception de:1 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 mdadm i386 4.0-2ubuntu1.1 [442 kB]
442 ko réceptionnés en 0s (1 031 ko/s)
Préconfiguration des paquets...
Sélection du paquet mdadm précédemment désélectionné.
dpkg : unrecoverable fatal error, aborting:
 lecture de la liste des fichiers du paquet « hyphen-en-gb »: Erreur d'entrée/sortie
E: Sub-process /usr/bin/dpkg returned an error code (2)

Did someone know who is in charge of that package ?

Revision history for this message
Manfred Hampl (m-hampl) said :
#15

This is not a problem with the package, but with your hard disk!

Try the command

cat /var/lib/dpkg/info/hyphen-en-gb.list

What output do you receive?

Revision history for this message
Sab (sab1703) said :
#16

nothing except for that infernal mention :

aidordi@Presario-CQ57:~$ cat /var/lib/dpkg/info/hyphen-en-gb.list
cat: /var/lib/dpkg/info/hyphen-en-gb.list: Erreur d'entrée/sortie
aidordi@Presario-CQ57:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#17

This is the proof, that the problem is not related to the mdadm package.

Error messages like that usually indicate an inconsistency in the file system on your hard disk.

You have to perform a full file system check.

Revision history for this message
Sab (sab1703) said :
#18

done...
but I can't see anything else that I have to rebuilt the Grub ! and I can't because of that silly "hyphen-en-gb" eventhough you said it isn't the responsable of that situation...

 Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]

============================= Boot Info Summary: ===============================

 => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    for
    (lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-Ub
    Ps-9UyhcF)/boot/grub. It also embeds following components:

    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos diskfilter lvm biosdisk
    ---------------------------------------------------------------------------
 => No known boot loader is installed in the MBR of /dev/sdb.
 => libparted MBR boot code is installed in the MBR of /dev/sdc.

sda1: __________________________________________________________________________

    File system: LVM2_member
    Boot sector type: -
    Boot sector info:

sdb1: __________________________________________________________________________

    File system: iso9660
    Boot sector type: Unknown
    Boot sector info:
    Mounting failed: mount: /mnt/BootInfo/sdb1: /dev/sdb1 already mounted or mount point busy.

sdc1: __________________________________________________________________________

    File system: ntfs
    Boot sector type: Windows Vista: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files:

xubuntu-vg-root: _______________________________________________________________

    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System: Ubuntu 18.04 LTS
    Boot files: /boot/grub/grub.cfg /etc/fstab
                       /boot/grub/i386-pc/core.img

xubuntu-vg-swap_1: _____________________________________________________________

    File system: swap
    Boot sector type: -
    Boot sector info:

============================ 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: dos

Partition Boot Start Sector End Sector # of Sectors Id System

/dev/sda1 * 2,048 976,771,071 976,769,024 8e Linux LVM

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 7.3 GiB, 7811891200 bytes, 15257600 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 * 64 2,796,031 2,795,968 17 Hidden NTFS / HPFS

Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 931.5 GiB, 1000170586112 bytes, 1953458176 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/sdc1 2,048 1,953,458,175 1,953,456,128 83 Linux

"blkid" output: ________________________________________________________________

Device UUID TYPE LABEL

/dev/loop0 squashfs
/dev/mapper/xubuntu--vg-root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c ext4
/dev/mapper/xubuntu--vg-swap_1 fcb31722-b243-4596-8aef-6749cfe7aed4 swap
/dev/sda1 3P5dvu-Iye1-jRK3-5Dev-9rGz-K2AV-8HOtOY LVM2_member
/dev/sdb1 2018-04-26-18-42-11-00 iso9660 Xubuntu 18.04 LTS i386
/dev/sdc1 7D7D094F5868D024 ntfs Sab

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root 9 Jul 4 09:31 ata-SAMSUNG_HN-M500MBB_S2SVJ9FBA04578 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 4 09:31 ata-SAMSUNG_HN-M500MBB_S2SVJ9FBA04578-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Jul 4 09:31 ata-WDC_WD10JMVW-11AJGS3_WD-WXA1A34Y7503 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jul 4 09:31 ata-WDC_WD10JMVW-11AJGS3_WD-WXA1A34Y7503-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jul 4 08:54 ata-hp_DVDRAM_GT50N_M5JBA400351 -> ../../sr0
lrwxrwxrwx 1 root root 10 Jul 4 09:31 dm-name-xubuntu--vg-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jul 4 09:31 dm-name-xubuntu--vg-swap_1 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jul 4 09:31 dm-uuid-LVM-26Vu9Xd8IFyJ13xUJK3jcfxr1wH56QKr32rEK0PEheusoK6NMAx91tUbPs9UyhcF -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jul 4 09:31 dm-uuid-LVM-26Vu9Xd8IFyJ13xUJK3jcfxr1wH56QKrrogr1JA1ISBkIv1VY1BrZ53mbwM9NS6x -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jul 4 09:31 lvm-pv-uuid-3P5dvu-Iye1-jRK3-5Dev-9rGz-K2AV-8HOtOY -> ../../sda1
lrwxrwxrwx 1 root root 9 Jul 4 09:31 usb-058f_DUAL_KEY_13081286020158-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 4 09:31 usb-058f_DUAL_KEY_13081286020158-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Jul 4 08:54 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root 9 Jul 4 09:31 wwn-0x50014ee2b5039d13 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jul 4 09:31 wwn-0x50014ee2b5039d13-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jul 4 09:31 wwn-0x50024e9206628b5f -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 4 09:31 wwn-0x50024e9206628b5f-part1 -> ../../sda1

========================= "ls -R /dev/mapper/" output: =========================

/dev/mapper:
control
xubuntu--vg-root
xubuntu--vg-swap_1

================================ Mount points: =================================

Device Mount_Point Type Options

/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb /cdrom iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
/dev/sdc1 /media/xubuntu/Sab fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)

===================== xubuntu-vg-root/boot/grub/grub.cfg: ======================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  # GRUB lacks write support for lvm, so recordfail support is disabled.
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod lvm
insmod ext2
set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
else
  search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; 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=1
 else
  set vt_handoff=
 fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c' {
 recordfail
 load_video
 gfxmode $linux_gfx_mode
 insmod gzio
 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
 insmod part_msdos
 insmod lvm
 insmod ext2
 set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
 else
   search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
 fi
        linux /boot/vmlinuz-4.15.0-24-generic root=/dev/mapper/xubuntu--vg-root ro quiet splash $vt_handoff
 initrd /boot/initrd.img-4.15.0-24-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c' {
 menuentry 'Ubuntu, avec Linux 4.15.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-24-generic-advanced-dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c' {
  recordfail
  load_video
  gfxmode $linux_gfx_mode
  insmod gzio
  if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  insmod part_msdos
  insmod lvm
  insmod ext2
  set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
  if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  else
    search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  fi
  echo 'Chargement de Linux 4.15.0-24-generic…'
         linux /boot/vmlinuz-4.15.0-24-generic root=/dev/mapper/xubuntu--vg-root ro quiet splash $vt_handoff
  echo 'Chargement du disque mémoire initial…'
  initrd /boot/initrd.img-4.15.0-24-generic
 }
 menuentry 'Ubuntu, with Linux 4.15.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-24-generic-recovery-dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c' {
  recordfail
  load_video
  insmod gzio
  if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  insmod part_msdos
  insmod lvm
  insmod ext2
  set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
  if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  else
    search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  fi
  echo 'Chargement de Linux 4.15.0-24-generic…'
         linux /boot/vmlinuz-4.15.0-24-generic root=/dev/mapper/xubuntu--vg-root ro recovery nomodeset
  echo 'Chargement du disque mémoire initial…'
  initrd /boot/initrd.img-4.15.0-24-generic
 }
 menuentry 'Ubuntu, avec Linux 4.15.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-advanced-dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c' {
  recordfail
  load_video
  gfxmode $linux_gfx_mode
  insmod gzio
  if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  insmod part_msdos
  insmod lvm
  insmod ext2
  set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
  if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  else
    search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  fi
  echo 'Chargement de Linux 4.15.0-20-generic…'
         linux /boot/vmlinuz-4.15.0-20-generic root=/dev/mapper/xubuntu--vg-root ro quiet splash $vt_handoff
  echo 'Chargement du disque mémoire initial…'
  initrd /boot/initrd.img-4.15.0-20-generic
 }
 menuentry 'Ubuntu, with Linux 4.15.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-recovery-dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c' {
  recordfail
  load_video
  insmod gzio
  if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  insmod part_msdos
  insmod lvm
  insmod ext2
  set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
  if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  else
    search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
  fi
  echo 'Chargement de Linux 4.15.0-20-generic…'
         linux /boot/vmlinuz-4.15.0-20-generic root=/dev/mapper/xubuntu--vg-root ro recovery nomodeset
  echo 'Chargement du disque mémoire initial…'
  initrd /boot/initrd.img-4.15.0-20-generic
 }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
 insmod part_msdos
 insmod lvm
 insmod ext2
 set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
 else
   search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
 fi
 knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
 insmod part_msdos
 insmod lvm
 insmod ext2
 set root='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint='lvmid/26Vu9X-d8IF-yJ13-xUJK-3jcf-xr1w-H56QKr/32rEK0-PEhe-usoK-6NMA-x91t-UbPs-9UyhcF' dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
 else
   search --no-floppy --fs-uuid --set=root dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c
 fi
 linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

========================== xubuntu-vg-root/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/mapper/xubuntu--vg-root / ext4 errors=remount-ro 0 1
/dev/mapper/xubuntu--vg-swap_1 none swap sw 0 0
--------------------------------------------------------------------------------

============== xubuntu-vg-root: Location of files loaded by Grub: ==============

           GiB - GB File Fragment(s)

 298.253658295 = 320.247427072 boot/grub/grub.cfg 1
 440.140655518 = 472.597430272 boot/grub/i386-pc/core.img 1
 440.139335632 = 472.596013056 boot/vmlinuz-4.15.0-20-generic 1
   5.214035034 = 5.598527488 boot/vmlinuz-4.15.0-24-generic 1
   5.214035034 = 5.598527488 vmlinuz 1
 440.139335632 = 472.596013056 vmlinuz.old 1
 298.255649567 = 320.249565184 boot/initrd.img-4.15.0-20-generic 2
 298.255695343 = 320.249614336 boot/initrd.img-4.15.0-24-generic 4
 298.255695343 = 320.249614336 initrd.img 4
 298.255649567 = 320.249565184 initrd.img.old 2

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown MBR on /dev/sdb

00000000 33 ed 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |3...............|
00000010 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f3 06 b4 42 eb 15 eb 02 |...t.f.....B....|
00000070 31 c9 5a 51 b4 08 cd 13 5b 0f b6 c6 40 50 83 e1 |1.ZQ....[...@P..|
00000080 3f 51 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 |?Q..SRP..|...f..|
00000090 07 e8 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 |..D.....f@.....f|
000000a0 81 3e 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 |.>@|..xpu....{.D|
000000b0 7c 00 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 ||.....isolinux.b|
000000c0 69 6e 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f |in missing or co|
000000d0 72 72 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 |rrupt...f`f1.f..|
000000e0 f8 7b 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a |.{f...{fRfP.Sj.j|
000000f0 10 89 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 |...f.6.{........|
00000100 f6 36 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b |.6.{....A......{|
00000110 cd 13 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 |...d.fa....Opera|
00000120 74 69 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 |ting system load|
00000130 20 65 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 | error...^....>b|
00000140 04 b3 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 |.....<.u........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 2c 05 00 00 00 00 00 00 f3 b1 a9 01 00 00 80 02 |,...............|
000001c0 01 00 17 55 e0 f7 40 00 00 00 c0 a9 2a 00 00 00 |...U..@.....*...|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200

Unknown BootLoader on sdb1

00000000 01 43 44 30 30 31 01 00 20 20 20 20 20 20 20 20 |.CD001.. |
00000010 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | |
00000020 20 20 20 20 20 20 20 20 58 75 62 75 6e 74 75 20 | Xubuntu |
00000030 31 38 2e 30 34 20 4c 54 53 20 69 33 38 36 20 20 |18.04 LTS i386 |
00000040 20 20 20 20 20 20 20 20 00 00 00 00 00 00 00 00 | ........|
00000050 80 aa 0a 00 00 0a aa 80 00 00 00 00 00 00 00 00 |................|
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000070 00 00 00 00 00 00 00 00 01 00 00 01 01 00 00 01 |................|
00000080 00 08 08 00 98 03 00 00 00 00 03 98 70 00 00 00 |............p...|
00000090 00 00 00 00 00 00 00 71 00 00 00 00 22 00 23 00 |.......q....".#.|
000000a0 00 00 00 00 00 23 00 08 00 00 00 00 08 00 76 04 |.....#........v.|
000000b0 1a 12 2a 00 00 02 00 00 01 00 00 01 01 00 20 20 |..*........... |
000000c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | |
*
000001b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 58 4f | XO|
000001c0 52 52 49 53 4f 2d 31 2e 34 2e 32 20 32 30 31 35 |RRISO-1.4.2 2015|
000001d0 2e 31 31 2e 32 38 2e 31 34 30 30 30 31 2c 20 4c |.11.28.140001, L|
000001e0 49 42 49 53 4f 42 55 52 4e 2d 31 2e 34 2e 32 2c |IBISOBURN-1.4.2,|
000001f0 20 4c 49 42 49 53 4f 46 53 2d 31 2e 34 2e 32 2c | LIBISOFS-1.4.2,|
00000200

=============================== StdErr Messages: ===============================

File descriptor 9 (/proc/3695/mountinfo) leaked on lvs invocation. Parent PID 12184: bash
File descriptor 63 (pipe:[555637]) leaked on lvs invocation. Parent PID 12184: bash
File descriptor 9 (/proc/3695/mountinfo) leaked on lvchange invocation. Parent PID 13048: bash
File descriptor 63 (pipe:[555637]) leaked on lvchange invocation. Parent PID 13048: bash
File descriptor 9 (/proc/3695/mountinfo) leaked on lvchange invocation. Parent PID 13048: bash
File descriptor 63 (pipe:[555637]) leaked on lvchange invocation. Parent PID 13048: bash
mdadm: No arrays found in config file or automatically

ADDITIONAL INFORMATION :
=================== log of boot-repair 20180704_0931 ===================
boot-repair version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
BLKID BEFORE LVM ACTIVATION:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="3P5dvu-Iye1-jRK3-5Dev-9rGz-K2AV-8HOtOY" TYPE="LVM2_member" PARTUUID="2b3a21d2-01"
/dev/mapper/xubuntu--vg-root: UUID="dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c" TYPE="ext4"
/dev/mapper/xubuntu--vg-swap_1: UUID="fcb31722-b243-4596-8aef-6749cfe7aed4" TYPE="swap"
/dev/sdb1: UUID="2018-04-26-18-42-11-00" LABEL="Xubuntu 18.04 LTS i386" TYPE="iso9660" PARTUUID="01a9b1f3-01"
/dev/sdc1: LABEL="Sab" UUID="7D7D094F5868D024" TYPE="ntfs" PARTUUID="e1757435-01"
MODPROBE
VGSCAN
File descriptor 9 (/proc/3695/mountinfo) leaked on vgscan invocation. Parent PID 3705: /bin/bash
Reading volume groups from cache.
Found volume group "xubuntu-vg" using metadata type lvm2
VGCHANGE
File descriptor 9 (/proc/3695/mountinfo) leaked on vgchange invocation. Parent PID 3705: /bin/bash
2 logical volume(s) in volume group "xubuntu-vg" now active
File descriptor 9 (/proc/3695/mountinfo) leaked on lvscan invocation. Parent PID 3705: /bin/bash
LVSCAN:
ACTIVE '/dev/xubuntu-vg/root' [464.80 GiB] inherit
ACTIVE '/dev/xubuntu-vg/swap_1' [976.00 MiB] inherit
Gtk-Message: 09:31:32.442: GtkDialog mapped without a transient parent. This is discouraged.
Y a-t-il un RAID sur cet ordinateur ? yes
Gtk-Message: 09:31:36.605: GtkDialog mapped without a transient parent. This is discouraged.

BLKID BEFORE RAID ACTIVATION:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="3P5dvu-Iye1-jRK3-5Dev-9rGz-K2AV-8HOtOY" TYPE="LVM2_member" PARTUUID="2b3a21d2-01"
/dev/mapper/xubuntu--vg-root: UUID="dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c" TYPE="ext4"
/dev/mapper/xubuntu--vg-swap_1: UUID="fcb31722-b243-4596-8aef-6749cfe7aed4" TYPE="swap"
/dev/sdb1: UUID="2018-04-26-18-42-11-00" LABEL="Xubuntu 18.04 LTS i386" TYPE="iso9660" PARTUUID="01a9b1f3-01"
/dev/sdc1: LABEL="Sab" UUID="7D7D094F5868D024" TYPE="ntfs" PARTUUID="e1757435-01"
Scanning MDraid Partitions
mdadm: No arrays found in config file or automatically
mdadm --detail --scan:
RAID détecté. Vous voudrez peut-être re-essayer après avoir installé les paquets [dmraid].
Gtk-Message: 09:31:41.644: GtkDialog mapped without a transient parent. This is discouraged.
Warning: no DMRAID nor MD_ARRAY.
File descriptor 9 (/proc/3695/mountinfo) leaked on vgs invocation. Parent PID 5971: grub-probe
File descriptor 9 (/proc/3695/mountinfo) leaked on vgs invocation. Parent PID 5971: grub-probe
boot-repair is executed in live-session (Ubuntu 18.04 LTS, bionic, Ubuntu, i686)
CPU op-mode(s): 32-bit, 64-bit
file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
Set sda as corresponding disk of mapper/xubuntu--vg-root

=================== os-prober:
/dev/mapper/xubuntu--vg-root:Ubuntu 18.04 LTS (18.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="3P5dvu-Iye1-jRK3-5Dev-9rGz-K2AV-8HOtOY" TYPE="LVM2_member" PARTUUID="2b3a21d2-01"
/dev/mapper/xubuntu--vg-root: UUID="dfa7dc61-b54d-4038-8bf2-afa8dd8eed2c" TYPE="ext4"
/dev/mapper/xubuntu--vg-swap_1: UUID="fcb31722-b243-4596-8aef-6749cfe7aed4" TYPE="swap"
/dev/sdb1: UUID="2018-04-26-18-42-11-00" LABEL="Xubuntu 18.04 LTS i386" TYPE="iso9660" PARTUUID="01a9b1f3-01"
/dev/sdc1: LABEL="Sab" UUID="7D7D094F5868D024" TYPE="ntfs" PARTUUID="e1757435-01"

Set sda as corresponding disk of mapper/xubuntu--vg-root

1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.

=================== mapper/xubuntu--vg-root/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 avril 26 18:24 grub.d
total 80
-rwxr-xr-x 1 root root 9783 mars 4 13:11 00_header
-rwxr-xr-x 1 root root 6258 mars 4 13:11 05_debian_theme
-rwxr-xr-x 1 root root 12693 mars 4 13:11 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 13:11 20_linux_xen
-rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mars 4 13:11 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 13:11 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 13:11 40_custom
-rwxr-xr-x 1 root root 216 mars 4 13:11 41_custom
-rw-r--r-- 1 root root 483 mars 4 13:11 README

=================== mapper/xubuntu--vg-root/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_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

=================== UEFI/Legacy mode:
This live-session is not EFI-compatible.
SecureBoot maybe enabled.

=================== PARTITIONS & DISKS:
mapper/xubuntu--vg-root : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, notbiosboot, /mnt/boot-sav/mapper/xubuntu--vg-root.
sdc1 : sdc, not-sepboot, 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, /media/xubuntu/Sab.

sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdc : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, no-os, 2048 sectors * 512 bytes

=================== parted -lm:

BYT;
/dev/sda:500GB:scsi:512:4096:msdos:ATA SAMSUNG HN-M500M:;
1:1049kB:500GB:500GB:::boot, lvm;

BYT;
/dev/sdb:7812MB:scsi:512:512:msdos: :;
1:32.8kB:1432MB:1432MB:::boot, hidden;

BYT;
/dev/sdc:1000GB:scsi:512:512:msdos:WD Elements 1078:;
1:1049kB:1000GB:1000GB:ntfs::;

BYT;
/dev/mapper/xubuntu--vg-swap_1:1023MB:dm:512:4096:loop:Linux device-mapper (linear):;
1:0.00B:1023MB:1023MB:linux-swap(v1)::;

BYT;
/dev/mapper/xubuntu--vg-root:499GB:dm:512:4096:loop:Linux device-mapper (linear):;
1:0.00B:499GB:499GB:ext4::;

=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1,3G
sda disk 465,8G
sda1 part LVM2_member 465,8G
sdb disk iso9660 7,3G Xubuntu 18.04 LTS i386
sdb1 part iso9660 1,3G Xubuntu 18.04 LTS i386
sdc disk 931,5G
sdc1 part ntfs 931,5G Sab
sr0 rom 1024M
dm-0 lvm ext4 464,8G
dm-1 lvm swap 976M

KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
sda 1 0 0 running
sda1 1 0 0
sdb 1 0 1 running /cdrom
sdb1 1 0 1
sdc 1 0 0 running
sdc1 1 0 0 /media/xubuntu/Sab
sr0 1 0 1 running
dm-0 1 0 0 running /mnt/boot-sav/mapper/xubuntu--vg-root
dm-1 1 0 0 running

=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1843148k,nr_inodes=203930,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=372276k,mode=755)
/dev/sdb on /cdrom type iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
/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/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
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)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14028)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (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=372272k,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/sdc1 on /media/xubuntu/Sab type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
/dev/mapper/xubuntu--vg-root on /mnt/boot-sav/mapper/xubuntu--vg-root type ext4 (rw,relatime,data=ordered)

=================== ls:
/sys/block/dm-0 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/dm-1 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/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 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
/sys/block/sdc (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 sdc1 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dm-0 dm-1 dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdc sdc1 sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 xubuntu-vg zero
ls /dev/mapper: control xubuntu--vg-root xubuntu--vg-swap_1

=================== hexdump -n512 -C /dev/sdc1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 5f 6f 74 00 00 00 00 |........._ot....|
00000030 04 00 00 00 00 00 00 00 ff f5 46 07 00 00 00 00 |..........F.....|
00000040 f6 00 00 00 01 00 00 00 24 d0 68 58 4f 09 7d 7d |........$.hXO.}}|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
00000200

=================== df -Th:

Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs tmpfs 364M 1.4M 363M 1% /run
/dev/sdb iso9660 1.4G 1.4G 0 100% /cdrom
/dev/loop0 squashfs 1.3G 1.3G 0 100% /rofs
/cow overlay 1.8G 322M 1.5G 18% /
tmpfs tmpfs 1.8G 0 1.8G 0% /dev/shm
tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
tmpfs tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
tmpfs tmpfs 1.8G 1.2M 1.8G 1% /tmp
tmpfs tmpfs 364M 28K 364M 1% /run/user/999
/dev/sdc1 fuseblk 932G 873G 60G 94% /media/xubuntu/Sab
/dev/mapper/xubuntu--vg-root ext4 457G 11G 424G 3% /mnt/boot-sav/mapper/xubuntu--vg-root

=================== fdisk -l:
Disk /dev/loop0: 1.3 GiB, 1351852032 bytes, 2640336 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: dos
Disk identifier: 0x2b3a21d2

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 976771071 976769024 465.8G 8e Linux LVM

Disk /dev/sdb: 7.3 GiB, 7811891200 bytes, 15257600 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: 0x01a9b1f3

Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 64 2796031 2795968 1.3G 17 Hidden HPFS/NTFS

Disk /dev/mapper/xubuntu--vg-root: 464.8 GiB, 499076038656 bytes, 974757888 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

Disk /dev/mapper/xubuntu--vg-swap_1: 976 MiB, 1023410176 bytes, 1998848 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

Disk /dev/sdc: 931.5 GiB, 1000170586112 bytes, 1953458176 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: 0xe1757435

Device Boot Start End Sectors Size Id Type
/dev/sdc1 2048 1953458175 1953456128 931.5G 83 Linux

=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to enable-raid) and reinstall the grub2 of mapper/xubuntu--vg-root into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s

=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (ATA SAMSUNG HN-M500M) !

=================== User settings
The settings chosen by the user will not act on the boot.

Revision history for this message
Manfred Hampl (m-hampl) said :
#19

Performing boot-repair is something completely different from performing a file system check.
You do not need a boot-repair disk, but an Ubuntu installer disk (or USB stick) (to be started in the "Try Ubuntu without installing" mode).
Then open a terminal window and execute the command
sudo fsck -f /dev/mapper/xubuntu--vg-root

Revision history for this message
Sab (sab1703) said :
#20

That didn't run properly...

xubuntu@xubuntu:~$ sudo fsck -f /dev/mapper/xubuntu--vg-root
fsck de util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
/dev/mapper/xubuntu--vg-root est monté.
e2fsck: Ne peut continuer, arrêt immédiat.
xubuntu@xubuntu:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#21

You have to make sure that the device is not in use, and if necessary unmount it

sudo umount /dev/mapper/xubuntu--vg-root

and if that works without error re-try

sudo fsck -f /dev/mapper/xubuntu--vg-root

Revision history for this message
Sab (sab1703) said :
#22

This time I have the message that it didn't exist...
xubuntu@xubuntu:~$ sudo umount /dev/mapper/xubuntu--vg-root
umount: /dev/mapper/xubuntu--vg-root : Aucun point de montage indiqué.
xubuntu@xubuntu:~$ sudo fsck -f /dev/mapper/xubuntu--vg-root
fsck de util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
fsck.ext2: Aucun fichier ou dossier de ce type lors de la tentative d'ouverture de /dev/mapper/xubuntu--vg-root
Périphérique peut-être inexistant ?
xubuntu@xubuntu:~$

Maybe it's because I found how to remove this infernal "hyphen-en-gb" and to update the drivers...

I re-install ClamTk and the message was :

aidordi@Presario-CQ57-Notebook-PC:~$ clamtk
Unable to read preferences! No such file or directory
note: (re)creating prefs file.
restore does not exist; re-creating it
GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkObject' at /usr/share/perl5/ClamTk/GUI.pm line 182.
GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GObject' at /usr/share/perl5/ClamTk/GUI.pm line 182.
*** unhandled exception in callback:
*** object 28188c8 is not really a GObject at /usr/share/perl5/ClamTk/GUI.pm line 182.
*** ignoring at /usr/share/perl5/ClamTk/Update.pm line 226.
GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkObject' at /usr/share/perl5/ClamTk/Update.pm line 262.
GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GObject' at /usr/share/perl5/ClamTk/Update.pm line 262.
*** unhandled exception in callback:
*** object 2818a80 is not really a GObject at /usr/share/perl5/ClamTk/Update.pm line 262.
*** ignoring at /usr/share/perl5/ClamTk/GUI.pm line 145.
a@Presario-CQ57-Notebook-PC:~$ sudo clamtk
[sudo] Mot de passe de :
a@Presario-CQ57-Notebook-PC:~$

And it's always the same ref the analyse of Home...

Now I will try again boot-repair...

Revision history for this message
Sab (sab1703) said :
#23

Further to Boot-repair there is no more error message when Clamtk is issued... but ClamTk goes on not analyse the files !

Revision history for this message
Manfred Hampl (m-hampl) said :
#24

If there was an I/O error with one file, then there is a very high probability that there are more inconsistencies on the main hard disk's file system (which can cause all kinds of strange errors).
I still see the need for running fsck on your root file system.

Revision history for this message
Sab (sab1703) said :
#25

Because it didn't recognise the command anymore :

xubuntu@xubuntu:~$ sudo fsck -f /dev/mapper/xubuntu--vg-root
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
fsck.ext2: No such file or directory while trying to open /dev/mapper/xubuntu--vg-root
Possibly non-existent device?
xubuntu@xubuntu:~$

and because there is just on file with "mapper" :

xubuntu@xubuntu:~$ ls /dev/mapper
control
xubuntu@xubuntu:~$

I did a fsck -f of the sda1, which is good :

xubuntu@xubuntu:~$ sudo fsck -f /dev/sda1
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sda1: 204102/30531584 files (0.2% non-contiguous), 4020548/122096128 blocks
xubuntu@xubuntu:~$

Revision history for this message
Sab (sab1703) said :
#26

ClamTk virus signatures' update : OK

ClamTk virus analyse : still doesn't work as mentionned in the today report :
ClamTk, v5.25
Thu Jul 5 13:35:59 2018
Signatures ClamAV : 6570895
Dossiers analysés :

0 virus potentiel(s) trouvé(s) menaces (0 fichiers analysés).

Aucune menace trouvée.
---------------------------------------------

Revision history for this message
Launchpad Janitor (janitor) said :
#27

This question was expired because it remained in the 'Open' state without activity for the last 15 days.