- Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
- ============================= Boot Info Summary: ===============================
- => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector
- 809358096 of the same hard drive for core.img. core.img is at this
- location and looks in partition 112 for .
- => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
- the same hard drive for core.img. core.img is at this location and looks
- in partition 112 for .
- sda1: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows 2000/XP: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files:
- sda2: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: Unknown
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System: Linux Mint 17 Qiana
- Boot files: /boot/grub/grub.cfg /etc/fstab
- /boot/grub/i386-pc/core.img
- sda6: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- sda7: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files:
- sdb1: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows 7/2008: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System: Windows 7
- Boot files: /Windows/System32/winload.exe
- sdb2: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows 7/2008: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files: /Boot/BCD
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 500.1 GB, 500107862016 bytes
- 135 heads, 14 sectors/track, 516811 cylinders, total 976773168 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 * 14 762,923,069 762,923,056 7 NTFS / exFAT / HPFS
- /dev/sda2 762,925,054 976,771,071 213,846,018 5 Extended
- /dev/sda5 762,925,056 843,001,855 80,076,800 83 Linux
- /dev/sda6 843,003,904 852,766,719 9,762,816 82 Linux swap / Solaris
- /dev/sda7 852,768,768 976,771,071 124,002,304 83 Linux
- Drive: sdb _____________________________________________________________________
- Disk /dev/sdb: 160.0 GB, 160041885696 bytes
- 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sdb1 2,048 134,221,823 134,219,776 7 NTFS / exFAT / HPFS
- /dev/sdb2 * 134,223,080 312,576,704 178,353,625 7 NTFS / exFAT / HPFS
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/sda1 01CFF763C576BD70 ntfs big box
- /dev/sda5 085f3454-571c-485f-82e7-e9a0d5c4e825 ext4
- /dev/sda6 3e1379d3-6696-4341-ad18-ea469ea15570 swap
- /dev/sda7 ec82f36f-b031-4a2b-8f1a-c5d0db5aa84a ext4
- /dev/sdb1 FC3E91323E90E6C4 ntfs
- /dev/sdb2 01CE9FDC5AD36CF0 ntfs 160GB P2
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sda5 / ext4 (rw,errors=remount-ro)
- /dev/sda7 /home ext4 (rw)
- =========================== sda5/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,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 085f3454-571c-485f-82e7-e9a0d5c4e825
- else
- search --no-floppy --fs-uuid --set=root 085f3454-571c-485f-82e7-e9a0d5c4e825
- 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=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
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/06_mint_theme ###
- set menu_color_normal=white/black
- set menu_color_highlight=white/light-gray
- ### END /etc/grub.d/06_mint_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
- if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
- menuentry 'Linux Mint 17 Xfce 64-bit, 3.13.0-24-generic (/dev/sda5)' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 085f3454-571c-485f-82e7-e9a0d5c4e825
- else
- search --no-floppy --fs-uuid --set=root 085f3454-571c-485f-82e7-e9a0d5c4e825
- fi
- linux /boot/vmlinuz-3.13.0-24-generic root=UUID=085f3454-571c-485f-82e7-e9a0d5c4e825 ro quiet splash $vt_handoff
- initrd /boot/initrd.img-3.13.0-24-generic
- }
- menuentry 'Linux Mint 17 Xfce 64-bit, 3.13.0-24-generic (/dev/sda5) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 085f3454-571c-485f-82e7-e9a0d5c4e825
- else
- search --no-floppy --fs-uuid --set=root 085f3454-571c-485f-82e7-e9a0d5c4e825
- fi
- echo 'Loading Linux 3.13.0-24-generic ...'
- linux /boot/vmlinuz-3.13.0-24-generic root=UUID=085f3454-571c-485f-82e7-e9a0d5c4e825 ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.13.0-24-generic
- }
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/10_lupin ###
- ### END /etc/grub.d/10_lupin ###
- ### 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,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 085f3454-571c-485f-82e7-e9a0d5c4e825
- else
- search --no-floppy --fs-uuid --set=root 085f3454-571c-485f-82e7-e9a0d5c4e825
- fi
- knetbsd /boot/memtest86+.elf
- }
- menuentry 'Memory test (memtest86+, serial console 115200)' {
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 085f3454-571c-485f-82e7-e9a0d5c4e825
- else
- search --no-floppy --fs-uuid --set=root 085f3454-571c-485f-82e7-e9a0d5c4e825
- 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 ###
- --------------------------------------------------------------------------------
- =============================== sda5/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/sda5 during installation
- UUID=085f3454-571c-485f-82e7-e9a0d5c4e825 / ext4 errors=remount-ro 0 1
- # /home was on /dev/sda7 during installation
- UUID=ec82f36f-b031-4a2b-8f1a-c5d0db5aa84a /home ext4 defaults 0 2
- # swap was on /dev/sda6 during installation
- UUID=3e1379d3-6696-4341-ad18-ea469ea15570 none swap sw 0 0
- --------------------------------------------------------------------------------
- =================== sda5: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda2
- 00000000 75 54 db e7 98 d8 75 58 56 59 67 d1 49 31 ba f8 |uT....uXVYg.I1..|
- 00000010 f6 52 4d 20 32 43 7b f7 cb 6f 73 b8 ae 5e c6 54 |.RM 2C{..os..^.T|
- 00000020 db b0 b9 73 95 3f 40 7d 83 55 32 6e 00 8a 17 29 |...s.?@}.U2n...)|
- 00000030 0b b7 83 4c 11 13 da 4c 70 32 c0 d4 22 a8 17 0c |...L...Lp2.."...|
- 00000040 78 c2 f9 e4 d9 e6 62 63 6f e3 b9 6f 8c e1 92 cd |x.....bco..o....|
- 00000050 71 a1 57 0f 3b 7b ed e7 86 e8 50 b4 74 18 d9 e2 |q.W.;{....P.t...|
- 00000060 93 33 dc 1d 52 11 3a fb c1 44 e6 94 ea 29 43 b5 |.3..R.:..D...)C.|
- 00000070 81 42 4e 1a 56 67 bf 6c 2b a1 db c7 f0 71 65 94 |.BN.Vg.l+....qe.|
- 00000080 3e 38 6b e5 86 68 33 41 47 24 af 8b 07 b6 83 f0 |>8k..h3AG$......|
- 00000090 45 d3 11 0b 6c 78 d1 fc 03 0a 17 67 6a dd 63 c5 |E...lx.....gj.c.|
- 000000a0 fa 96 a1 fd a2 18 ca 7c 85 b4 86 df af 1a 27 31 |.......|......'1|
- 000000b0 fa 90 0d bb 4f 22 75 9f 24 46 2a 58 71 84 cb 2f |....O"u.$F*Xq../|
- 000000c0 0d 26 ad f8 b5 e1 11 70 56 6d af 29 ea b7 7c 11 |.&.....pVm.)..|.|
- 000000d0 6e 58 39 5e 50 34 81 28 63 0d b2 c8 9c 04 74 53 |nX9^P4.(c.....tS|
- 000000e0 ca be 37 f4 15 1f 0c 2c b1 73 e3 c8 93 ec 47 6a |..7....,.s....Gj|
- 000000f0 c7 24 3f aa 07 0d 50 40 4b 23 41 71 cc 7d 36 c5 |.$?...P@K#Aq.}6.|
- 00000100 0e b7 aa 42 6d 9f d2 a8 92 ba 0f 34 67 5f f0 d2 |...Bm......4g_..|
- 00000110 49 c2 8e 3a 2c e0 51 94 de f3 8a 27 07 81 27 ae |I..:,.Q....'..'.|
- 00000120 55 0b cd aa 1a 45 01 b4 c9 d7 ea 9b f6 56 44 1a |U....E.......VD.|
- 00000130 5a 23 8e bf e0 63 27 c0 08 23 32 c6 65 95 25 ac |Z#...c'..#2.e.%.|
- 00000140 11 8e 84 f0 ec 39 01 e2 8d e8 a7 fe eb 00 9a 04 |.....9..........|
- 00000150 76 03 4c 16 29 c3 00 d9 79 69 73 78 ef 01 b0 b3 |v.L.)...yisx....|
- 00000160 c7 dd 0a 3f ba 45 ae ef f0 fe 91 68 f0 44 f8 80 |...?.E.....h.D..|
- 00000170 ed 8f 3c cc 0d e9 fa c7 69 8d 42 81 c4 fc d8 07 |..<.....i.B.....|
- 00000180 d6 a6 aa 06 84 b4 99 6e 9a df d1 7b 48 68 61 f3 |.......n...{Hha.|
- 00000190 34 1c 4e 8e f6 75 b7 15 ae 99 0a 8e c1 b7 46 98 |4.N..u........F.|
- 000001a0 b4 2f 50 af a7 4a d2 3b 2a d9 f3 1c 96 46 21 97 |./P..J.;*....F!.|
- 000001b0 7a b1 65 50 9c 08 5f d8 ba ee 7e 15 c0 1a 00 86 |z.eP.._...~.....|
- 000001c0 ce ff 83 86 ce ff 02 00 00 00 00 e0 c5 04 00 86 |................|
- 000001d0 ce ff 05 86 ce ff 04 e2 c5 04 fe fd 94 00 00 00 |................|
- 000001e0 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
- =============================== StdErr Messages: ===============================
- cat: /tmp/BootInfo-wd1kHDyp/Tmp_Log: No such file or directory
- File descriptor 9 (/proc/5639/mounts) leaked on lvscan invocation. Parent PID 18963: bash
- File descriptor 63 (pipe:[3124914]) leaked on lvscan invocation. Parent PID 18963: bash
- No volume groups found
- ADDITIONAL INFORMATION :
- =================== log of boot-repair 2014-11-21__09h44 ===================
- boot-repair version : 4ppa3
- boot-sav version : 4ppa3
- glade2script version : 3.2.2~ppa47~saucy
- boot-sav-extra version :
- File descriptor 9 (/proc/5639/mounts) leaked on lvs invocation. Parent PID 7123: /bin/sh
- No volume groups found
- boot-repair is executed in installed-session (Linux Mint 17 Qiana, qiana, LinuxMint, x86_64)
- CPU op-mode(s): 32-bit, 64-bit
- BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=085f3454-571c-485f-82e7-e9a0d5c4e825 ro quiet splash vt.handoff=7
- =================== os-prober:
- /dev/sda5:The OS now in use - Linux Mint 17 Qiana CurrentSession:linux
- =================== blkid:
- /dev/sda1: LABEL="big box" UUID="01CFF763C576BD70" TYPE="ntfs"
- /dev/sda5: UUID="085f3454-571c-485f-82e7-e9a0d5c4e825" TYPE="ext4"
- /dev/sda6: UUID="3e1379d3-6696-4341-ad18-ea469ea15570" TYPE="swap"
- /dev/sda7: UUID="ec82f36f-b031-4a2b-8f1a-c5d0db5aa84a" TYPE="ext4"
- /dev/sdb1: UUID="FC3E91323E90E6C4" TYPE="ntfs"
- /dev/sdb2: LABEL="160GB P2" UUID="01CE9FDC5AD36CF0" TYPE="ntfs"
- 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
- Windows not detected by os-prober on sdb1.
- Warning: extended partition does not start at a cylinder boundary.
- DOS and Linux will interpret the contents differently.
- =================== /etc/grub.d/ :
- drwxr-xr-x 2 root root 4096 Jun 23 18:18 grub.d
- total 88
- -rwxr-xr-x 1 root root 9424 Apr 11 2014 00_header
- -rwxr-xr-x 1 root root 6058 Apr 10 2014 05_debian_theme
- -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
- -rwxr-xr-x 1 root root 7500 Nov 6 17:13 10_linux
- -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
- -rwxr-xr-x 1 root root 10412 Apr 11 2014 20_linux_xen
- -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
- -rwxr-xr-x 1 root root 11692 Apr 11 2014 30_os-prober
- -rwxr-xr-x 1 root root 1416 Apr 11 2014 30_uefi-firmware
- -rwxr-xr-x 1 root root 214 Apr 11 2014 40_custom
- -rwxr-xr-x 1 root root 216 Apr 11 2014 41_custom
- -rw-r--r-- 1 root root 483 Apr 11 2014 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"
- =================== UEFI/Legacy mode:
- This installed-session is not in EFI-mode.
- SecureBoot disabled.
- =================== PARTITIONS & DISKS:
- sda5 : 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, .
- sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda1.
- sda7 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /home.
- sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sdb1.
- sdb2 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sdb2.
- sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 14 sectors * 512 bytes
- sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
- =================== parted -l:
- Model: ATA WDC WD5000AADS-0 (scsi)
- Disk /dev/sda: 500GB
- Sector size (logical/physical): 512B/512B
- Partition Table: msdos
- Number Start End Size Type File system Flags
- 1 7168B 391GB 391GB primary ntfs boot
- 2 391GB 500GB 109GB extended
- 5 391GB 432GB 41.0GB logical ext4
- 6 432GB 437GB 4999MB logical linux-swap(v1)
- 7 437GB 500GB 63.5GB logical ext4
- Model: ATA MAXTOR STM316021 (scsi)
- Disk /dev/sdb: 160GB
- Sector size (logical/physical): 512B/512B
- Partition Table: msdos
- Number Start End Size Type File system Flags
- 1 1049kB 68.7GB 68.7GB primary ntfs
- 2 68.7GB 160GB 91.3GB primary ntfs boot
- =================== parted -lm:
- BYT;
- /dev/sda:500GB:scsi:512:512:msdos:ATA WDC WD5000AADS-0;
- 1:7168B:391GB:391GB:ntfs::boot;
- 2:391GB:500GB:109GB:::;
- 5:391GB:432GB:41.0GB:ext4::;
- 6:432GB:437GB:4999MB:linux-swap(v1)::;
- 7:437GB:500GB:63.5GB:ext4::;
- BYT;
- /dev/sdb:160GB:scsi:512:512:msdos:ATA MAXTOR STM316021;
- 1:1049kB:68.7GB:68.7GB:ntfs::;
- 2:68.7GB:160GB:91.3GB:ntfs::boot;
- =================== mount:
- /dev/sda5 on / type ext4 (rw,errors=remount-ro)
- proc on /proc type proc (rw,noexec,nosuid,nodev)
- sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
- none on /sys/fs/cgroup type tmpfs (rw)
- none on /sys/fs/fuse/connections type fusectl (rw)
- none on /sys/kernel/debug type debugfs (rw)
- none on /sys/kernel/security type securityfs (rw)
- udev on /dev type devtmpfs (rw,mode=0755)
- devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
- tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
- none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
- none on /run/shm type tmpfs (rw,nosuid,nodev)
- none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
- none on /sys/fs/pstore type pstore (rw)
- /dev/sda7 on /home type ext4 (rw)
- binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
- systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
- gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=abolfazl)
- /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
- /dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
- /dev/sdb2 on /mnt/boot-sav/sdb2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
- =================== ls:
- /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 sda6 sda7 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 power queue range removable ro sdb1 sdb2 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 power queue range removable ro size slaves stat subsystem trace uevent
- /sys/block/sr1 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
- /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sda7 sdb sdb1 sdb2 sg0 sg1 sg2 sg3 shm snapshot snd sr0 sr1 stderr stdin stdout uhid uinput urandom usb vga_arbiter vhost-net zero
- ls /dev/mapper: control
- =================== hexdump -n512 -C /dev/sda1
- 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
- 00000010 00 00 00 00 00 f8 00 00 0e 00 87 00 0e 00 00 00 |................|
- 00000020 00 00 00 00 80 00 80 00 28 48 79 2d 00 00 00 00 |........(Hy-....|
- 00000030 59 75 63 04 00 00 00 00 07 2b 00 00 00 00 00 00 |Yuc......+......|
- 00000040 f6 00 00 00 01 00 00 00 70 bd 76 c5 63 f7 cf 01 |........p.v.c...|
- 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb b8 c0 07 |.....3.....|....|
- 00000060 8e d8 e8 16 00 b8 00 0d 8e c0 33 db c6 06 0e 00 |..........3.....|
- 00000070 10 e8 53 00 68 00 0d 68 6a 02 cb 8a 16 24 00 b4 |..S.h..hj....$..|
- 00000080 08 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 |...s......f...@f|
- 00000090 0f b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f |.....?.......Af.|
- 000000a0 b7 c9 66 f7 e1 66 a3 20 00 c3 b4 41 bb aa 55 8a |..f..f. ...A..U.|
- 000000b0 16 24 00 cd 13 72 0f 81 fb 55 aa 75 09 f6 c1 01 |.$...r...U.u....|
- 000000c0 74 04 fe 06 14 00 c3 66 60 1e 06 66 a1 10 00 66 |t......f`..f...f|
- 000000d0 03 06 1c 00 66 3b 06 20 00 0f 82 3a 00 1e 66 6a |....f;. ...:..fj|
- 000000e0 00 66 50 06 53 66 68 10 00 01 00 80 3e 14 00 00 |.fP.Sfh.....>...|
- 000000f0 0f 85 0c 00 e8 b3 ff 80 3e 14 00 00 0f 84 61 00 |........>.....a.|
- 00000100 b4 42 8a 16 24 00 16 1f 8b f4 cd 13 66 58 5b 07 |.B..$.......fX[.|
- 00000110 66 58 66 58 1f eb 2d 66 33 d2 66 0f b7 0e 18 00 |fXfX..-f3.f.....|
- 00000120 66 f7 f1 fe c2 8a ca 66 8b d0 66 c1 ea 10 f7 36 |f......f..f....6|
- 00000130 1a 00 86 d6 8a 16 24 00 8a e8 c0 e4 06 0a cc b8 |......$.........|
- 00000140 01 02 cd 13 0f 82 19 00 8c c0 05 20 00 8e c0 66 |........... ...f|
- 00000150 ff 06 10 00 ff 0e 0e 00 0f 85 6f ff 07 1f 66 61 |..........o...fa|
- 00000160 c3 a0 f8 01 e8 09 00 a0 fb 01 e8 03 00 fb eb fe |................|
- 00000170 b4 01 8b f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 |.....<.t........|
- 00000180 eb f2 c3 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 |.....A disk read|
- 00000190 20 65 72 72 6f 72 20 6f 63 63 75 72 72 65 64 00 | error occurred.|
- 000001a0 0d 0a 4e 54 4c 44 52 20 69 73 20 6d 69 73 73 69 |..NTLDR is missi|
- 000001b0 6e 67 00 0d 0a 4e 54 4c 44 52 20 69 73 20 63 6f |ng...NTLDR is co|
- 000001c0 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 73 |mpressed...Press|
- 000001d0 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f | Ctrl+Alt+Del to|
- 000001e0 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 00 | restart........|
- 000001f0 00 00 00 00 00 00 00 00 83 a0 b3 c9 00 00 55 aa |..............U.|
- 00000200
- =================== hexdump -n512 -C /dev/sdb1
- 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
- 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
- 00000020 00 00 00 00 80 00 80 00 ff 07 00 08 00 00 00 00 |................|
- 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
- 00000040 f6 00 00 00 01 00 00 00 c4 e6 90 3e 32 91 3e fc |...........>2.>.|
- 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
- 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
- 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
- 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
- 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
- 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
- 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
- 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
- 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
- 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
- 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
- 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
- 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
- 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
- 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
- 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
- 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
- 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
- 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
- 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
- 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
- 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
- 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
- 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
- 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
- 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
- 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
- 00000200
- =================== hexdump -n512 -C /dev/sdb2
- 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
- 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 e8 14 00 08 |........?.......|
- 00000020 00 00 00 00 80 00 80 00 d8 75 a1 0a 00 00 00 00 |.........u......|
- 00000030 73 85 36 00 00 00 00 00 4f c1 2a 00 00 00 00 00 |s.6.....O.*.....|
- 00000040 f6 00 00 00 01 00 00 00 f0 6c d3 5a dc 9f ce 01 |.........l.Z....|
- 00000050 88 f0 db fa fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
- 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
- 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
- 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
- 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
- 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
- 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
- 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
- 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
- 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
- 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
- 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
- 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
- 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
- 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
- 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
- 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
- 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
- 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
- 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
- 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
- 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
- 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
- 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
- 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
- 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
- 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
- 00000200
- =================== df -Th:
- Filesystem Type Size Used Avail Use% Mounted on
- /dev/sda5 ext4 38G 4.1G 32G 12% /
- none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
- udev devtmpfs 986M 12K 986M 1% /dev
- tmpfs tmpfs 201M 1.4M 199M 1% /run
- none tmpfs 5.0M 0 5.0M 0% /run/lock
- none tmpfs 1001M 76K 1001M 1% /run/shm
- none tmpfs 100M 12K 100M 1% /run/user
- /dev/sda7 ext4 59G 5.5G 50G 10% /home
- /dev/sda1 fuseblk 364G 345G 20G 95% /mnt/boot-sav/sda1
- /dev/sdb1 fuseblk 65G 18G 47G 28% /mnt/boot-sav/sdb1
- /dev/sdb2 fuseblk 86G 17G 69G 20% /mnt/boot-sav/sdb2
- =================== fdisk -l:
- Disk /dev/sda: 500.1 GB, 500107862016 bytes
- 135 heads, 14 sectors/track, 516811 cylinders, total 976773168 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 identifier: 0x87d39fbf
- Device Boot Start End Blocks Id System
- /dev/sda1 * 14 762923069 381461528 7 HPFS/NTFS/exFAT
- /dev/sda2 762925054 976771071 106923009 5 Extended
- /dev/sda5 762925056 843001855 40038400 83 Linux
- /dev/sda6 843003904 852766719 4881408 82 Linux swap / Solaris
- /dev/sda7 852768768 976771071 62001152 83 Linux
- Disk /dev/sdb: 160.0 GB, 160041885696 bytes
- 255 heads, 63 sectors/track, 19457 cylinders, total 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
- Disk identifier: 0x05ef4f5f
- Device Boot Start End Blocks Id System
- /dev/sdb1 2048 134221823 67109888 7 HPFS/NTFS/exFAT
- /dev/sdb2 * 134223080 312576704 89176812+ 7 HPFS/NTFS/exFAT
- =================== Default settings
- Recommended-Repair
- This setting would reinstall the grub2 of sda5 into the MBRs of all disks (except USB without OS).
- Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
- =================== Settings chosen by the user
- Custom-Repair
- This setting will reinstall the grub2 of sda5 into the MBRs of all disks (except USB without OS).
- Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
- Quantity of real Windows: 1
- WinSE in sdb1
- /mnt/boot-sav/sdb1/ may need repair.
- /mnt/boot-sav/sdb1/bootmgr may need repair.
- Unhide GRUB boot menu in sda5/etc/default/grub
- Reinstall the GRUB of sda5 into all MBRs of disks with OS or not-USB
- *******lspci -nnk | grep -iA3 vga
- 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9]
- Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2120]
- Kernel driver in use: radeon
- 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series] [1002:aa68]
- *******
- grub-install.real: info: executing modprobe efivars 2>/dev/null.
- grub-install.real: info: Looking for /sys/firmware/efi ...
- grub-install.real: info: ... not found. Looking for /proc/device-tree ...
- grub-install.real: info: ... not found.
- Installing for i386-pc platform.
- grub-install.real: error: install device isn't specified.
- ,.
- Reinstall the GRUB of sda5 into the MBR of sdb
- Installing for i386-pc platform.
- grub-install.real: warning: Sector 33 is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
- Installation finished. No error reported.
- grub-install /dev/sdb: exit code of grub-install /dev/sdb:0
- *******lspci -nnk | grep -iA3 vga
- 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9]
- Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2120]
- Kernel driver in use: radeon
- 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series] [1002:aa68]
- *******
- grub-install.real: info: executing modprobe efivars 2>/dev/null.
- grub-install.real: info: Looking for /sys/firmware/efi ...
- grub-install.real: info: ... not found. Looking for /proc/device-tree ...
- grub-install.real: info: ... not found.
- Installing for i386-pc platform.
- grub-install.real: error: install device isn't specified.
- ,.
- Reinstall the GRUB of sda5 into the MBR of sda
- Installing for i386-pc platform.
- grub-install.real: warning: your embedding area is unusually small. core.img won't fit in it..
- grub-install.real: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
- grub-install.real: error: will not proceed with blocklists.
- grub-install /dev/sda: exit code of grub-install /dev/sda:1
- Installing for i386-pc platform.
- grub-install.real: warning: your embedding area is unusually small. core.img won't fit in it..
- grub-install.real: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
- Installation finished. No error reported.
- grub-install --force /dev/sda: exit code of grub-install /dev/sda:0
- update-grub
- Generating grub configuration file ...
- Found linux image: /boot/vmlinuz-3.13.0-24-generic
- Found initrd image: /boot/initrd.img-3.13.0-24-generic
- Found memtest86+ image: /boot/memtest86+.elf
- Found memtest86+ image: /boot/memtest86+.bin
- File descriptor 9 (/proc/5639/mounts) leaked on lvs invocation. Parent PID 14025: /bin/sh
- File descriptor 63 (pipe:[3124914]) leaked on lvs invocation. Parent PID 14025: /bin/sh
- No volume groups found
- Unhide GRUB boot menu in sda5/boot/grub/grub.cfg
- Boot successfully repaired.
- You can now reboot your computer.
- Please do not forget to make your BIOS boot on sda (500GB) disk!
- The boot files of [The OS now in use - Linux Mint 17 Qiana] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
- pastebinit packages needed
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- dpkg-preconfigure: unable to re-open stdin:
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype