Ton Boot-info est là :
Boot Info Script 71f6c5c + Boot-Repair extra info [Boot-Info 16mar2020]
============================= 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 (,msdos2)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda4: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 596.2 GiB, 640135028736 bytes, 1250263728 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 585,939,547 585,937,500 7 NTFS / exFAT / HPFS
/dev/sda2 585,940,992 976,564,223 390,623,232 83 Linux
/dev/sda3 976,564,224 1,246,095,359 269,531,136 83 Linux
/dev/sda4 1,246,095,360 1,250,263,039 4,167,680 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/loop1 squashfs
/dev/loop2 squashfs
/dev/loop3 squashfs
/dev/loop4 squashfs
/dev/loop5 squashfs
/dev/loop6 squashfs
/dev/loop7 squashfs
/dev/loop8 squashfs
/dev/sda1 C86AA7A66AA78FAC ntfs Réservé au système
/dev/sda2 3ec15693-f49d-44be-b14b-4528ebc412bc ext4
/dev/sda3 7e3b3eb8-6ee2-4753-a22e-9c054ce7dba0 ext4
/dev/sda4 e86717e2-2d13-4bc7-961a-33ad97b393b7 swap
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Apr 9 21:03 ata-WDC_WD6400AAKS-00A7B2_WD-WCASY5828418 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 9 21:04 ata-WDC_WD6400AAKS-00A7B2_WD-WCASY5828418-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 9 21:03 ata-WDC_WD6400AAKS-00A7B2_WD-WCASY5828418-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 9 21:03 ata-WDC_WD6400AAKS-00A7B2_WD-WCASY5828418-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 9 21:03 ata-WDC_WD6400AAKS-00A7B2_WD-WCASY5828418-part4 -> ../../sda4
lrwxrwxrwx 1 root root 9 Apr 9 21:03 wwn-0x50014ee258542ab7 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 9 21:04 wwn-0x50014ee258542ab7-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 9 21:03 wwn-0x50014ee258542ab7-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 9 21:03 wwn-0x50014ee258542ab7-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 9 21:03 wwn-0x50014ee258542ab7-part4 -> ../../sda4
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda2 / ext4 (rw,relatime,errors=remount-ro)
/dev/sda3 /home ext4 (rw,relatime)
=========================== 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 [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
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_BE
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
if background_color 44,0,30,0; then
clear
fi
### 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-3ec15693-f49d-44be-b14b-4528ebc412bc' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
fi
linux /boot/vmlinuz-5.3.0-46-generic root=UUID=3ec15693-f49d-44be-b14b-4528ebc412bc ro quiet splash $vt_handoff
initrd /boot/initrd.img-5.3.0-46-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-3ec15693-f49d-44be-b14b-4528ebc412bc' {
menuentry 'Ubuntu, avec Linux 5.3.0-46-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-46-generic-advanced-3ec15693-f49d-44be-b14b-4528ebc412bc' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
fi
echo 'Chargement de Linux 5.3.0-46-generic…'
linux /boot/vmlinuz-5.3.0-46-generic root=UUID=3ec15693-f49d-44be-b14b-4528ebc412bc ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-5.3.0-46-generic
}
menuentry 'Ubuntu, with Linux 5.3.0-46-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-46-generic-recovery-3ec15693-f49d-44be-b14b-4528ebc412bc' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
fi
echo 'Chargement de Linux 5.3.0-46-generic…'
linux /boot/vmlinuz-5.3.0-46-generic root=UUID=3ec15693-f49d-44be-b14b-4528ebc412bc ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-5.3.0-46-generic
}
menuentry 'Ubuntu, avec Linux 5.3.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-28-generic-advanced-3ec15693-f49d-44be-b14b-4528ebc412bc' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
fi
echo 'Chargement de Linux 5.3.0-28-generic…'
linux /boot/vmlinuz-5.3.0-28-generic root=UUID=3ec15693-f49d-44be-b14b-4528ebc412bc ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-5.3.0-28-generic
}
menuentry 'Ubuntu, with Linux 5.3.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-28-generic-recovery-3ec15693-f49d-44be-b14b-4528ebc412bc' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
fi
echo 'Chargement de Linux 5.3.0-28-generic…'
linux /boot/vmlinuz-5.3.0-28-generic root=UUID=3ec15693-f49d-44be-b14b-4528ebc412bc ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-5.3.0-28-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 3ec15693-f49d-44be-b14b-4528ebc412bc
else
search --no-floppy --fs-uuid --set=root 3ec15693-f49d-44be-b14b-4528ebc412bc
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 10 (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-C86AA7A66AA78FAC' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 C86AA7A66AA78FAC
else
search --no-floppy --fs-uuid --set=root C86AA7A66AA78FAC
fi
parttool ${root} hidden-
drivemap -s (hd0) ${root}
chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### 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 installation
UUID=3ec15693-f49d-44be-b14b-4528ebc412bc / ext4 errors=remount-ro 0 1
# /home was on /dev/sda3 during installation
UUID=7e3b3eb8-6ee2-4753-a22e-9c054ce7dba0 /home ext4 defaults 0 2
# swap was on /dev/sda4 during installation
UUID=e86717e2-2d13-4bc7-961a-33ad97b393b7 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
459.542617798 = 493.430128640 boot/grub/grub.cfg 2
419.579238892 = 450.519777280 boot/grub/i386-pc/core.img 1
281.289058685 = 302.031826944 boot/vmlinuz-5.3.0-28-generic 2
458.586643219 = 492.403658752 boot/vmlinuz-5.3.0-46-generic 1
458.586643219 = 492.403658752 vmlinuz 1
281.289058685 = 302.031826944 vmlinuz.old 2
459.913105011 = 493.827936256 boot/initrd.img-5.3.0-28-generic 2
459.905803680 = 493.820096512 boot/initrd.img-5.3.0-46-generic 2
459.905803680 = 493.820096512 initrd.img 2
459.913105011 = 493.827936256 initrd.img.old 2
ADDITIONAL INFORMATION:
=================== log of boot-info 20200409_2103 ===================
boot-info version : 4ppa82
boot-sav version : 4ppa82
boot-sav-extra version : 4ppa82
glade2script version : 3.2.4~ppa7
boot-info is executed in installed-session (Ubuntu 18.04.4 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic root=UUID=3ec15693-f49d-44be-b14b-4528ebc412bc ro quiet splash vt.handoff=1
Unmount sda1 from /media/innsaelobo/Réservé au système/ to avoid space incompatibilities
=================== os-prober:
/dev/sda2:L'OS actuellement utilisé - Ubuntu 18.04.4 LTS CurrentSession:linux
/dev/sda1:Windows 10:Windows:chain
=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="C86AA7A66AA78FAC" TYPE="ntfs" PARTUUID="f52c82a1-01"
/dev/sda2: UUID="3ec15693-f49d-44be-b14b-4528ebc412bc" TYPE="ext4" PARTUUID="f52c82a1-02"
/dev/sda3: UUID="7e3b3eb8-6ee2-4753-a22e-9c054ce7dba0" TYPE="ext4" PARTUUID="f52c82a1-03"
/dev/sda4: UUID="e86717e2-2d13-4bc7-961a-33ad97b393b7" TYPE="swap" PARTUUID="f52c82a1-04"
/dev/loop8: TYPE="squashfs"
1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 4096 avr 9 20:27 grub.d
total 80
-rwxr-xr-x 1 root root 10046 nov 11 06:52 00_header
-rwxr-xr-x 1 root root 6258 mar 18 2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 nov 11 06:52 10_linux
-rwxr-xr-x 1 root root 11298 nov 11 06:52 20_linux_xen
-rwxr-xr-x 1 root root 1992 jan 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 nov 11 06:52 30_os-prober
-rwxr-xr-x 1 root root 1418 nov 11 06:52 30_uefi-firmware
-rwxr-xr-x 1 root root 214 nov 11 06:52 40_custom
-rwxr-xr-x 1 root root 216 nov 11 06:52 41_custom
-rw-r--r-- 1 root root 483 nov 11 06:52 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=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 installed-session is not in EFI-mode.
SecureBoot disabled.
=================== 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, .
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda1.
sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, notbiosboot, /home.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:640GB:scsi:512:512:msdos:ATA WDC WD6400AAKS-0:;
1:1049kB:300GB:300GB:ntfs::boot;
2:300GB:500GB:200GB:ext4::;
3:500GB:638GB:138GB:ext4::;
4:638GB:640GB:2134MB:linux-swap(v1)::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
fd0 disk 4K
loop0 loop squashfs 160,2M
loop1 loop squashfs 4,2M
loop2 loop squashfs 44,9M
loop3 loop squashfs 956K
loop4 loop squashfs 14,8M
loop5 loop squashfs 9,1M
loop6 loop squashfs 54,7M
loop7 loop squashfs 3,7M
loop8 loop squashfs 89,1M
sda disk 596,2G
sda1 part ntfs 279,4G Réservé au système
sda2 part ext4 186,3G
sda3 part ext4 128,5G
sda4 part swap 2G
KNAME ROTA RO RM STATE MOUNTPOINT
fd0 1 0 1
loop0 1 1 0 /snap/gnome-3-28-1804/116
loop1 1 1 0 /snap/gnome-calculator/544
loop2 1 1 0 /snap/gtk-common-themes/1440
loop3 1 1 0 /snap/gnome-logs/81
loop4 1 1 0 /snap/gnome-characters/399
loop5 1 1 0 /snap/canonical-livepatch/95
loop6 1 1 0 /snap/core18/1668
loop7 1 1 0 /snap/gnome-system-monitor/127
loop8 1 1 0 /snap/core/8268
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda2 1 0 0 /
sda3 1 0 0 /home
sda4 1 0 0 [SWAP]
=================== 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=4051888k,nr_inodes=1012972,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=815248k,mode=755)
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
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/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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=41,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14493)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
/var/lib/snapd/snaps/gnome-calculator_544.snap on /snap/gnome-calculator/544 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_81.snap on /snap/gnome-logs/81 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_116.snap on /snap/gnome-3-28-1804/116 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1440.snap on /snap/gtk-common-themes/1440 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_399.snap on /snap/gnome-characters/399 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/canonical-livepatch_95.snap on /snap/canonical-livepatch/95 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1668.snap on /snap/core18/1668 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_8268.snap on /snap/core/8268 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_127.snap on /snap/gnome-system-monitor/127 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda3 on /home type ext4 (rw,relatime)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=815248k,mode=755)
nsfs on /run/snapd/ns/canonical-livepatch.mnt type nsfs (rw)
tmpfs on /run/user/121 type tmpfs (rw,nosuid,nodev,relatime,size=815244k,mode=700,uid=121,gid=125)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=815244k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
=================== ls:
/sys/block/fd0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd fd0 full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 shm snapshot snd stderr stdin stdout udmabuf uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 zero zfs
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
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 58 b2 ec 22 00 00 00 00 |........X.."....|
00000030 00 c1 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 ac 8f a7 6a a6 a7 6a c8 |...........j..j.|
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 dd 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 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.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 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 797M 2.0M 795M 1% /run
/dev/sda2 ext4 183G 5.2G 168G 3% /
tmpfs tmpfs 3.9G 57M 3.9G 2% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/loop1 squashfs 4.3M 4.3M 0 100% /snap/gnome-calculator/544
/dev/loop3 squashfs 1.0M 1.0M 0 100% /snap/gnome-logs/81
/dev/loop0 squashfs 161M 161M 0 100% /snap/gnome-3-28-1804/116
/dev/loop2 squashfs 45M 45M 0 100% /snap/gtk-common-themes/1440
/dev/loop4 squashfs 15M 15M 0 100% /snap/gnome-characters/399
/dev/loop5 squashfs 9.2M 9.2M 0 100% /snap/canonical-livepatch/95
/dev/loop6 squashfs 55M 55M 0 100% /snap/core18/1668
/dev/loop8 squashfs 90M 90M 0 100% /snap/core/8268
/dev/loop7 squashfs 3.8M 3.8M 0 100% /snap/gnome-system-monitor/127
/dev/sda3 ext4 126G 162M 119G 1% /home
tmpfs tmpfs 797M 16K 797M 1% /run/user/121
tmpfs tmpfs 797M 2.0M 795M 1% /run/user/1000
/dev/sda1 fuseblk 280G 482M 279G 1% /mnt/boot-sav/sda1
=================== fdisk -l:
Disk /dev/loop0: 160.2 MiB, 167931904 bytes, 327992 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/loop1: 4.2 MiB, 4403200 bytes, 8600 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/loop2: 44.9 MiB, 47063040 bytes, 91920 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/loop3: 956 KiB, 978944 bytes, 1912 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/loop4: 14.8 MiB, 15462400 bytes, 30200 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/loop5: 9.1 MiB, 9510912 bytes, 18576 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/loop6: 54.7 MiB, 57294848 bytes, 111904 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/loop7: 3.7 MiB, 3825664 bytes, 7472 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: 596.2 GiB, 640135028736 bytes, 1250263728 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: 0xf52c82a1
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 585939547 585937500 279.4G 7 HPFS/NTFS/exFAT
/dev/sda2 585940992 976564223 390623232 186.3G 83 Linux
/dev/sda3 976564224 1246095359 269531136 128.5G 83 Linux
/dev/sda4 1246095360 1250263039 4167680 2G 82 Linux swap / Solaris
Disk /dev/loop8: 89.1 MiB, 93417472 bytes, 182456 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
=================== Suggested 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 not act on the boot.
Tu n'as plus de Windows. Je n'arrive pas à comprendre comment tu as pu réussir cet exploit.
Je détaille un peu ci-dessous.
Si tu consultes la dernière ligne de cet extrait :
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 797M 2.0M 795M 1% /run
/dev/sda2 ext4 183G 5.2G 168G 3% /
tmpfs tmpfs 3.9G 57M 3.9G 2% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/loop1 squashfs 4.3M 4.3M 0 100% /snap/gnome-calculator/544
/dev/loop3 squashfs 1.0M 1.0M 0 100% /snap/gnome-logs/81
/dev/loop0 squashfs 161M 161M 0 100% /snap/gnome-3-28-1804/116
/dev/loop2 squashfs 45M 45M 0 100% /snap/gtk-common-themes/1440
/dev/loop4 squashfs 15M 15M 0 100% /snap/gnome-characters/399
/dev/loop5 squashfs 9.2M 9.2M 0 100% /snap/canonical-livepatch/95
/dev/loop6 squashfs 55M 55M 0 100% /snap/core18/1668
/dev/loop8 squashfs 90M 90M 0 100% /snap/core/8268
/dev/loop7 squashfs 3.8M 3.8M 0 100% /snap/gnome-system-monitor/127
/dev/sda3 ext4 126G 162M 119G 1% /home
tmpfs tmpfs 797M 16K 797M 1% /run/user/121
tmpfs tmpfs 797M 2.0M 795M 1% /run/user/1000
/dev/sda1 fuseblk 280G 482M 279G 1% /mnt/boot-sav/sda1
Tu verras que la partition /dev/sda1 est occupée par 482 Mo autant dire qu'elle ne contient pas le système Windows qui occupe plusieurs Go.