Je reviens vers vous car finalement je suis revenu a Mint qui boote sans probleme sur cle.
Il faudrait que je bascule sur un forum mint, malheureusement impossible de m inscrire car je ne trouve pas la réponse a la question de vérification mème en ayant fait des recherches ... je comprendrai que mon message soit déplacé.
Du coup j ai reussi a obtenir un rapport de boot info
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
============================= Boot Info Summary: ===============================
=> libparted MBR boot code 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: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.03 20151222............................................@.....2....0............A20 gate n
Boot sector info: Syslinux looks at sector 6645212 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the directory.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/EFI/BOOT/grubx64.efi /EFI/BOOT/mmx64.efi /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 56.5 GiB, 60666413056 bytes, 118489088 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 118,489,087 118,487,040 83 Linux
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 3.8 GiB, 4027580416 bytes, 7866368 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 7,866,367 7,864,320 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/loop1 squashfs
/dev/loop2 squashfs
/dev/loop3 squashfs
/dev/sda1 a04dd5f0-de68-45ee-b1ac-df43a6f939b4 ext4
/dev/sdb1 85F1-3C62 vfat cle
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Apr 19 20:48 ata-APPLE_SSD_TS064C_Y13B6054K6HK -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 19 20:48 ata-APPLE_SSD_TS064C_Y13B6054K6HK-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Apr 19 20:48 usb-Generic_Flash_Disk_FFCAF3AE-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 19 20:48 usb-Generic_Flash_Disk_FFCAF3AE-0:0-part1 -> ../../sdb1
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/fuse /root/.cache/doc fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
/dev/loop0 /media/filesystem squashfs (ro,relatime)
/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)
=========================== 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 menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash --
label ubnentry0
menu label Start Linux Mint
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash --
label ubnentry1
menu label Start in compatibility mode
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa nomodeset b43.blacklist=yes ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
label ubnentry2
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed oem-config/enable=true only-ubiquity boot=casper quiet splash --
label ubnentry3
menu label Integrity check
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
label ubnentry4
menu label Memory test
kernel /casper/memtest
append initrd=/ubninit
label ubnentry5
menu label Boot from local drive
kernel /ubnkern
append initrd=/ubninit hd0
label ubnentry6
menu label Start Linux Mint 19.2 Cinnamon 64-bit
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
label ubnentry7
menu label Start Linux Mint 19.2 Cinnamon 64-bit (compatibility mode)
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
label ubnentry8
menu label Check the integrity of the medium
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sdb1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? ldlinux.c32 1
?? = ?? libcom32.c32 1
?? = ?? libutil.c32 1
?? = ?? menu.c32 1
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
ldlinux.c32 : not a COM32/COM32R module
libcom32.c32 : not a COM32/COM32R module
libutil.c32 : not a COM32/COM32R module
menu.c32 : not a COM32/COM32R module
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/23741/mountinfo) leaked on lvs invocation. Parent PID 30554: bash
File descriptor 63 (pipe:[115131]) leaked on lvs invocation. Parent PID 30554: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 20200419_2048 ===================
dpkg-query: no packages found matching boot-repair
boot-repair version :
dpkg-query: no packages found matching boot-sav
boot-sav version :
dpkg-query: no packages found matching boot-sav-extra
boot-sav-extra version :
dpkg-query: no packages found matching glade2script
glade2script version :
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:
=================== blkid:
/dev/sdb1: LABEL="cle" UUID="85F1-3C62" TYPE="vfat" PARTUUID="47985293-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/sda1: UUID="a04dd5f0-de68-45ee-b1ac-df43a6f939b4" TYPE="ext4" PARTUUID="a4cd5025-01"
ls /sys/firmware/efi/vars : prev-lang:kbd-7c436110-ab2a-4bbb-a880-fe41995c9f82,preferred-networks-36c28ab5-6566-4c50-9ebd-cbb920f83843,preferred-count-36c28ab5-6566-4c50-9ebd-cbb920f83843,new_var,lock_mch_s3-8be4df61-93ca-11d2-aa0d-00e098032b8c,gfx-saved-config-restore-status-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,fmm-computer-name-7c436110-ab2a-4bbb-a880-fe41995c9f82,epid_provisioned-8be4df61-93ca-11d2-aa0d-00e098032b8c,efi-boot-device-data-7c436110-ab2a-4bbb-a880-fe41995c9f82,efi-boot-device-7c436110-ab2a-4bbb-a880-fe41995c9f82,efi-apple-recovery-7c436110-ab2a-4bbb-a880-fe41995c9f82,efi-apple-payload0-data-7c436110-ab2a-4bbb-a880-fe41995c9f82,efi-apple-payload0-7c436110-ab2a-4bbb-a880-fe41995c9f82,del_var,boot-image-7c436110-ab2a-4bbb-a880-fe41995c9f82,boot-gamma-7c436110-ab2a-4bbb-a880-fe41995c9f82,backlight-level-7c436110-ab2a-4bbb-a880-fe41995c9f82,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,SystemAudioVolume-7c436110-ab2a-4bbb-a880-fe41995c9f82,SmcFlasherResult-7c436110-ab2a-4bbb-a880-fe41995c9f82,SetupDefaults-05299c28-3953-4a5f-b7d8-f6c6a7150b2a,Setup-4dfbbaab-1392-4fde-abb8-c41cc5ad7d5d,PreviousBoot-36d08fa7-cf0b-42f5-8f14-68df73ed3740,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemoryConfig-8be4df61-93ca-11d2-aa0d-00e098032b8c,MTC-eb704011-1402-11d3-8e77-00a0c969723b,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,FirmwareFeaturesMask-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,FirmwareFeatures-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootFFFF-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0082-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0081-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0080-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,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,AAPL,PathProperties0000-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,
Please report this message to boot.repair@gmail.com
=================== efibootmgr -v
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 0003,0002,0001,0000,0080
Boot0000* ubuntu HD(1,GPT,afbc78f2-9c9e-48ec-af23-16203a45a8f8,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0001* ubuntu HD(1,GPT,ebaf3986-b509-4a4d-be28-81685de61096,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0002* ubuntu HD(1,GPT,2211981f-7cc7-4145-a806-72f501db5dc5,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0003* ubuntu HD(1,GPT,deacdc79-1523-4cf0-a8a4-d4b2c0f77665,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0080* Mac OS X PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)/HD(2,GPT,aa22e99c-9b88-41a8-9d9b-e9a09d4525eb,0x64028,0x6f66090)
Boot0081* Mac OS X PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)/HD(1,GPT,e0c8096e-12c5-457c-8c7c-a40b69bee779,0x28,0x64000)/File(EFIAPPLEFIRMWARESmcFlasher.efi)-.w.v. .-.L.o.a.d.A.p.p. .e.f.i.-.a.p.p.l.e.-.p.a.y.l.o.a.d.0.-.d.a.t.a...
Boot0082* PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)/HD(2,GPT,aa22e99c-9b88-41a8-9d9b-e9a09d4525eb,0x64028,0x6f66090)
BootFFFF* PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)/HD(2,GPT,aa22e99c-9b88-41a8-9d9b-e9a09d4525eb,0x64028,0x6f66090)/File(SystemLibraryCoreServicesboot.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, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, notbiosboot, /mnt/boot-sav/sda1.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, no-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:60.7GB:scsi:512:512:msdos:ATA APPLE SSD TS064C:;
1:1049kB:60.7GB:60.7GB:ext4::boot;
BYT;
/dev/sdb:4028MB:scsi:512:512:msdos:Generic Flash Disk:;
1:1049kB:4028MB:4027MB:fat32::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
loop1 loop squashfs 70.1M
loop2 loop squashfs 36M
loop3 loop squashfs 27.4M
sda disk 56.5G
sda1 part ext4 56.5G
sdb disk 3.8G
sdb1 part vfat 3.8G cle
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /media/filesystem
loop1 1 1 0
loop2 1 1 0 /media/region.lower
loop3 1 1 0 /media/rack.lower
sda 0 0 0 running
sda1 0 0 0 /mnt/boot-sav/sda1
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=920508k,nr_inodes=230127,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=188344k,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=//installer.squashfs://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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
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/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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15004)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
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)
/dev/loop0 on /media/filesystem type squashfs (ro,relatime)
/cdrom/casper/maas/maas-region.squashfs on /media/region.lower type squashfs (ro,relatime)
/cdrom/casper/maas/maas-rack.squashfs on /media/rack.lower type squashfs (ro,relatime)
overlay on /media/rack type overlay (ro,relatime,lowerdir=/media/rack.lower:/media/filesystem)
overlay on /media/region type overlay (ro,relatime,lowerdir=/media/region.lower:/media/rack.lower:/media/filesystem)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=188340k,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/fuse on /root/.cache/doc type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
/dev/sda1 on /mnt/boot-sav/sda1 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 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 drm_dp_aux3 ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 iio:device0 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout 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 899M 0 899M 0% /dev
tmpfs tmpfs 184M 1.5M 183M 1% /run
/dev/sdb1 vfat 3.8G 2.8G 993M 75% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 920M 279M 641M 31% /
tmpfs tmpfs 920M 71M 850M 8% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 920M 0 920M 0% /sys/fs/cgroup
tmpfs tmpfs 920M 56K 920M 1% /tmp
/dev/loop2 squashfs 36M 36M 0 100% /media/region.lower
/dev/loop3 squashfs 28M 28M 0 100% /media/rack.lower
overlay overlay 28M 28M 0 100% /media/rack
overlay overlay 36M 36M 0 100% /media/region
tmpfs tmpfs 184M 36K 184M 1% /run/user/999
/dev/sda1 ext4 56G 52M 53G 1% /mnt/boot-sav/sda1
=================== 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/loop1: 70.1 MiB, 73531392 bytes, 143616 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: 36 MiB, 37707776 bytes, 73648 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: 27.4 MiB, 28717056 bytes, 56088 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: 56.5 GiB, 60666413056 bytes, 118489088 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: 0xa4cd5025
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 118489087 118487040 56.5G 83 Linux
Disk /dev/sdb: 3.8 GiB, 4027580416 bytes, 7866368 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: 0x47985293
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 7866367 7864320 3.8G 83 Linux
No OS or WinEFI system
=================== Recommended repair
The default repair of the Boot-Repair utility will not act on the boot.
pastebinit packages needed
Gtk-Message: 20:48:33.442: GtkDialog mapped without a transient parent. This is discouraged.
ESET@_progressbar1.pulse()
: The repository 'cdrom://Linux Mint 19.2 _Tina_ - Release amd64 20190729 bionic Release' does not have a Release file.
E: The repository 'cdrom://Linux Mint 19.2 _Tina_ - Release amd64 20190729 focal Release' does not have a Release file.
E: The repository 'cdrom://Linux Mint 19.2 _Tina_ - Release amd64 20190729 xenial Release' does not have a Release file.
Could not install pastebinit
Please install the [pastebinit ] packages. Then try again.
Gtk-Message: 20:49:11.262: GtkDialog mapped without a transient parent. This is discouraged.