You are on page 1of 17

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 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 94 for .
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system:
Boot sector type:
Boot sector info:
Operating System:
Boot files:

ntfs
Windows 8/2012: NTFS
No errors found in the Boot Parameter Block.
/bootmgr /Boot/BCD /Windows/System32/winload.exe

sda2: __________________________________________________________________________
File system:
ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system:
Boot sector type:
Boot sector info:
Operating System:
Boot files:

ext4
Ubuntu 13.10
/boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img

sda4: __________________________________________________________________________
File system:
swap
Boot sector type: Boot sector info:
sdb1: __________________________________________________________________________
File system:
vfat
Boot sector type: SYSLINUX 4.06 2012-10-23
Boot sector info: Syslinux looks at sector 60868 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: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition Boot Start Sector


/dev/sda1
S
/dev/sda2
S
/dev/sda3
/dev/sda4
is

End Sector # of Sectors Id System

2,048

409,602,047

409,600,000

7 NTFS / exFAT / HPF

409,602,048

771,973,119

362,371,072

7 NTFS / exFAT / HPF

771,973,120
974,725,120

974,725,119
976,773,119

202,752,000 83 Linux
2,048,000 82 Linux swap / Solar

Drive: sdb _____________________________________________________________________


Disk /dev/sdb: 8004 MB, 8004304896 bytes
255 heads, 63 sectors/track, 973 cylinders, total 15633408 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

15,633,407

63

15,633,345

c W95 FAT32 (LBA)

"blkid" output: ________________________________________________________________


Device

UUID

TYPE

/dev/loop0
/dev/sda1
/dev/sda2
/dev/sda3
/dev/sda4
/dev/sdb1

192B1B1A147F7226
3570E3117F0CEDC0
fbb07b1a-2351-4d68-985e-a3b609edadb5
af5123c2-bb65-4108-816b-1de9081f1ee7
18ED-222F

squashfs
ntfs
ntfs
ext4
swap
vfat

LABEL
Windows
Backup
PENDRIVE

================================ Mount points: =================================


Device

Mount_Point

Type

Options

/dev/loop0
/rofs
squashfs (ro,noatime)
/dev/sda2
/media/ubuntu/Backup
fuseblk
(rw,nosuid,nodev,allow_othe
r,default_permissions,blksize=4096)
/dev/sda3
/media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5 ext4
(
rw,nosuid,nodev,uhelper=udisks2)
/dev/sdb1
/cdrom
vfat
(rw,relatime,fmask=0022,dma
sk=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda3/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
set default="0"
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 reco
rdfail; 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,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,
msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609edadb5
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=pt_BR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=10
else
set timeout=10
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 44,0,30; then
clear
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 $menu
entry_id_option 'gnulinux-simple-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio

insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hintefi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edad
b5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609
edadb5
fi
linux /boot/vmlinuz-3.11.0-15-generic root=UUID=fbb07b1a-2351-4d68-985
e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoff
initrd /boot/initrd.img-3.11.0-15-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-fb
b07b1a-2351-4d68-985e-a3b609edadb5' {
menuentry 'Ubuntu, with Linux 3.11.0-15-generic' --class ubuntu --class
gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generi
c-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-15-generic ...'
linux /boot/vmlinuz-3.11.0-15-generic root=UUID=fbb07b1a-23514d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoff
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-15-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-15-generic (recovery mode)' --class
ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux3.11.0-15-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-15-generic ...'
linux /boot/vmlinuz-3.11.0-15-generic root=UUID=fbb07b1a-2351-

4d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BR


echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-15-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-14-generic' --class ubuntu --class
gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-14-generi
c-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-14-generic ...'
linux /boot/vmlinuz-3.11.0-14-generic root=UUID=fbb07b1a-23514d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoff
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-14-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-14-generic (recovery mode)' --class
ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux3.11.0-14-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-14-generic ...'
linux /boot/vmlinuz-3.11.0-14-generic root=UUID=fbb07b1a-23514d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BR
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-14-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-13-generic' --class ubuntu --class
gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-13-generi
c-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2

set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-13-generic ...'
linux /boot/vmlinuz-3.11.0-13-generic root=UUID=fbb07b1a-23514d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoff
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-13-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-13-generic (recovery mode)' --class
ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux3.11.0-13-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-13-generic ...'
linux /boot/vmlinuz-3.11.0-13-generic root=UUID=fbb07b1a-23514d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BR
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-13-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-12-generic' --class ubuntu --class
gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generi
c-advanced-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-12-generic ...'
linux /boot/vmlinuz-3.11.0-12-generic root=UUID=fbb07b1a-23514d68-985e-a3b609edadb5 ro locale=pt_BR quiet splash $vt_handoff
echo
'Loading initial ramdisk ...'

initrd /boot/initrd.img-3.11.0-12-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-12-generic (recovery mode)' --class
ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux3.11.0-12-generic-recovery-fbb07b1a-2351-4d68-985e-a3b609edadb5' {
recordfail
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3
b609edadb5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985
e-a3b609edadb5
fi
echo
'Loading Linux 3.11.0-12-generic ...'
linux /boot/vmlinuz-3.11.0-12-generic root=UUID=fbb07b1a-23514d68-985e-a3b609edadb5 ro recovery nomodeset locale=pt_BR
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-12-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,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hintefi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edad
b5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609
edadb5
fi
linux16 /boot/memtest86+.bin
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hintefi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 fbb07b1a-2351-4d68-985e-a3b609edad
b5
else
search --no-floppy --fs-uuid --set=root fbb07b1a-2351-4d68-985e-a3b609
edadb5
fi

linux16 /boot/memtest86+.bin console=ttyS0,115200n8


}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuen
try_id_option 'osprober-chain-192B1B1A147F7226' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hintefi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 192B1B1A147F7226
else
search --no-floppy --fs-uuid --set=root 192B1B1A147F7226
fi
drivemap -s (hd0) ${root}
chainloader +1
}
### 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 ###
-------------------------------------------------------------------------------=============================== sda3/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/sda3 during installation
UUID=fbb07b1a-2351-4d68-985e-a3b609edadb5 /
ext4
errors=remount
-ro 0
1
# swap was on /dev/sda4 during installation
UUID=af5123c2-bb65-4108-816b-1de9081f1ee7 none
swap
sw
0
0
# CD-ROM
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
-------------------------------------------------------------------------------=================== sda3: Location of files loaded by Grub: ====================

GiB - GB

File

Fragment(s)

=========================== 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 without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper
quiet splash -initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.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/ubuntu.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
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)

================= sdb1: Location of files loaded by Syslinux: ==================


GiB - GB

File

Fragment(s)

============== sdb1: Version of COM32(R) files used by Syslinux: ===============


syslinux/chain.c32
syslinux/gfxboot.c32
syslinux/menu.c32
syslinux/vesamenu.c32

:
:
:
:

COM32R
COM32R
COM32R
COM32R

module
module
module
module

(v4.xx)
(v4.xx)
(v4.xx)
(v4.xx)

=============================== StdErr Messages: ===============================


cat:
cat:
cat:
File
677:
No

/tmp/BootInfo-fACCU8dr/Tmp_Log: No such
/tmp/BootInfo-fACCU8dr/Tmp_Log: No such
/tmp/BootInfo-fACCU8dr/Tmp_Log: No such
descriptor 9 (/proc/5963/mounts) leaked
bash
volume groups found

file or directory
file or directory
file or directory
on lvscan invocation. Parent PID 15

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-01-08__14h20 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair is executed in live-session (Ubuntu 13.10, saucy, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):
32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed noprompt cdrom-detect/try-usb=true persistent bo
ot=casper initrd=/casper/initrd.lz quiet splash -- locale=pt_BR keyboard-configu
ration/layoutcode?=br keyboard-configuration/modelcode?=abnt2
=================== os-prober:
/dev/sda1:Windows 8 (loader):Windows:chain
/dev/sda3:Ubuntu 13.10 (13.10):Ubuntu:linux
=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="Windows" UUID="192B1B1A147F7226" TYPE="ntfs"
/dev/sda2: LABEL="Backup" UUID="3570E3117F0CEDC0" TYPE="ntfs"
/dev/sda3: UUID="fbb07b1a-2351-4d68-985e-a3b609edadb5" TYPE="ext4"
/dev/sda4: UUID="af5123c2-bb65-4108-816b-1de9081f1ee7" TYPE="swap"
/dev/sdb1: LABEL="PENDRIVE" UUID="18ED-222F" TYPE="vfat"
1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
=================== /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5/etc/grub.
d/ :
drwxr-xr-x 2 root root
4096 Nov 2 14:30 grub.d
total 72
-rwxr-xr-x 1 root root 7850 Out 10 17:48 00_header
-rwxr-xr-x 1 root root 5949 Ago 15 08:26 05_debian_theme
-rwxr-xr-x 1 root root 11479 Out 10 17:48 10_linux
-rwxr-xr-x 1 root root 10258 Out 10 17:48 20_linux_xen
-rwxr-xr-x 1 root root 1798 Jun 17 2013 20_memtest86+
-rwxr-xr-x 1 root root 11531 Out 10 17:48 30_os-prober

-rwxr-xr-x
-rwxr-xr-x
-rwxr-xr-x
-rw-r--r--

1
1
1
1

root
root
root
root

root 1426 Out 10 17:48


root 214 Out 10 17:48
root 216 Out 10 17:48
root 483 Out 10 17:48

30_uefi-firmware
40_custom
41_custom
README

=================== /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5/etc/defau
lt/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="locale=pt_BR"
# 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"

=================== sda3recordfail=1/grub/grubenv :
recordfail=1

=================== UEFI/Legacy mode:


This live-session is not in EFI-mode.
SecureBoot maybe enabled.
=================== PARTITIONS & DISKS:

sda1
: sda, not-sepboot,
no-grubenv
nogrub, no-docgrub,
no-updat
e-grub, 32,
no-boot,
is-os, not--efi--part, part-has-no-fstab,
part-has-no-fstab,
no-nt, haswinload,
no-recov-nor-hid,
bootmgr,
is-winboot,
nopakmgr,
nogrubinstall, no---usr,
part-has-no-fsta
b,
not-sep-usr,
standard,
farbios,
/mnt/boot-sav/sda1.
sda2
: sda, not-sepboot,
no-grubenv
nogrub, no-docgrub,
no-updat
e-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-fsta
b,
not-sep-usr,
standard,
farbios,
/media/ubuntu/Backup.
sda3
: sda, not-sepboot,
grubenv-ng
grub2, grub-pc ,
update-g
rub,
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-us
r,
not-sep-usr,
standard,
farbios,
/media/ubuntu/fbb07b1a-2
351-4d68-985e-a3b609edadb5.
sda
: not-GPT,
BIOSboot-not-needed,
has-os, 2048 sectors * 512 bytes

has-no-EFIpart,

=================== parted -l:


Model: ATA SAMSUNG HM500JJ (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number
1
2
3
4

Start
1049kB
210GB
395GB
499GB

End
210GB
395GB
499GB
500GB

Size
210GB
186GB
104GB
1049MB

Type
primary
primary
primary
primary

File system
Flags
ntfs
boot
ntfs
ext4
linux-swap(v1)

Model: SanDisk Cruzer Blade (scsi)


Disk /dev/sdb: 8004MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End
Size
Type
File system Flags
1
32.3kB 8004MB 8004MB primary fat32
boot, lba
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:512:msdos:ATA SAMSUNG HM500JJ;
1:1049kB:210GB:210GB:ntfs::boot;
2:210GB:395GB:186GB:ntfs::;
3:395GB:499GB:104GB:ext4::;
4:499GB:500GB:1049MB:linux-swap(v1)::;
BYT;
/dev/sdb:8004MB:scsi:512:512:msdos:SanDisk Cruzer Blade;
1:32.3kB:8004MB:8004MB:fat32::boot, lba;
=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)

not-usb,

sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)


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)
/dev/sdb1 on /cdrom type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,io
charset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
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)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
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)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=
systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubun
tu)
/dev/sda3 on /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5 type ext4 (rw,no
suid,nodev,uhelper=udisks2)
/dev/sda2 on /media/ubuntu/Backup type fuseblk (rw,nosuid,nodev,allow_other,defa
ult_permissions,blksize=4096)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksiz
e=4096)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_a
lignment events events_async events_poll_msecs ext_range holders inflight power
queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace ue
vent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_a
lignment events events_async events_poll_msecs ext_range holders inflight power
queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_a
lignment events events_async events_poll_msecs ext_range holders inflight power
queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console
core cpu cpu_dma_latency disk dri ecryptfs fb0 fb1 fd freefall full fuse hpet in
put kmsg kvm log mapper mcelog mei mem net network_latency network_throughput nu
ll port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sd
b1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom v4l vga_a
rbiter vhost-net video0 zero
ls /dev/mapper: control
=================== hexdump
00000000 eb 52 90 4e 54 46
00000010 00 00 00 00 00 f8
00000020 00 00 00 00 80 00
00000030 04 00 00 00 00 00
00000040 f6 00 00 00 01 00
00000050 00 00 00 00 fa 33
00000060 1f 1e 68 66 00 cb
00000070 54 46 53 75 15 b4
00000080 55 aa 75 06 f7 c1
00000090 18 68 1a 00 b4 48
000000a0 9f 83 c4 18 9e 58
000000b0 0f 00 c1 2e 0f 00

-n512
53 20
00 00
80 00
00 00
00 00
c0 8e
88 16
41 bb
01 00
8a 16
1f 72
04 1e

-C /dev/sda1
20 20 20 00
3f 00 ff 00
ff ff 69 18
ff 9f 86 01
26 72 7f 14
d0 bc 00 7c
0e 00 66 81
aa 55 cd 13
75 03 e9 dd
0e 00 8b f4
e1 3b 06 0b
5a 33 db b9

02
00
00
00
1a
fb
3e
72
00
16
00
00

08
08
00
00
1b
68
03
0c
1e
1f
75
20

00
00
00
00
2b
c0
00
81
83
cd
db
2b

00
00
00
00
19
07
4e
fb
ec
13
a3
c8

|.R.NTFS
.....|
|........?.......|
|..........i.....|
|................|
|........&r....+.|
|.....3.....|.h..|
|..hf......f.>..N|
|TFSu..A..U..r...|
|U.u.....u.......|
|.h...H..........|
|.....X.r.;...u..|
|........Z3... +.|

000000c0
000000d0
000000e0
000000f0
00000100
00000110
00000120
00000130
00000140
00000150
00000160
00000170
00000180
00000190
000001a0
000001b0
000001c0
000001d0
000001e0
000001f0
00000200

66
4b
66
68
55
0a
06
00
00
0f
0e
a1
b4
73
63
20
0a
44
00
00

ff
00
81
07
16
13
66
66
16
82
16
fa
0e
6b
75
69
50
65
00
00

06
2b
fb
bb
16
b9
a1
50
1f
16
00
01
bb
20
72
73
72
6c
00
00

11
c8
54
16
16
f6
11
06
8b
00
75
e8
07
72
72
20
65
20
00
00

00
77
43
68
68
0c
00
53
f4
66
bc
03
00
65
65
63
73
74
00
00

03
ef
50
52
b8
fc
66
68
cd
ff
07
00
cd
61
64
6f
73
6f
00
00

=================== hexdump
00000000 eb 52 90 4e 54 46
00000010 00 00 00 00 00 f8
00000020 00 00 00 00 80 00
00000030 04 00 00 00 00 00
00000040 f6 00 00 00 01 00
00000050 00 00 00 00 fa 33
00000060 1f 1e 68 66 00 cb
00000070 54 46 53 75 15 b4
00000080 55 aa 75 06 f7 c1
00000090 18 68 1a 00 b4 48
000000a0 9f 83 c4 18 9e 58
000000b0 0f 00 c1 2e 0f 00
000000c0 66 ff 06 11 00 03
000000d0 40 00 2b c8 77 ef
000000e0 66 81 fb 54 43 50
000000f0 68 07 bb 16 68 70
00000100 55 16 16 16 68 b8
00000110 90 90 66 60 1e 06
00000120 66 68 00 00 00 00
00000130 b4 42 8a 16 0e 00
00000140 66 59 66 59 1f 0f
00000150 0f 00 8e c2 ff 0e
00000160 f8 01 e8 08 00 a0
00000170 f0 ac 3c 00 74 09
00000180 0d 0a 41 20 64 69
00000190 72 6f 72 20 6f 63
000001a0 4f 4f 54 4d 47 52
000001b0 67 00 0d 0a 42 4f
000001c0 6f 6d 70 72 65 73
000001d0 73 20 43 74 72 6c
000001e0 6f 20 72 65 73 74
000001f0 00 00 00 00 00 00
00000200

16
b8
41
11
01
f3
03
01
13
06
1f
f4
10
64
00
6d
20
20
00
8a

0f
00
75
16
66
aa
06
00
66
11
66
eb
eb
20
0d
70
43
72
00
01

-n512
53 20
00 00
80 00
00 00
00 00
c0 8e
88 16
41 bb
01 00
8a 16
1f 72
04 1e
16 0f
b8 00
41 75
0e 16
01 66
66 a1
66 50
16 1f
82 16
16 00
fb 01
b4 0e
73 6b
63 75
20 69
4f 54
73 65
2b 41
61 72
00 00

00
bb
24
68
61
e9
1c
68
59
00
61
fd
f2
65
0a
72
74
65
00
a7

8e
cd
81
09
0e
fe
00
10
5b
03
c3
8b
c3
72
42
65
72
73
00
01

c2
1a
f9
00
07
01
1e
00
5a
16
a1
f0
0d
72
4f
73
6c
74
00
bf

ff
66
02
66
cd
90
66
b4
66
0f
f6
ac
0a
6f
4f
73
2b
61
00
01

06
23
01
53
1a
90
68
42
59
00
01
3c
41
72
54
65
41
72
00
00

16
c0
72
66
33
66
00
8a
66
8e
e8
00
20
20
4d
64
6c
74
00
00

00
75
1e
53
c0
60
00
16
59
c2
09
74
64
6f
47
00
74
0d
00
55

e8
2d
16
66
bf
1e
00
0e
1f
ff
00
09
69
63
52
0d
2b
0a
00
aa

|f...............|
|K.+.w......f#.u-|
|f..TCPAu$....r..|
|h...hR..h..fSfSf|
|U...h..fa....3..|
|.............f`.|
|.f...f.....fh...|
|.fP.Sh..h...B...|
|.......fY[ZfYfY.|
|....f...........|
|...u...fa.......|
|............<.t.|
|............A di|
|sk read error oc|
|curred...BOOTMGR|
| is compressed..|
|.Press Ctrl+Alt+|
|Del to restart..|
|................|
|..............U.|

-C /dev/sda2
20 20 20 00
3f 00 ff 00
ff 57 99 15
7f 95 59 01
c0 ed 0c 7f
d0 bc 00 7c
0e 00 66 81
aa 55 cd 13
75 03 e9 d2
0e 00 8b f4
e1 3b 06 0b
5a 33 db b9
00 8e c2 ff
bb cd 1a 66
24 81 f9 02
68 09 00 66
61 0e 07 cd
11 00 66 03
06 53 68 01
8b f4 cd 13
00 66 ff 06
75 bc 07 1f
e8 02 00 eb
bb 07 00 cd
20 72 65 61
72 72 65 64
73 20 6d 69
4d 47 52 20
64 00 0d 0a
6c 74 2b 44
74 0d 0a 00
80 9d b2 ca

02
00
00
00
11
fb
3e
72
00
16
00
00
06
23
01
53
1a
06
00
66
11
66
fe
10
64
00
73
69
50
65
00
00

08
08
00
00
e3
68
03
0c
1e
1f
75
20
16
c0
72
66
e9
1c
68
59
00
61
b4
eb
20
0d
73
73
72
6c
00
00

00
6a
00
00
70
c0
00
81
83
cd
db
2b
00
75
1e
53
6a
00
10
5b
03
c3
01
f2
65
0a
69
20
65
20
00
55

00
18
00
00
35
07
4e
fb
ec
13
a3
c8
e8
2d
16
66
01
1e
00
5a
16
a0
8b
c3
72
42
6e
63
73
74
00
aa

|.R.NTFS
.....|
|........?.....j.|
|.........W......|
|..........Y.....|
|..............p5|
|.....3.....|.h..|
|..hf......f.>..N|
|TFSu..A..U..r...|
|U.u.....u.......|
|.h...H..........|
|.....X.r.;...u..|
|........Z3... +.|
|f...............|
|@.+.w......f#.u-|
|f..TCPAu$....r..|
|h...hp..h..fSfSf|
|U...h..fa.....j.|
|..f`..f...f.....|
|fh....fP.Sh..h..|
|.B..........fY[Z|
|fYfY.....f......|
|........u...fa..|
|................|
|..<.t...........|
|..A disk read er|
|ror occurred...B|
|OOTMGR is missin|
|g...BOOTMGR is c|
|ompressed...Pres|
|s Ctrl+Alt+Del t|
|o restart.......|
|..............U.|

=================== df -Th:
Filesystem

Type

Size Used Avail Use% Mounted on

/cow
overlayfs
udev
devtmpfs
tmpfs
tmpfs
/dev/sdb1
vfat
/dev/loop0
squashfs
none
tmpfs
tmpfs
tmpfs
none
tmpfs
none
tmpfs
none
tmpfs
/dev/sda3
ext4
-985e-a3b609edadb5
/dev/sda2
fuseblk
/dev/sda1
fuseblk

1.9G
1.9G
376M
7.5G
843M
4.0K
1.9G
5.0M
1.9G
100M
96G
173G
196G

123M
12K
1.2M
964M
843M
0
64K
0
80K
60K
81G

1.8G 7% /
1.9G 1% /dev
375M 1% /run
6.5G 13% /cdrom
0 100% /rofs
4.0K 0% /sys/fs/cgroup
1.9G 1% /tmp
5.0M 0% /run/lock
1.9G 1% /run/shm
100M 1% /run/user
11G 89% /media/ubuntu/fbb07b1a-2351-4d68

21G 153G 12% /media/ubuntu/Backup


15G 181G 8% /mnt/boot-sav/sda1

=================== fdisk -l:


Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 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: 0x0007c566
Device Boot
/dev/sda1 *
/dev/sda2
/dev/sda3
/dev/sda4

Start
2048
409602048
771973120
974725120

End
409602047
771973119
974725119
976773119

Blocks Id
204800000
181185536
101376000
1024000

System
7 HPFS/NTFS/exFAT
7 HPFS/NTFS/exFAT
83 Linux
82 Linux swap / Solaris

Disk /dev/sdb: 8004 MB, 8004304896 bytes


255 heads, 63 sectors/track, 973 cylinders, total 15633408 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: 0x0010d6bf
Device Boot
/dev/sdb1 *

Start
63

End
15633407

Blocks Id System
7816672+ c W95 FAT32 (LBA)

=================== Recommended repair


Recommended-Repair
This setting will reinstall the grub2 of sda3 into the MBR of sda.
Additional repair will be performed: unhide-bootmenu-10s
Unhide GRUB boot menu in sda3/etc/default/grub
*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integ
rated Graphics Controller [8086:0046] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1469]
Kernel driver in use: i915
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series
Chipset HECI Controller [8086:3b64] (rev 06)
-01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI]
Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]

Subsystem: Hewlett-Packard Company Mobility Radeon HD 5450 [103c:1469]


Kernel driver in use: radeon
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI A
udio [Radeon HD 5400/6300 Series] [1002:aa68]
*******
grub-install (GRUB) 2.00-19ubuntu2.1,grub-install (GRUB) 2.
Reinstall the GRUB of sda3 into the MBR of sda
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0
chroot /media/ubuntu/fbb07b1a-2351-4d68-985e-a3b609edadb5 update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.11.0-15-generic
Found initrd image: /boot/initrd.img-3.11.0-15-generic
Found linux image: /boot/vmlinuz-3.11.0-14-generic
Found initrd image: /boot/initrd.img-3.11.0-14-generic
Found linux image: /boot/vmlinuz-3.11.0-13-generic
Found initrd image: /boot/initrd.img-3.11.0-13-generic
Found linux image: /boot/vmlinuz-3.11.0-12-generic
Found initrd image: /boot/initrd.img-3.11.0-12-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 8 (loader) on /dev/sda1
Unhide GRUB boot menu in sda3/boot/grub/grub.cfg
Boot successfully repaired.
You can now reboot your computer.

You might also like