Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
============================= 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)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Syslinux MBR (4.04-4.07) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 2454914 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/syslinux.cfg
/casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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 1,937,385,471 1,937,383,424 83 Linux
/dev/sda2 1,937,387,518 1,953,523,711 16,136,194 5 Extended
/dev/sda5 1,937,387,520 1,953,523,711 16,136,192 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 14.5 GiB, 15518924800 bytes, 30310400 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 30,310,399 30,308,352 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 dd5495a3-63b0-40f5-b0e6-909044b6372a ext4
/dev/sda5 9c1894d2-4809-4bef-b6a7-7a4addf2f036 swap
/dev/sdb1 F185-0CDC vfat
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 Aug 17 13:49 usb-Intenso_Rainbow_Line_13122000009020-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 17 13:49 usb-Intenso_Rainbow_Line_13122000009020-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Aug 17 13:49 wwn-0x5000c5006d1e5e28 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 17 13:49 wwn-0x5000c5006d1e5e28-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 17 13:49 wwn-0x5000c5006d1e5e28-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 17 13:49 wwn-0x5000c5006d1e5e28-part5 -> ../../sda5
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda1/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,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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
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_US
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=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
fi
linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.4.0-34-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
menuentry 'Ubuntu, with Linux 4.4.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-advanced-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
fi
echo 'Loading Linux 4.4.0-34-generic ...'
linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-34-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-34-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-init-upstart-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
fi
echo 'Loading Linux 4.4.0-34-generic ...'
linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-34-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-recovery-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
fi
echo 'Loading Linux 4.4.0-34-generic ...'
linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-34-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
fi
echo 'Loading Linux 4.4.0-21-generic ...'
linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-21-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
fi
echo 'Loading Linux 4.4.0-21-generic ...'
linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-21-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
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 dd5495a3-63b0-40f5-b0e6-909044b6372a
else
search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
fi
echo 'Loading Linux 4.4.0-21-generic ...'
linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-21-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+ ###
### 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 ###
--------------------------------------------------------------------------------
=============================== sda1/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/sda1 during installation
UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=9c1894d2-4809-4bef-b6a7-7a4addf2f036 none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
822.287101746 = 882.924052480 boot/grub/grub.cfg 1
1.058288574 = 1.136328704 boot/vmlinuz-4.4.0-21-generic 2
556.140193939 = 597.150986240 boot/vmlinuz-4.4.0-21-generic.efi.signed 1
2.320037842 = 2.491121664 boot/vmlinuz-4.4.0-34-generic 1
2.562225342 = 2.751168512 boot/vmlinuz-4.4.0-34-generic.efi.signed 1
1.058288574 = 1.136328704 vmlinuz 2
2.665035248 = 2.861559808 boot/initrd.img-4.4.0-21-generic 2
2.555660248 = 2.744119296 boot/initrd.img-4.4.0-34-generic 2
2.665035248 = 2.861559808 initrd.img 2
2.665035248 = 2.861559808 initrd.img.old 2
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Xubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Xubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash ---
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
========================= sdb1/syslinux/syslinux.cfg: ==========================
--------------------------------------------------------------------------------
# D-I config version 2.0
# search path for the c32 support libraries (libcom32, libutil etc.)
path
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------
=================== 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/syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? syslinux/chain.c32 1
?? = ?? syslinux/gfxboot.c32 1
?? = ?? syslinux/ldlinux.c32 1
?? = ?? syslinux/libcom32.c32 1
?? = ?? syslinux/libutil.c32 1
?? = ?? syslinux/vesamenu.c32 1
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
syslinux/chain.c32 : not a COM32/COM32R module
syslinux/gfxboot.c32 : not a COM32/COM32R module
syslinux/ldlinux.c32 : not a COM32/COM32R module
syslinux/libcom32.c32 : not a COM32/COM32R module
syslinux/libutil.c32 : not a COM32/COM32R module
syslinux/vesamenu.c32 : not a COM32/COM32R module
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/11151/mounts) leaked on lvs invocation. Parent PID 17306: bash
File descriptor 63 (pipe:[50995]) leaked on lvs invocation. Parent PID 17306: bash
ADDITIONAL INFORMATION :
=================== log of boot-info 2016-08-17__13h49 ===================
boot-info version : 4ppa38
boot-sav version : 4ppa38
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa38
boot-info is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
Partition 2 does not start on physical sector boundary.
=================== os-prober:
/dev/sda1:Ubuntu 16.04 LTS (16.04):Ubuntu:linux
=================== blkid:
/dev/sda1: UUID="dd5495a3-63b0-40f5-b0e6-909044b6372a" TYPE="ext4" PARTUUID="00060b5a-01"
/dev/sdb1: UUID="F185-0CDC" TYPE="vfat" PARTUUID="00003a3e-01"
/dev/loop0: TYPE="squashfs"
/dev/sda5: UUID="9c1894d2-4809-4bef-b6a7-7a4addf2f036" TYPE="swap" PARTUUID="00060b5a-05"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Partition 2 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.
=================== sda1/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Aug 17 13:36 grub.d
total 76
-rwxr-xr-x 1 root root 9791 Apr 15 22:00 00_header
-rwxr-xr-x 1 root root 6258 Mar 15 18:08 05_debian_theme
-rwxr-xr-x 1 root root 12261 Apr 15 22:00 10_linux
-rwxr-xr-x 1 root root 11082 Apr 15 22:00 20_linux_xen
-rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 Apr 15 22:00 30_os-prober
-rwxr-xr-x 1 root root 1418 Apr 15 22:00 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Apr 15 22:00 40_custom
-rwxr-xr-x 1 root root 216 Apr 15 22:00 41_custom
-rw-r--r-- 1 root root 483 Apr 15 22:00 README
=================== sda1/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"
ls /sys/firmware/efi/vars : WdtPersistentData-78ce2354-cfbc-4643-aeba-07a27fa892bf,UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevValid-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,TxtFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,TdtAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e076,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,StageChk-8f132913-6907-4192-a227-6cbcd7a50e6c,SetupSnbPpmFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupAmtFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-80e1202e-2697-4264-9cc9-80762c3e5863,ScramblerBaseSeed-87f22dcb-7304-4105-bb7c-317143ccc23b,SbAslBufferPtrVar-01f33c25-764d-43ea-aeea-6b5a41f3f3e8,SaPegData-c4975200-64f1-4fb6-9773-f6a9f89d985e,S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84,Q_ASR_QUICKON-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0604_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0604_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PetAlertCfg-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,OemCpuData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,OA3MSDMvariable-8be4df61-93ca-11d2-aa0d-00e098032b8c,NvRamSpdMap-717fc150-abd9-4614-8015-0b3323eab95c,new_var,NetworkStackVar-d1405d16-7afc-4695-bb12-41459d3695a2,NetConfigData-8f132913-6907-4192-a227-6cbcd7a50e6c,NBPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MrcS3Resume-87f22dcb-7304-4105-bb7c-317143ccc23b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,MeBiosExtensionSetup-1bad711c-d451-4241-b1f3-8537812e0c70,MacAddrVar-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,LoadSetupDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,IccAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e077,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HiiDB-1b838190-4625-4ead-abc9-cd5e6af18fe0,HddInfo4_InitStrings_HiiHandle-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HddBootDev-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GoodNightLed-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GnvsAreaVar-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15,del_var,DefaultLegacyDevOrder-3c4ead08-45ae-4315-8d15-a60eaa8caf69,DefaultBootOrder-45cf35f6-0d6e-4d04-856a-0370a5b16f53,ConsoleLock-368cda0d-cf31-4b9b-8cf6-e7d1bfff157e,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,CaseOpenVsSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot_Last_Device-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BootFlow-ef152fb4-7b2f-427d-bdb4-7e0a05826e64,Boot_Dev_name-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,ASR_USER_DEF_VER-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ASR_USER_DEF_TSE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ASR_TIMERSMI-2781600e-9df9-4ef8-a5a4-66501ae55c41,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,AcpiAslPtr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,AAFTaddr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,
=================== efibootmgr -v
BootCurrent: 0003
Timeout: 1 seconds
BootOrder: 0001,0002,0003
Boot0001* Hard Drive BBS(HD,,0x0)AMGOAMNO........o.S.T.1.0.0.0.D.M.0.0.3.-.1.C.H.1.6.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .1.S.G.D.S.A.S.V......AMBO
Boot0002* USB BBS(USB,,0x0)AMGOAMNO........{.I.n.t.e.n.s.o. .R.a.i.n.b.o.w. .L.i.n.e. .8...0.7....................A.............................H..Gd-.;.A..MQ..L.I.n.t.e.n.s.o. .R.a.i.n.b.o.w. .L.i.n.e. .8...0.7......AMBO
Boot0003* UEFI: Intenso Rainbow Line 8.07 PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(1,0)/HD(1,MBR,0x62,0x800,0x1ce7800)AMBO
=================== 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
[email protected])
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, no-grubenv grub2, signed grub-efi , 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, /mnt/boot-sav/sda1.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA ST1000DM003-1CH1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 992GB 992GB primary ext4
2 992GB 1000GB 8262MB extended
5 992GB 1000GB 8262MB logical linux-swap(v1)
Model: Intenso Rainbow Line (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 15.5GB 15.5GB primary fat32 boot
=================== parted -lm:
BYT;
/dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000DM003-1CH1:;
1:1049kB:992GB:992GB:ext4::;
2:992GB:1000GB:8262MB:::;
5:992GB:1000GB:8262MB:linux-swap(v1)::;
BYT;
/dev/sdb:15.5GB:scsi:512:512:msdos:Intenso Rainbow Line:;
1:1049kB:15.5GB:15.5GB:fat32::boot;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 931.5G
sda1 part ext4 923.8G
sda2 part 1K
sda5 part swap 7.7G
sdb disk 14.5G
sdb1 part vfat 14.5G
loop0 loop squashfs 1.1G
KNAME ROTA RO RM STATE MOUNTPOINT
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda2 1 0 0
sda5 1 0 0 [SWAP]
sdb 1 0 1 running
sdb1 1 0 1 /cdrom
loop0 1 1 0 /rofs
=================== 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=3915176k,nr_inodes=978794,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=785992k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
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)
tracefs on /sys/kernel/debug/tracing type tracefs (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=785992k,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 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 holders inflight integrity power queue range removable ro sda1 sda2 sda5 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 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 ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm lightnvm log lp0 mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net watchdog watchdog0 zero
ls /dev/mapper: control
Partition 2 does not start on physical sector boundary.
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs tmpfs 768M 9.4M 759M 2% /run
/dev/sdb1 vfat 15G 2.2G 13G 15% /cdrom
/dev/loop0 squashfs 1.2G 1.2G 0 100% /rofs
/cow overlay 3.8G 236M 3.6G 7% /
tmpfs tmpfs 3.8G 164K 3.8G 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
tmpfs tmpfs 3.8G 180K 3.8G 1% /tmp
tmpfs tmpfs 768M 40K 768M 1% /run/user/999
/dev/sda1 ext4 910G 4.2G 859G 1% /mnt/boot-sav/sda1
=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 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/ram1: 64 MiB, 67108864 bytes, 131072 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/ram2: 64 MiB, 67108864 bytes, 131072 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/ram3: 64 MiB, 67108864 bytes, 131072 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/ram4: 64 MiB, 67108864 bytes, 131072 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/ram5: 64 MiB, 67108864 bytes, 131072 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/ram6: 64 MiB, 67108864 bytes, 131072 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/ram7: 64 MiB, 67108864 bytes, 131072 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/ram8: 64 MiB, 67108864 bytes, 131072 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/ram9: 64 MiB, 67108864 bytes, 131072 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/ram10: 64 MiB, 67108864 bytes, 131072 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/ram11: 64 MiB, 67108864 bytes, 131072 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/ram12: 64 MiB, 67108864 bytes, 131072 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/ram13: 64 MiB, 67108864 bytes, 131072 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/ram14: 64 MiB, 67108864 bytes, 131072 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/ram15: 64 MiB, 67108864 bytes, 131072 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/loop0: 1.1 GiB, 1189208064 bytes, 2322672 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: 931.5 GiB, 1000204886016 bytes, 1953525168 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: 0x00060b5a
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 1937385471 1937383424 923.8G 83 Linux
/dev/sda2 1937387518 1953523711 16136194 7.7G 5 Extended
/dev/sda5 1937387520 1953523711 16136192 7.7G 82 Linux swap / Solaris
Disk /dev/sdb: 14.5 GiB, 15518924800 bytes, 30310400 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: 0x00003a3e
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 30310399 30308352 14.5G 83 Linux
=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub2 of sda1 into the MBR of sda.
The boot flag would be placed on sda1.
Additional repair would be performed: unhide-bootmenu-10s
=================== Advice in case of suggested repair
The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
Do you want to continue?
=================== User settings
The settings chosen by the user will not act on the boot.
paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2