Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
- ============================= Boot Info Summary: ===============================
- => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
- the same hard drive for core.img. core.img is at this location and looks
- for (,msdos1)/grub. It also embeds following components:
- modules
- ---------------------------------------------------------------------------
- fshelp ext2 part_msdos biosdisk
- ---------------------------------------------------------------------------
- sda1: __________________________________________________________________________
- File system: ext2
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files: /grub/menu.lst /grub/grub.cfg /grub/i386-pc/core.img
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 16 GiB, 17179869184 bytes, 33554432 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 33,554,398 33,552,351 83 Linux
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/loop0 squashfs
- /dev/sda1 32110161-9557-4e7a-82a1-1529e809888f ext2
- /dev/sr0 2017-10-29-00-56-18-00 iso9660 Boot-Repair-Disk 64bit
- /dev/zram0 4c0ec0ef-249a-4971-a320-8ee291c5083c swap
- /dev/zram1 3e8202a8-2686-426d-ac5a-a48b93d9a80d swap
- /dev/zram2 c4ef710e-ce14-46a1-b57a-a0614c6d195f swap
- /dev/zram3 ee1fbe77-d0c0-49d9-9a28-719ec8bbe75c swap
- ========================= "ls -l /dev/disk/by-id" output: ======================
- total 0
- lrwxrwxrwx 1 root root 9 May 19 23:43 ata-VMware_Virtual_SATA_CDRW_Drive_00000000000000000001 -> ../../sr0
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/loop0 /rofs squashfs (ro,noatime)
- /dev/sr0 /cdrom iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
- ============================= sda1/grub/menu.lst: ==============================
- --------------------------------------------------------------------------------
- # menu.lst - See: grub(8), info grub, update-grub(8)
- # grub-install(8), grub-floppy(8),
- # grub-md5-crypt, /usr/share/doc/grub
- # and /usr/share/doc/grub-legacy-doc/.
- ## default num
- # Set the default entry to the entry number NUM. Numbering starts from 0, and
- # the entry number 0 is the default if the command is not used.
- #
- # You can specify 'saved' instead of a number. In this case, the default entry
- # is the entry saved with the command 'savedefault'.
- # WARNING: If you are using dmraid do not use 'savedefault' or your
- # array will desync and will not let you boot your system.
- default 0
- ## timeout sec
- # Set a timeout, in SEC seconds, before automatically booting the default entry
- # (normally the first entry defined).
- # on ec2, with no console access, there is no reason for a timeout. set to 0.
- timeout 0
- ## hiddenmenu
- # Hides the menu by default (press ESC to see the menu)
- hiddenmenu
- # Pretty colours
- #color cyan/blue white/blue
- ## password ['--md5'] passwd
- # If used in the first section of a menu file, disable all interactive editing
- # control (menu entry editor and command-line) and entries protected by the
- # command 'lock'
- # e.g. password topsecret
- # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
- # password topsecret
- #
- # examples
- #
- # title Windows 95/98/NT/2000
- # root (hd0,0)
- # makeactive
- # chainloader +1
- #
- # title Linux
- # root (hd0,1)
- # kernel /vmlinuz root=/dev/hda2 ro
- #
- #
- # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
- ### BEGIN AUTOMAGIC KERNELS LIST
- ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
- ## by the debian update-grub script except for the default options below
- ## DO NOT UNCOMMENT THEM, Just edit them to your needs
- ## ## Start Default Options ##
- ## default kernel options
- ## default kernel options for automagic boot options
- ## If you want special options for specific kernels use kopt_x_y_z
- ## where x.y.z is kernel version. Minor versions can be omitted.
- ## e.g. kopt=root=/dev/hda1 ro
- ## kopt_2_6_8=root=/dev/hdc1 ro
- ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
- # kopt=root=/dev/mapper/AH--NOC--SCR01--vg-root ro
- ## default grub root device
- ## e.g. groot=(hd0)
- # groot=(hd0)
- ## should update-grub create alternative automagic boot options
- ## e.g. alternative=true
- ## alternative=false
- # alternative=true
- ## should update-grub lock alternative automagic boot options
- ## e.g. lockalternative=true
- ## lockalternative=false
- # lockalternative=false
- ## additional options to use with the default boot option, but not with the
- ## alternatives
- ## e.g. defoptions=vga=791 resume=/dev/hda5
- # defoptions=console=hvc0
- ## should update-grub lock old automagic boot options
- ## e.g. lockold=false
- ## lockold=true
- # lockold=false
- ## Xen hypervisor options to use with the default Xen boot option
- # xenhopt=
- ## Xen Linux kernel options to use with the default Xen boot option
- # xenkopt=console=tty0
- ## altoption boot targets option
- ## multiple altoptions lines are allowed
- ## e.g. altoptions=(extra menu suffix) extra boot options
- ## altoptions=(recovery) single
- # altoptions=(recovery mode) single
- ## controls how many kernels should be put into the menu.lst
- ## only counts the first occurence of a kernel, not the
- ## alternative kernel options
- ## e.g. howmany=all
- ## howmany=7
- # howmany=all
- ## specify if running in Xen domU or have grub detect automatically
- ## update-grub will ignore non-xen kernels when running in domU and vice versa
- ## e.g. indomU=detect
- ## indomU=true
- ## indomU=false
- # indomU=true
- ## should update-grub create memtest86 boot option
- ## e.g. memtest86=true
- ## memtest86=false
- # memtest86=true
- ## should update-grub adjust the value of the default booted system
- ## can be true or false
- # updatedefaultentry=false
- ## should update-grub add savedefault to the default options
- ## can be true or false
- # savedefault=false
- ## ## End Default Options ##
- title Ubuntu 18.04.2 LTS, kernel 4.15.0-45-generic
- root (hd0)
- kernel /vmlinuz-4.15.0-45-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro console=hvc0
- initrd /initrd.img-4.15.0-45-generic
- title Ubuntu 18.04.2 LTS, kernel 4.15.0-45-generic (recovery mode)
- root (hd0)
- kernel /vmlinuz-4.15.0-45-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro single
- initrd /initrd.img-4.15.0-45-generic
- title Ubuntu 18.04.2 LTS, kernel 4.4.0-92-generic
- root (hd0)
- kernel /vmlinuz-4.4.0-92-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro console=hvc0
- initrd /initrd.img-4.4.0-92-generic
- title Ubuntu 18.04.2 LTS, kernel 4.4.0-92-generic (recovery mode)
- root (hd0)
- kernel /vmlinuz-4.4.0-92-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro single
- initrd /initrd.img-4.4.0-92-generic
- ### END DEBIAN AUTOMAGIC KERNELS LIST
- --------------------------------------------------------------------------------
- ============================= sda1/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 lvm
- insmod ext2
- set root='lvmid/6dEjH4-HS60-Rt86-36PE-xv0t-aRvt-2gOyuf/jM2oN0-Rdpv-JEZf-53iy-8x7h-OMhG-JiaQvo'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint='lvmid/6dEjH4-HS60-Rt86-36PE-xv0t-aRvt-2gOyuf/jM2oN0-Rdpv-JEZf-53iy-8x7h-OMhG-JiaQvo' 776370b7-4345-41a0-9d89-859342fd6567
- else
- search --no-floppy --fs-uuid --set=root 776370b7-4345-41a0-9d89-859342fd6567
- 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=en_NZ
- 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=2
- # Fallback hidden-timeout code in case the timeout_style feature is
- # unavailable.
- elif sleep --interruptible 2 ; 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-776370b7-4345-41a0-9d89-859342fd6567' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 32110161-9557-4e7a-82a1-1529e809888f
- else
- search --no-floppy --fs-uuid --set=root 32110161-9557-4e7a-82a1-1529e809888f
- fi
- linux /vmlinuz-4.15.0-45-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro
- initrd /initrd.img-4.15.0-45-generic
- }
- submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-776370b7-4345-41a0-9d89-859342fd6567' {
- menuentry 'Ubuntu, with Linux 4.15.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-45-generic-advanced-776370b7-4345-41a0-9d89-859342fd6567' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 32110161-9557-4e7a-82a1-1529e809888f
- else
- search --no-floppy --fs-uuid --set=root 32110161-9557-4e7a-82a1-1529e809888f
- fi
- echo 'Loading Linux 4.15.0-45-generic ...'
- linux /vmlinuz-4.15.0-45-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-4.15.0-45-generic
- }
- menuentry 'Ubuntu, with Linux 4.15.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-45-generic-recovery-776370b7-4345-41a0-9d89-859342fd6567' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 32110161-9557-4e7a-82a1-1529e809888f
- else
- search --no-floppy --fs-uuid --set=root 32110161-9557-4e7a-82a1-1529e809888f
- fi
- echo 'Loading Linux 4.15.0-45-generic ...'
- linux /vmlinuz-4.15.0-45-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-4.15.0-45-generic
- }
- menuentry 'Ubuntu, with Linux 4.4.0-92-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-92-generic-advanced-776370b7-4345-41a0-9d89-859342fd6567' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 32110161-9557-4e7a-82a1-1529e809888f
- else
- search --no-floppy --fs-uuid --set=root 32110161-9557-4e7a-82a1-1529e809888f
- fi
- echo 'Loading Linux 4.4.0-92-generic ...'
- linux /vmlinuz-4.4.0-92-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-4.4.0-92-generic
- }
- menuentry 'Ubuntu, with Linux 4.4.0-92-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-92-generic-recovery-776370b7-4345-41a0-9d89-859342fd6567' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 32110161-9557-4e7a-82a1-1529e809888f
- else
- search --no-floppy --fs-uuid --set=root 32110161-9557-4e7a-82a1-1529e809888f
- fi
- echo 'Loading Linux 4.4.0-92-generic ...'
- linux /vmlinuz-4.4.0-92-generic root=/dev/mapper/AH--NOC--SCR01--vg-root ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-4.4.0-92-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/30_os-prober ###
- ### END /etc/grub.d/30_os-prober ###
- ### BEGIN /etc/grub.d/30_uefi-firmware ###
- ### END /etc/grub.d/30_uefi-firmware ###
- ### BEGIN /etc/grub.d/40_custom ###
- # This file provides an easy way to add custom menu entries. Simply type the
- # menu entries you want to add after this comment. Be careful not to change
- # the 'exec tail' line above.
- ### END /etc/grub.d/40_custom ###
- ### BEGIN /etc/grub.d/41_custom ###
- if [ -f ${config_directory}/custom.cfg ]; then
- source ${config_directory}/custom.cfg
- elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
- source $prefix/custom.cfg;
- fi
- ### END /etc/grub.d/41_custom ###
- --------------------------------------------------------------------------------
- =================== sda1: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- 0.317333221 = 0.340733952 grub/menu.lst 1
- 0.317341805 = 0.340743168 grub/grub.cfg 1
- 0.337213516 = 0.362080256 grub/i386-pc/core.img 2
- 0.329002380 = 0.353263616 vmlinuz-4.15.0-45-generic 9
- 0.315018654 = 0.338248704 vmlinuz-4.4.0-92-generic 9
- 0.301012039 = 0.323209216 initrd.img-4.15.0-45-generic 17
- 0.476440430 = 0.511574016 initrd.img-4.4.0-92-generic 17
- ADDITIONAL INFORMATION :
- =================== log of boot-repair 20200519_2343 ===================
- boot-repair version : 4ppa62
- boot-sav version : 4ppa62
- boot-sav-extra version : 4ppa62
- glade2script version : 3.2.3~ppa4
- Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
- Error: Invalid partition table - recursive partition on /dev/sr0.
- boot-repair is executed in live-session (Boot-Repair-Disk 64bit 1oct2017, zesty, Ubuntu, x86_64)
- CPU op-mode(s): 32-bit, 64-bit
- file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
- ls: cannot access '/home/usr/.config': No such file or directory
- =================== os-prober:
- =================== blkid:
- /dev/sda1: UUID="32110161-9557-4e7a-82a1-1529e809888f" TYPE="ext2" PARTUUID="e06890a4-01"
- /dev/sr0: UUID="2017-10-29-00-56-18-00" LABEL="Boot-Repair-Disk 64bit" TYPE="iso9660" PTUUID="6b8b4567" PTTYPE="dos"
- /dev/loop0: TYPE="squashfs"
- /dev/zram0: UUID="4c0ec0ef-249a-4971-a320-8ee291c5083c" TYPE="swap"
- /dev/zram1: UUID="3e8202a8-2686-426d-ac5a-a48b93d9a80d" TYPE="swap"
- /dev/zram2: UUID="c4ef710e-ce14-46a1-b57a-a0614c6d195f" TYPE="swap"
- /dev/zram3: UUID="ee1fbe77-d0c0-49d9-9a28-719ec8bbe75c" TYPE="swap"
- =================== sda1recordfail=1/grub/grubenv :
- recordfail=1
- /mnt/boot-sav/sda1/grub/menu.lst detected
- =================== UEFI/Legacy mode:
- This live-session is not in EFI-mode.
- SecureBoot maybe enabled.
- =================== PARTITIONS & DISKS:
- sda1 : sda, is-sepboot, grubenv-ng 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:17.2GB:scsi:512:512:msdos:VMware Virtual disk:;
- 1:1049kB:17.2GB:17.2GB:ext2::boot;
- BYT;
- /dev/zram3:2103MB:unknown:4096:4096:loop:Unknown:;
- 1:0.00B:2103MB:2103MB:linux-swap(v1)::;
- BYT;
- /dev/zram1:2103MB:unknown:4096:4096:loop:Unknown:;
- 1:0.00B:2103MB:2103MB:linux-swap(v1)::;
- BYT;
- /dev/sr0:742MB:scsi:2048:2048:unknown:NECVMWar VMware SATA CD00:;
- BYT;
- /dev/zram2:2103MB:unknown:4096:4096:loop:Unknown:;
- 1:0.00B:2103MB:2103MB:linux-swap(v1)::;
- BYT;
- /dev/zram0:2103MB:unknown:4096:4096:loop:Unknown:;
- 1:0.00B:2103MB:2103MB:linux-swap(v1)::;
- =================== lsblk:
- KNAME TYPE FSTYPE SIZE LABEL
- loop0 loop squashfs 629.3M
- sda disk 16G
- sda1 part ext2 16G
- sr0 rom iso9660 708M Boot-Repair-Disk 64bit
- zram0 disk 2G
- zram1 disk 2G
- zram2 disk 2G
- zram3 disk 2G
- KNAME ROTA RO RM STATE MOUNTPOINT
- loop0 1 1 0 /rofs
- sda 1 0 0 running
- sda1 1 0 0 /mnt/boot-sav/sda1
- sr0 1 0 1 running /cdrom
- zram0 0 0 0 [SWAP]
- zram1 0 0 0 [SWAP]
- zram2 0 0 0 [SWAP]
- zram3 0 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=8187532k,nr_inodes=2046883,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=1642944k,mode=755)
- /dev/sr0 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)
- 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/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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
- cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
- cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
- cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
- cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
- cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
- 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)
- systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14223)
- mqueue on /dev/mqueue type mqueue (rw,relatime)
- debugfs on /sys/kernel/debug type debugfs (rw,relatime)
- hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
- fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
- configfs on /sys/kernel/config type configfs (rw,relatime)
- tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
- tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1642940k,mode=700,uid=999,gid=999)
- gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
- /dev/sda1 on /mnt/boot-sav/sda1 type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl)
- =================== ls:
- /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 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 holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
- /dev (filtered): agpgart autofs block bsg btrfs-control cdrom cdrw char console core cpu_dma_latency cuse disk dri dvd ecryptfs fb0 fd full fuse hpet hugepages hwrng initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net vhost-vsock vmci zero
- ls /dev/mapper: control
- =================== df -Th:
- Filesystem Type Size Used Avail Use% Mounted on
- udev devtmpfs 7.9G 0 7.9G 0% /dev
- tmpfs tmpfs 1.6G 9.3M 1.6G 1% /run
- /dev/sr0 iso9660 708M 708M 0 100% /cdrom
- /dev/loop0 squashfs 630M 630M 0 100% /rofs
- /cow overlay 7.9G 5.0M 7.9G 1% /
- tmpfs tmpfs 7.9G 0 7.9G 0% /dev/shm
- tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
- tmpfs tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
- tmpfs tmpfs 7.9G 4.0K 7.9G 1% /tmp
- tmpfs tmpfs 1.6G 4.0K 1.6G 1% /run/user/999
- /dev/sda1 ext2 472M 131M 317M 30% /mnt/boot-sav/sda1
- =================== fdisk -l:
- Disk /dev/loop0: 629.3 MiB, 659873792 bytes, 1288816 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: 16 GiB, 17179869184 bytes, 33554432 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: 0xe06890a4
- Device Boot Start End Sectors Size Id Type
- /dev/sda1 * 2048 33554398 33552351 16G 83 Linux
- Disk /dev/zram0: 2 GiB, 2102968320 bytes, 513420 sectors
- Units: sectors of 1 * 4096 = 4096 bytes
- Sector size (logical/physical): 4096 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disk /dev/zram1: 2 GiB, 2102968320 bytes, 513420 sectors
- Units: sectors of 1 * 4096 = 4096 bytes
- Sector size (logical/physical): 4096 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disk /dev/zram2: 2 GiB, 2102968320 bytes, 513420 sectors
- Units: sectors of 1 * 4096 = 4096 bytes
- Sector size (logical/physical): 4096 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disk /dev/zram3: 2 GiB, 2102968320 bytes, 513420 sectors
- Units: sectors of 1 * 4096 = 4096 bytes
- Sector size (logical/physical): 4096 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- No OS or WinEFI system
- ** (zenity:6338): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
- Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
- /boot detected. Please check the options.
- ping: google.com: Temporary failure in name resolution
- =================== Recommended repair
- The default repair of the Boot-Repair utility will not act on the boot.
Add Comment
Please, Sign In to add comment