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)/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.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.07 2013-07-25
Boot sector info: Syslinux looks at sector 3176530 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the /uui
directory. No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /casper/vmlinuz.efi
/EFI/BOOT/grubx64.efi
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 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 304,717,823 304,715,776 83 Linux
/dev/sda2 304,719,870 312,580,095 7,860,226 5 Extended
/dev/sda5 304,719,872 312,580,095 7,860,224 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 7.5 GiB, 7990149120 bytes, 15605760 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 15,605,759 15,603,712 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 e8588c04-5a01-4f0a-8d28-2130566540c3 ext4
/dev/sda5 29d24945-db78-4de0-9810-9f114fbd775b swap
/dev/sdb1 1D13-154C vfat UUI
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Nov 25 07:44 ata-TOSHIBA_MK1637GSX_97M8T45JT -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 25 07:44 ata-TOSHIBA_MK1637GSX_97M8T45JT-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 25 07:44 ata-TOSHIBA_MK1637GSX_97M8T45JT-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 25 07:44 ata-TOSHIBA_MK1637GSX_97M8T45JT-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 Nov 25 07:40 usb-USB_Flash_Disk_CCYYMMDDHHmmSSO6BSLX-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 25 07:44 usb-USB_Flash_Disk_CCYYMMDDHHmmSSO6BSLX-0:0-part1 -> ../../sdb1
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
=========================== 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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
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=ru_RU
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=10
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
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 60,59,55; then
clear
fi
color_normal=light-gray/black
if [ -e ${prefix}/themes/ubuntu-mate/theme.txt ]; then
insmod png
theme=${prefix}/themes/ubuntu-mate/theme.txt
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=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-e8588c04-5a01-4f0a-8d28-2130566540c3' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
linux /boot/vmlinuz-4.10.0-38-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.10.0-38-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-e8588c04-5a01-4f0a-8d28-2130566540c3' {
menuentry 'Ubuntu, with Linux 4.10.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-38-generic-advanced-e8588c04-5a01-4f0a-8d28-2130566540c3' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
echo 'Loading Linux 4.10.0-38-generic ...'
linux /boot/vmlinuz-4.10.0-38-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.10.0-38-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-38-generic-recovery-e8588c04-5a01-4f0a-8d28-2130566540c3' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
echo 'Loading Linux 4.10.0-38-generic ...'
linux /boot/vmlinuz-4.10.0-38-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.10.0-38-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-advanced-e8588c04-5a01-4f0a-8d28-2130566540c3' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
echo 'Loading Linux 4.10.0-28-generic ...'
linux /boot/vmlinuz-4.10.0-28-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.10.0-28-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-recovery-e8588c04-5a01-4f0a-8d28-2130566540c3' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
echo 'Loading Linux 4.10.0-28-generic ...'
linux /boot/vmlinuz-4.10.0-28-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.10.0-28-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-98-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-98-generic-advanced-e8588c04-5a01-4f0a-8d28-2130566540c3' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
echo 'Loading Linux 4.4.0-98-generic ...'
linux /boot/vmlinuz-4.4.0-98-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-98-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-98-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-98-generic-recovery-e8588c04-5a01-4f0a-8d28-2130566540c3' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
echo 'Loading Linux 4.4.0-98-generic ...'
linux /boot/vmlinuz-4.4.0-98-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.4.0-98-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,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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
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 e8588c04-5a01-4f0a-8d28-2130566540c3
else
search --no-floppy --fs-uuid --set=root e8588c04-5a01-4f0a-8d28-2130566540c3
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== 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=e8588c04-5a01-4f0a-8d28-2130566540c3 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=29d24945-db78-4de0-9810-9f114fbd775b none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
60.158668518 = 64.594878464 boot/grub/grub.cfg 1
132.157314301 = 141.902835712 boot/grub/i386-pc/core.img 1
1.199272156 = 1.287708672 boot/vmlinuz-4.10.0-28-generic 2
5.007873535 = 5.377163264 boot/vmlinuz-4.10.0-38-generic 1
1.757591248 = 1.887199232 boot/vmlinuz-4.4.0-98-generic 1
5.007873535 = 5.377163264 vmlinuz 1
1.757591248 = 1.887199232 vmlinuz.old 1
5.414260864 = 5.813518336 boot/initrd.img-4.10.0-28-generic 1
1.993064880 = 2.140037120 boot/initrd.img-4.10.0-38-generic 5
5.449924469 = 5.851811840 boot/initrd.img-4.4.0-98-generic 1
1.993064880 = 2.140037120 initrd.img 5
5.449924469 = 5.851811840 initrd.img.old 1
=========================== 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 Ubuntu MATE without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu-mate.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu MATE" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu-mate.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid 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/ubuntu-mate.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid 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 cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda2
00000000 fd 65 d8 e5 73 45 ea ff e6 ac 84 c1 a9 66 32 95 |.e..sE.......f2.|
00000010 03 56 aa 5b cc 94 1e 7e c2 c9 2c b5 13 cb 33 3e |.V.[...~..,...3>|
00000020 06 46 3c 2a b5 c2 6f 12 2c fc 91 32 e9 77 8a ff |.F<*..o.,..2.w..|
00000030 37 c0 6c f1 31 f9 85 eb 6b 48 be 1c 6c d5 e0 02 |7.l.1...kH..l...|
00000040 8e 3d e0 53 6a fb 3a 0f 96 ef d6 37 c6 b4 3a fd |.=.Sj.:....7..:.|
00000050 4f 38 29 11 b8 d0 d5 61 b0 fc cf 02 c5 ec 68 0f |O8)....a......h.|
00000060 9c 0b 5b 30 a9 84 64 30 40 55 90 9b 10 fd a4 61 |..[0..d0@U.....a|
00000070 73 4d 0f 16 83 79 03 8b 0c 23 5c a8 60 42 3f c6 |sM...y...#\.`B?.|
00000080 37 ae 5b 26 ee 2d 58 a8 83 37 af 6b 4d 17 2c 90 |7.[&.-X..7.kM.,.|
00000090 b7 4d 15 f2 1a 5c 29 a7 3a f2 33 05 35 14 50 65 |.M...\).:.3.5.Pe|
000000a0 78 18 cf d7 fe 56 51 0f bf fa f2 57 85 02 d1 92 |x....VQ....W....|
000000b0 41 b1 16 36 4b 85 0f 78 17 dd ae 41 c1 7e a4 8e |A..6K..x...A.~..|
000000c0 db 2c b3 5c af 41 87 e8 74 e1 b3 85 08 1c 90 a6 |.,.\.A..t.......|
000000d0 54 81 b0 24 94 c0 32 46 83 c0 7a 4e d6 7f a3 cf |T..$..2F..zN....|
000000e0 c6 8b dd 9c 39 be 2c 03 ae 43 6d 02 75 c2 29 9e |....9.,..Cm.u.).|
000000f0 b4 19 87 ad 2e b7 ea 5f 1d ed 9d 70 32 5c 82 6b |......._...p2\.k|
00000100 b8 46 be 01 8b 6f 1a 86 91 27 8b 56 93 e7 84 03 |.F...o...'.V....|
00000110 a1 08 82 ff 23 b7 a1 12 ad 34 d7 7c 2f 6d ae dd |....#....4.|/m..|
00000120 e2 2c 47 73 17 e9 1e 72 8f 79 b4 0e 65 18 25 b9 |.,Gs...r.y..e.%.|
00000130 27 47 ca ad 32 ca 5a fc 06 12 e8 19 1e d2 39 de |'G..2.Z.......9.|
00000140 24 5b e2 0d 4c e7 06 4b 54 a6 56 52 da 99 c2 cb |$[..L..KT.VR....|
00000150 7e a5 13 bb 6f f3 e4 4f ea 7f 6d 67 56 21 2a 71 |~...o..O..mgV!*q|
00000160 4f cb bc f5 a1 c2 36 a3 78 c1 85 40 48 4e f4 bf |O.....6.x..@HN..|
00000170 cb 1c 26 30 bc dd ec 55 60 05 d1 4c bc 81 ef e5 |..&0...U`..L....|
00000180 23 35 75 48 3a db bd 60 60 55 62 66 3f ea 21 c3 |#5uH:..``Ubf?.!.|
00000190 fe 9b 8e 58 02 2a f2 45 66 dd 4b cf a9 31 7c 0d |...X.*.Ef.K..1|.|
000001a0 28 15 58 ee c7 08 ce be ac 3b 9b 72 15 42 02 4c |(.X......;.r.B.L|
000001b0 33 c5 57 5f 92 ce 88 ba 6c 2e d8 20 da bd 00 fe |3.W_....l.. ....|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 f0 77 00 00 00 |............w...|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
ADDITIONAL INFORMATION :
=================== log of boot-repair 20171125_0740 ===================
boot-repair version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-repair is executed in installed-session (Ubuntu 16.04.3 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.10.0-38-generic root=UUID=e8588c04-5a01-4f0a-8d28-2130566540c3 ro quiet splash
=================== os-prober:
/dev/sda1:ОС уже используется - Ubuntu 16.04.3 LTS CurrentSession:linux
=================== blkid:
/dev/sda1: UUID="e8588c04-5a01-4f0a-8d28-2130566540c3" TYPE="ext4" PARTUUID="d97a6a6f-01"
/dev/sda5: UUID="29d24945-db78-4de0-9810-9f114fbd775b" TYPE="swap" PARTUUID="d97a6a6f-05"
/dev/sdb1: LABEL="UUI" UUID="1D13-154C" TYPE="vfat"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 4096 авг 1 14:29 grub.d
итого 80
-rwxr-xr-x 1 root root 9791 июн 21 07:11 00_header
-rwxr-xr-x 1 root root 6258 мар 15 2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 июн 21 07:11 10_linux
-rwxr-xr-x 1 root root 11082 июн 21 07:11 20_linux_xen
-rwxr-xr-x 1 root root 1992 янв 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 июн 21 07:11 30_os-prober
-rwxr-xr-x 1 root root 1418 июн 21 07:11 30_uefi-firmware
-rwxr-xr-x 1 root root 214 июн 21 07:11 40_custom
-rwxr-xr-x 1 root root 216 июн 21 07:11 41_custom
-rw-r--r-- 1 root root 483 июн 21 07:11 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_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"
=================== No kernel in /media/andrey/UUI/boot:
grub
=================== UEFI/Legacy mode:
This installed-session is not in EFI-mode.
SecureBoot disabled.
=================== PARTITIONS & DISKS:
sda1 : 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, .
sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, no-os, is-correct-EFI, 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, /media/andrey/UUI.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : not-GPT, BIOSboot-not-needed, has-correctEFI, liveusb, not-mmc, no-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:160GB:scsi:512:512:msdos:ATA TOSHIBA MK1637GS:;
1:1049kB:156GB:156GB:ext4::boot;
2:156GB:160GB:4024MB:::;
5:156GB:160GB:4024MB:linux-swap(v1)::;
BYT;
/dev/sdb:7990MB:scsi:512:512:msdos:USB Flash Disk:;
1:1049kB:7990MB:7989MB:fat32::boot, lba;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sdb disk 7,5G
sdb1 part vfat 7,5G UUI
sda disk 149,1G
sda2 part 1K
sda5 part swap 3,8G
sda1 part ext4 145,3G
KNAME ROTA RO RM STATE MOUNTPOINT
sdb 1 0 1 running
sdb1 1 0 1 /media/andrey/UUI
sda 1 0 0 running
sda2 1 0 0
sda5 1 0 0 [SWAP]
sda1 1 0 0 /
=================== 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=1838252k,nr_inodes=459563,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=378700k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
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)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
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/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/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
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=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12029)
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)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=378700k,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/sdb1 on /media/andrey/UUI type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
=================== ls:
/sys/block/sda (filtered): alignment_offset badblocks 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 badblocks 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 fw0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 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 sda5 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper: control
efi files in sdb1/efi: /BOOT/grubx64.efi
=================== hexdump -n512 -C /dev/sdb1
00000000 eb 58 90 53 59 53 4c 49 4e 55 58 00 02 08 20 00 |.X.SYSLINUX... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 18 ee 00 69 3b 00 00 00 00 00 00 02 00 00 00 |....i;..........|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 01 29 4c 15 13 1d 4e 4f 20 4e 41 4d 45 20 20 |..)L...NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 fa fc 31 c9 8e d1 | FAT32 ..1...|
00000060 bc 76 7b 52 06 57 1e 56 8e c1 b1 26 bf 78 7b f3 |.v{R.W.V...&.x{.|
00000070 a5 8e d9 bb 78 00 0f b4 37 0f a0 56 20 d2 78 1b |....x...7..V .x.|
00000080 31 c0 b1 06 89 3f 89 47 02 f3 64 a5 8a 0e 18 7c |1....?.G..d....||
00000090 88 4d f8 50 50 50 50 cd 13 eb 62 8b 55 aa 8b 75 |.M.PPPP...b.U..u|
000000a0 a8 c1 ee 04 01 f2 83 fa 4f 76 31 81 fa b2 07 73 |........Ov1....s|
000000b0 2b f6 45 b4 7f 75 25 38 4d b8 74 20 66 3d 21 47 |+.E..u%8M.t f=!G|
000000c0 50 54 75 10 80 7d b8 ed 75 0a 66 ff 75 ec 66 ff |PTu..}..u.f.u.f.|
000000d0 75 e8 eb 0f 51 51 66 ff 75 bc eb 07 51 51 66 ff |u...QQf.u...QQf.|
000000e0 36 1c 7c b4 08 e8 e9 00 72 13 20 e4 75 0f c1 ea |6.|.....r. .u...|
000000f0 08 42 89 16 1a 7c 83 e1 3f 89 0e 18 7c fb bb aa |.B...|..?...|...|
00000100 55 b4 41 e8 cb 00 72 10 81 fb 55 aa 75 0a f6 c1 |U.A...r...U.u...|
00000110 01 74 05 c6 06 46 7d 00 66 b8 52 78 30 00 66 ba |.t...F}.f.Rx0.f.|
00000120 00 00 00 00 bb 00 80 e8 0e 00 66 81 3e 1c 80 a1 |..........f.>...|
00000130 f3 42 6f 75 74 e9 f8 02 66 03 06 60 7b 66 13 16 |.Bout...f..`{f..|
00000140 64 7b b9 10 00 eb 2b 66 52 66 50 06 53 6a 01 6a |d{....+fRfP.Sj.j|
00000150 10 89 e6 66 60 b4 42 e8 77 00 66 61 8d 64 10 72 |...f`.B.w.fa.d.r|
00000160 01 c3 66 60 31 c0 e8 68 00 66 61 e2 da c6 06 46 |..f`1..h.fa....F|
00000170 7d 2b 66 60 66 0f b7 36 18 7c 66 0f b7 3e 1a 7c |}+f`f..6.|f..>.||
00000180 66 f7 f6 31 c9 87 ca 66 f7 f7 66 3d ff 03 00 00 |f..1...f..f=....|
00000190 77 17 c0 e4 06 41 08 e1 88 c5 88 d6 b8 01 02 e8 |w....A..........|
000001a0 2f 00 66 61 72 01 c3 e2 c9 31 f6 8e d6 bc 68 7b |/.far....1....h{|
000001b0 8e de 66 8f 06 78 00 be da 7d ac 20 c0 74 09 b4 |..f..x...}. .t..|
000001c0 0e bb 07 00 cd 10 eb f2 31 c0 cd 16 cd 19 f4 eb |........1.......|
000001d0 fd 8a 16 74 7b 06 cd 13 07 c3 42 6f 6f 74 20 65 |...t{.....Boot e|
000001e0 72 72 6f 72 0d 0a 00 00 00 00 00 00 00 00 00 00 |rror............|
000001f0 00 00 00 00 00 00 00 00 fe 02 b2 3e 18 37 55 aa |...........>.7U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs tmpfs 370M 6.0M 364M 2% /run
/dev/sda1 ext4 143G 8.5G 128G 7% /
tmpfs tmpfs 1.9G 540K 1.9G 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
tmpfs tmpfs 370M 28K 370M 1% /run/user/1000
/dev/sdb1 vfat 7.5G 1.7G 5.9G 22% /media/andrey/UUI
=================== fdisk -l:
Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 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: 0xd97a6a6f
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 304717823 304715776 145.3G 83 Linux
/dev/sda2 304719870 312580095 7860226 3.8G 5 Extended
/dev/sda5 304719872 312580095 7860224 3.8G 82 Linux swap / Solaris
Disk /dev/sdb: 7.5 GiB, 7990149120 bytes, 15605760 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: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 15605759 15603712 7.5G c W95 FAT32 (LBA)
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
=================== Default settings of Boot Repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi would not be selected by default because: no-win-efi
Additional repair would be performed: unhide-bootmenu-10s
=================== Final advice in case of suggested repair
Пожалуйста, не забудьте выставить значение начальной загрузки (BIOS boot) с диска sda (ATA TOSHIBA MK1637GS)!
Файлы начальной загрузки [ОС уже используется - Ubuntu 16.04.3 LTS] расположены далеко от начала диска. BIOS может не определить их. Вы можете повторить попытку после создания раздела /boot (EXT4, >200MB, начало диска). Выполнить это вы можете с помощью инструмента gParted. Затем выберите этот раздел используя параметр [Отдельный раздел /boot:] [Восстановление загрузки]. (
https://help.ubuntu.com/community/BootPartition)
=================== User settings
The settings chosen by the user will reinstall the grub2 of sda1 into the MBRs of all disks (except live-disks and removable disks without OS).
Grub-efi will not be selected by default because: no-win-efi
Additional repair will be performed: unhide-bootmenu-10s repair-filesystems
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
fsck -fyM /dev/sda1
fsck from util-linux 2.27.1
fsck -fyM /dev/sdb1
fsck from util-linux 2.27.1
fsck.fat 3.0.28 (2015-05-16)
There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
1:58/5a, 3:53/4d, 4:59/53, 5:53/57, 6:4c/49, 7:49/4e, 8:4e/34, 9:55/2e
, 10:58/31, 90:fa/00, 91:fc/00, 92:31/00, 93:c9/00, 94:8e/00, 95:d1/00
, 96:bc/00, 97:76/00, 98:7b/00, 99:52/00, 100:06/00, 101:57/00, 102:1e/00
, 103:56/00, 104:8e/00, 105:c1/00, 106:b1/00, 107:26/00, 108:bf/00
, 109:78/00, 110:7b/00, 111:f3/00, 112:a5/00, 113:8e/00, 114:d9/00
, 115:bb/00, 116:78/00, 118:0f/00, 119:b4/00, 120:37/00, 121:0f/00
, 122:a0/00, 123:56/00, 124:20/00, 125:d2/00, 126:78/00, 127:1b/00
, 128:31/00, 129:c0/00, 130:b1/00, 131:06/00, 132:89/00, 133:3f/00
, 134:89/00, 135:47/00, 136:02/00, 137:f3/00, 138:64/00, 139:a5/00
, 140:8a/00, 141:0e/00, 142:18/00, 143:7c/00, 144:88/00, 145:4d/00
, 146:f8/00, 147:50/00, 148:50/00, 149:50/00, 150:50/00, 151:cd/00
, 152:13/00, 153:eb/00, 154:62/00, 155:8b/00, 156:55/00, 157:aa/00
, 158:8b/00, 159:75/00, 160:a8/00, 161:c1/00, 162:ee/00, 163:04/00
, 164:01/00, 165:f2/00, 166:83/00, 167:fa/00, 168:4f/00, 169:76/00
, 170:31/00, 171:81/00, 172:fa/00, 173:b2/00, 174:07/00, 175:73/00
, 176:2b/00, 177:f6/00, 178:45/00, 179:b4/00, 180:7f/00, 181:75/00
, 182:25/00, 183:38/00, 184:4d/00, 185:b8/00, 186:74/00, 187:20/00
, 188:66/00, 189:3d/00, 190:21/00, 191:47/00, 192:50/00, 193:54/00
, 194:75/00, 195:10/00, 196:80/00, 197:7d/00, 198:b8/00, 199:ed/00
, 200:75/00, 201:0a/00, 202:66/00, 203:ff/00, 204:75/00, 205:ec/00
, 206:66/00, 207:ff/00, 208:75/00, 209:e8/00, 210:eb/00, 211:0f/00
, 212:51/00, 213:51/00, 214:66/00, 215:ff/00, 216:75/00, 217:bc/00
, 218:eb/00, 219:07/00, 220:51/00, 221:51/00, 222:66/00, 223:ff/00
, 224:36/00, 225:1c/00, 226:7c/00, 227:b4/00, 228:08/00, 229:e8/00
, 230:e9/00, 232:72/00, 233:13/00, 234:20/00, 235:e4/00, 236:75/00
, 237:0f/00, 238:c1/00, 239:ea/00, 240:08/00, 241:42/00, 242:89/00
, 243:16/00, 244:1a/00, 245:7c/00, 246:83/00, 247:e1/00, 248:3f/00
, 249:89/00, 250:0e/00, 251:18/00, 252:7c/00, 253:fb/00, 254:bb/00
, 255:aa/00, 256:55/00, 257:b4/00, 258:41/00, 259:e8/00, 260:cb/00
, 262:72/00, 263:10/00, 264:81/00, 265:fb/00, 266:55/00, 267:aa/00
, 268:75/00, 269:0a/00, 270:f6/00, 271:c1/00, 272:01/00, 273:74/00
, 274:05/00, 275:c6/00, 276:06/00, 277:46/00, 278:7d/00, 280:66/00
, 281:b8/00, 282:52/00, 283:78/00, 284:30/00, 286:66/00, 287:ba/00
, 292:bb/00, 294:80/00, 295:e8/00, 296:0e/00, 298:66/00, 299:81/00
, 300:3e/00, 301:1c/00, 302:80/00, 303:a1/00, 304:f3/00, 305:42/00
, 306:6f/00, 307:75/00, 308:74/00, 309:e9/00, 310:f8/00, 311:02/00
, 312:66/00, 313:03/00, 314:06/00, 315:60/00, 316:7b/00, 317:66/00
, 318:13/00, 319:16/00, 320:64/00, 321:7b/00, 322:b9/00, 323:10/00
, 325:eb/00, 326:2b/00, 327:66/00, 328:52/00, 329:66/00, 330:50/00
, 331:06/00, 332:53/00, 333:6a/00, 334:01/00, 335:6a/00, 336:10/00
, 337:89/00, 338:e6/00, 339:66/00, 340:60/00, 341:b4/00, 342:42/00
, 343:e8/00, 344:77/00, 346:66/00, 347:61/00, 348:8d/00, 349:64/00
, 350:10/00, 351:72/00, 352:01/00, 353:c3/00, 354:66/00, 355:60/00
, 356:31/00, 357:c0/00, 358:e8/00, 359:68/00, 361:66/00, 362:61/00
, 363:e2/00, 364:da/00, 365:c6/00, 366:06/00, 367:46/00, 368:7d/00
, 369:2b/00, 370:66/00, 371:60/00, 372:66/00, 373:0f/00, 374:b7/00
, 375:36/00, 376:18/00, 377:7c/00, 378:66/00, 379:0f/00, 380:b7/00
, 381:3e/00, 382:1a/00, 383:7c/00, 384:66/00, 385:f7/00, 386:f6/00
, 387:31/00, 388:c9/00, 389:87/00, 390:ca/00, 391:66/00, 392:f7/00
, 393:f7/00, 394:66/00, 395:3d/00, 396:ff/00, 397:03/00, 400:77/00
, 401:17/00, 402:c0/00, 403:e4/00, 404:06/00, 405:41/00, 406:08/00
, 407:e1/00, 408:88/00, 409:c5/00, 410:88/00, 411:d6/00, 412:b8/00
, 413:01/00, 414:02/00, 415:e8/00, 416:2f/00, 418:66/00, 419:61/00
, 420:72/00, 421:01/00, 422:c3/00, 423:e2/00, 424:c9/00, 425:31/00
, 426:f6/00, 427:8e/00, 428:d6/00, 429:bc/00, 430:68/00, 431:7b/00
, 432:8e/00, 433:de/00, 434:66/00, 435:8f/00, 436:06/00, 437:78/00
, 439:be/00, 440:da/00, 441:7d/00, 442:ac/00, 443:20/00, 444:c0/0SET@_progressbar1.pulse()
0
, 445:74/00, 446:09/00, 447:b4/00, 448:0e/00, 449:bb/00, 450:07/00
, 452:cd/00, 453:10/00, 454:eb/00, 455:f2/00, 456:31/00, 457:c0/00
, 458:cd/00, 459:16/00, 460:cd/00, 461:19/00, 462:f4/00, 463:eb/00
, 464:fd/00, 465:8a/00, 466:16/00, 467:74/00, 468:7b/00, 469:06/00
, 470:cd/00, 471:13/00, 472:07/00, 473:c3/00, 474:42/00, 475:6f/00
, 476:6f/00, 477:74/00, 478:20/00, 479:65/00, 480:72/00, 481:72/00
, 482:6f/00, 483:72/00, 484:0d/00, 485:0a/00, 504:fe/00, 505:02/00
, 506:b2/00, 507:3e/00, 508:18/00, 509:37/00
Not automatically fixing this.
/dev/sdb1: 729 files, 423041/1946657 clusters
Reinstall the GRUB of sda1 into MBRs of all disks (except live-disks and removable disks without OS)
*******lspci -nnk | grep -iA3 vga
00:12.0 VGA compatible controller [0300]: NVIDIA Corporation C67 [GeForce 7150M / nForce 630M] [10de:0531] (rev a2)
Subsystem: Hewlett-Packard Company C67 [GeForce 7150M / nForce 630M] [103c:30cf]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
*******
grub-install --version
grub-install (GRUB) 2.02~beta2-36ubuntu3.12,grub-install (GRUB) 2.
Reinstall the GRUB of sda1 into the MBR of sda
Installing for i386-pc platform.
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0
update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.10.0-38-generic
Found initrd image: /boot/initrd.img-4.10.0-38-generic
Found linux image: /boot/vmlinuz-4.10.0-28-generic
Found initrd image: /boot/initrd.img-4.10.0-28-generic
Found linux image: /boot/vmlinuz-4.4.0-98-generic
Found initrd image: /boot/initrd.img-4.4.0-98-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
Загрузка успешно восстановлена.
Вы можете перезагрузить компьютер.
Пожалуйста, не забудьте выставить значение начальной загрузки (BIOS boot) с диска sda (ATA TOSHIBA MK1637GS)!
Файлы начальной загрузки [ОС уже используется - Ubuntu 16.04.3 LTS] расположены далеко от начала диска. BIOS может не определить их. Вы можете повторить попытку после создания раздела /boot (EXT4, >200MB, начало диска). Выполнить это вы можете с помощью инструмента gParted. Затем выберите этот раздел используя параметр [Отдельный раздел /boot:] [Восстановление загрузки]. (
https://help.ubuntu.com/community/BootPartition)