Sei sulla pagina 1di 12

Boot Info Script e7fc706 + Boot-Repair extra info

[Boot-Info 31Jan2013]

============================= 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
for (,msdos5)/boot/grub on this drive.
=> 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

sda2: __________________________________________________________________________
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

sda3: __________________________________________________________________________
File system:
ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda4: __________________________________________________________________________
File system:
Extended Partition
Boot sector type: Boot sector info:
sda5: __________________________________________________________________________
File system:
Boot sector type:
Boot sector info:
Operating System:
Boot files:

ext4
Kali GNU/Linux 1.0
/boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda6: __________________________________________________________________________
File system:
swap
Boot sector type: Boot sector info:
sdb1: __________________________________________________________________________
File system:
vfat
Boot sector type: SYSLINUX 6.02 2013-10-13... :..(:,:0:4:8:....D:H:L:[.T:[.
\:`:d:[.l:p:t:x:|:.:.:.:.:.:.:.:...........
Boot sector info: Syslinux looks at sector 6848536 of /dev/sdb1 for its

second stage. SYSLINUX is installed in the /multiboot


directory. No errors found in the Boot Parameter Block.
Operating System:
Boot files:
/multiboot/boot-repair-disk-64bit/EFI/BOOT/grubx64.efi
============================ 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 / 4096 bytes
Partition Boot Start Sector
/dev/sda1
S
/dev/sda2
S
/dev/sda3
S
/dev/sda4
/dev/sda5
/dev/sda6
is

End Sector # of Sectors Id System

2,048

718,847

716,800

7 NTFS / exFAT / HPF

718,848

205,518,847

204,800,000

7 NTFS / exFAT / HPF

307,202,048

976,771,071

669,569,024

7 NTFS / exFAT / HPF

205,520,894
205,520,896
302,997,504

307,093,503
302,995,455
307,093,503

101,572,610 5 Extended
97,474,560 83 Linux
4,096,000 82 Linux swap / Solar

Drive: sdb _____________________________________________________________________


Disk /dev/sdb: 8006 MB, 8006926336 bytes
39 heads, 39 sectors/track, 10281 cylinders, total 15638528 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,638,527

8,064

15,630,464

b W95 FAT32

"blkid" output: ________________________________________________________________


Device
/dev/loop0
/dev/sda1
ed
/dev/sda2
/dev/sda3
/dev/sda5
/dev/sda6
/dev/sdb1

UUID

TYPE

LABEL

F2982B8A982B4C83

squashfs
ntfs

System Reserv

1492389792387EF4
3A6E19186E18CE8F
193bd7e9-5b70-4cbb-9884-3511fc90bcbc
4e49806d-39b7-4ed8-a908-0608e6e0364d
7002-2D57

ntfs
ntfs
ext4
swap
vfat

MULTIBOOT

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


Device

Mount_Point

Type

Options

/dev/loop0
/rofs
squashfs (ro,noatime)
/dev/sdb1
/cdrom
vfat
(ro,noatime,fmask=0022,dmas
k=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)

=========================== 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
load_env
fi
set default="0"
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
insmod
insmod
insmod
insmod
}

load_video {
vbe
vga
video_bochs
video_cirrus

insmod part_msdos
insmod ext2
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set=root 193bd7e9-5b70-4cbb-9884-3511fc90bcbc
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set=root 193bd7e9-5b70-4cbb-9884-3511fc90bcbc
set locale_dir=($root)/boot/grub/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
set timeout=10
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###

insmod part_msdos
insmod ext2
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set=root 193bd7e9-5b70-4cbb-9884-3511fc90bcbc
insmod png
if background_image /usr/share/images/desktop-base/kali-grub.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.7-trunk-686-pae' --class debian --clas
s gnu-linux --class gnu --class os {
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set=root 193bd7e9-5b70-4cbb-9884-3511fc90
bcbc
echo
'Loading Linux 3.7-trunk-686-pae ...'
linux /boot/vmlinuz-3.7-trunk-686-pae root=UUID=193bd7e9-5b70-4cbb-988
4-3511fc90bcbc ro initrd=/install/gtk/initrd.gz quiet
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.7-trunk-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.7-trunk-686-pae (recovery mode)' --cla
ss debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set=root 193bd7e9-5b70-4cbb-9884-3511fc90
bcbc
echo
'Loading Linux 3.7-trunk-686-pae ...'
linux /boot/vmlinuz-3.7-trunk-686-pae root=UUID=193bd7e9-5b70-4cbb-988
4-3511fc90bcbc ro single initrd=/install/gtk/initrd.gz
echo
'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.7-trunk-686-pae
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_otheros ###
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
menuentry "Windows Vista (loader)" {
set root=(hd1,msdos1)
search --no-floppy --fs-uuid --set F2982B8A982B4C83
chainloader +1
}

### END /etc/grub.d/30_otheros ###


### 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 $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/sdb5 during installation
UUID=193bd7e9-5b70-4cbb-9884-3511fc90bcbc /
ext4
errors=remount
-ro 0
1
# swap was on /dev/sdb6 during installation
UUID=4e49806d-39b7-4ed8-a908-0608e6e0364d none
swap
sw
0
0
/dev/sr0
/media/cdrom0 udf,iso9660 user,noauto
0
0
/dev/sda1
/media/usb0
auto
rw,user,noauto 0
0
-------------------------------------------------------------------------------=================== sda5: Location of files loaded by Grub: ====================
GiB - GB
130.341800690
130.287754059
130.128879547
130.128879547
99.404155731

=
=
=
=
=

139.953442816
139.895410688
139.724820480
139.724820480
106.734399488

File
boot/grub/grub.cfg
boot/grub/core.img
boot/vmlinuz-3.7-trunk-686-pae
vmlinuz
boot/initrd.img-3.7-trunk-686-pae

Fragment(s)
1
1
1
1
2

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


File descriptor 8 (/proc/2656/mounts) leaked on lvscan invocation. Parent PID 10
873: bash
No volume groups found
ADDITIONAL INFORMATION :
=================== log of boot-repair 2015-03-01__23h00 ===================
boot-repair version : 3.198~ppa16~raring
boot-sav version : 3.198~ppa16~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.198~ppa16~raring
File descriptor 8 (/proc/2656/mounts) leaked on lvs invocation. Parent PID 4235:
/bin/sh
No volume groups found

boot-repair is executed in live-session (Boot-Repair-Disk 64bit 24avr2013, rarin


g, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):
32-bit, 64-bit
BOOT_IMAGE=/multiboot/boot-repair-disk-64bit/casper/vmlinuz file=/cdrom/multiboo
t/boot-repair-disk-64bit/preseed/lubuntu.seed boot=casper cdrom-detect/try-usb=t
rue noprompt floppy.allowed_drive_mask=0 ignore_uuid live-media-path=/multiboot/
boot-repair-disk-64bit/casper/ initrd=/multiboot/boot-repair-disk-64bit/casper/i
nitrd.lz quiet splash -=================== os-prober:
/dev/sda1:Windows 8 (loader):Windows:chain
/dev/sda2:Windows 8 (loader):Windows1:chain
/dev/sda5:Debian GNU/Linux (Kali Linux 1.0):Debian:linux
=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="System Reserved" UUID="F2982B8A982B4C83" TYPE="ntfs"
/dev/sda2: UUID="1492389792387EF4" TYPE="ntfs"
/dev/sda3: UUID="3A6E19186E18CE8F" TYPE="ntfs"
/dev/sda5: UUID="193bd7e9-5b70-4cbb-9884-3511fc90bcbc" TYPE="ext4"
/dev/sda6: UUID="4e49806d-39b7-4ed8-a908-0608e6e0364d" TYPE="swap"
/dev/sdb1: LABEL="MULTIBOOT" UUID="7002-2D57" TYPE="vfat"
1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
=================== sda5/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_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="initrd=/install/gtk/initrd.gz"
# 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"

=================== sda5/etc/grub.d/ :
drwxr-xr-x 2 root root
4096 Feb 25 13:00 grub.d
total 56
-rwxr-xr-x 1 root root 6728 Jan 2 2013 00_header
-rwxr-xr-x 1 root root 5407 Jan 2 2013 05_debian_theme
-rwxr-xr-x 1 root root 5938 Jan 2 2013 10_linux
-rwxr-xr-x 1 root root 6335 Jan 2 2013 20_linux_xen
-rwxr-xr-x 1 root root 5990 Jan 2 2013 30_os-prober
-rwxr-xr-x 1 root root 252 Feb 25 13:00 30_otheros
-rwxr-xr-x 1 root root 214 Jan 2 2013 40_custom
-rwxr-xr-x 1 root root 95 Jan 2 2013 41_custom
-rw-r--r-- 1 root root 483 Jan 2 2013 README
=================== 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, no-winload,
no-recov-nor-hid,
bootmgr,
is-winboot,
nopakmgr,
nogrubinstall, no---usr,
part-has-no-fsta
b,
not-sep-usr,
standard,
not-far,
/mnt/boot-sav/sda1.
sda2
: 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/sda2.
sda3
: 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,
/mnt/boot-sav/sda3.
sda5
: sda, not-sepboot,
grubenv-ok
grub2, grub-pc ,
update-g
rub,
32,
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,
/mnt/boot-sav/sda5.
sda
: not-GPT,
BIOSboot-not-needed,
has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA ST500LT012-1DG14 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

has-no-EFIpart,

not-usb,

Number
1
2
4
5
6
3

Start
1049kB
368MB
105GB
105GB
155GB
157GB

End
368MB
105GB
157GB
155GB
157GB
500GB

Size
367MB
105GB
52.0GB
49.9GB
2097MB
343GB

Type
primary
primary
extended
logical
logical
primary

File system
ntfs
ntfs

Flags
boot

ext4
linux-swap(v1)
ntfs

Model: TOSHIBA TOSHIBA USB DRV (scsi)


Disk /dev/sdb: 8007MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End
Size
Type
File system Flags
1
4129kB 8007MB 8003MB primary fat32
boot
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:4096:msdos:ATA ST500LT012-1DG14;
1:1049kB:368MB:367MB:ntfs::boot;
2:368MB:105GB:105GB:ntfs::;
4:105GB:157GB:52.0GB:::;
5:105GB:155GB:49.9GB:ext4::;
6:155GB:157GB:2097MB:linux-swap(v1)::;
3:157GB:500GB:343GB:ntfs::;
BYT;
/dev/sdb:8007MB:scsi:512:512:msdos:TOSHIBA TOSHIBA USB DRV;
1:4129kB:8007MB:8003MB:fat32::boot;
=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
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 (ro,noatime,fmask=0022,dmask=0022,codepage=437,ioc
harset=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)
gvfsd-fuse on /run/user/it/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=it)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksiz
e=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksiz
e=4096)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksiz
e=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)

=================== 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 sda5 sda6 size slaves stat subsyste
m trace uevent
/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): alarm ashmem autofs binder block bsg btrfs-control bus cdrom c
drw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd ful
l fuse hpet input kmsg kvm log mapper mcelog mem net network_latency network_thr
oughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2
sda3 sda4 sda5 sda6 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdo
ut uinput urandom v4l vga_arbiter 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 aa 74 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 4b 00 2b c8 77 ef
000000e0 66 81 fb 54 43 50
000000f0 68 07 bb 16 68 52
00000100 55 16 16 16 68 b8
00000110 0a 13 b9 f6 0c fc
00000120 06 66 a1 11 00 66
00000130 00 66 50 06 53 68
00000140 00 16 1f 8b f4 cd
00000150 0f 82 16 00 66 ff
00000160 0e 16 00 75 bc 07
00000170 a1 fa 01 e8 03 00
00000180 b4 0e bb 07 00 cd
00000190 73 6b 20 72 65 61
000001a0 63 75 72 72 65 64
000001b0 20 69 73 20 63 6f
000001c0 0a 50 72 65 73 73
000001d0 44 65 6c 20 74 6f
000001e0 00 00 00 00 00 00
000001f0 00 00 00 00 00 00
00000200

-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
11 16
01 66
f3 aa
03 06
01 00
13 66
06 11
1f 66
f4 eb
10 eb
64 20
00 0d
6d 70
20 43
20 72
00 00
8a 01

-C /dev/sda1
20 20 20 00
3f 00 ff 00
ff ef 0a 00
02 00 00 00
83 4c 2b 98
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
00 8e c2 ff
bb cd 1a 66
24 81 f9 02
68 09 00 66
61 0e 07 cd
e9 fe 01 90
1c 00 1e 66
68 10 00 b4
59 5b 5a 66
00 03 16 0f
61 c3 a1 f6
fd 8b f0 ac
f2 c3 0d 0a
65 72 72 6f
0a 42 4f 4f
72 65 73 73
74 72 6c 2b
65 73 74 61
00 00 00 00
a7 01 bf 01

=================== hexdump
00000000 eb 52 90 4e 54 46
00000010 00 00 00 00 00 f8
00000020 00 00 00 00 80 00

-n512
53 20
00 00
80 00

-C /dev/sda2
20 20 20 00 02 08 00 00 |.R.NTFS
.....|
3f 00 ff 00 00 f8 0a 00 |........?.......|
f8 ff 34 0c 00 00 00 00 |..........4.....|

02
00
00
00
8a
fb
3e
72
00
16
00
00
06
23
01
53
1a
90
68
42
59
00
01
3c
41
72
54
65
41
72
00
00

08
08
00
00
2b
68
03
0c
1e
1f
75
20
16
c0
72
66
33
66
00
8a
66
8e
e8
00
20
20
4d
64
6c
74
00
00

00
00
00
00
98
c0
00
81
83
cd
db
2b
00
75
1e
53
c0
60
00
16
59
c2
09
74
64
6f
47
00
74
0d
00
55

00
00
00
00
f2
07
4e
fb
ec
13
a3
c8
e8
2d
16
66
bf
1e
00
0e
1f
ff
00
09
69
63
52
0d
2b
0a
00
aa

|.R.NTFS
.....|
|........?.......|
|................|
|.t..............|
|.........L+..+..|
|.....3.....|.h..|
|..hf......f.>..N|
|TFSu..A..U..r...|
|U.u.....u.......|
|.h...H..........|
|.....X.r.;...u..|
|........Z3... +.|
|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.|

00000030
00000040
00000050
00000060
00000070
00000080
00000090
000000a0
000000b0
000000c0
000000d0
000000e0
000000f0
00000100
00000110
00000120
00000130
00000140
00000150
00000160
00000170
00000180
00000190
000001a0
000001b0
000001c0
000001d0
000001e0
000001f0
00000200

00
f6
00
1f
54
55
18
9f
0f
66
4b
66
68
55
0a
06
00
00
0f
0e
a1
b4
73
63
20
0a
44
00
00

00
00
00
1e
46
aa
68
83
00
ff
00
81
07
16
13
66
66
16
82
16
fa
0e
6b
75
69
50
65
00
00

0c
00
00
68
53
75
1a
c4
c1
06
2b
fb
bb
16
b9
a1
50
1f
16
00
01
bb
20
72
73
72
6c
00
00

00
00
00
66
75
06
00
18
2e
11
c8
54
16
16
f6
11
06
8b
00
75
e8
07
72
72
20
65
20
00
00

00
01
fa
00
15
f7
b4
9e
0f
00
77
43
68
68
0c
00
53
f4
66
bc
03
00
65
65
63
73
74
00
00

00
00
33
cb
b4
c1
48
58
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 00 00 0c 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 4b 00 2b c8 77 ef
000000e0 66 81 fb 54 43 50
000000f0 68 07 bb 16 68 52
00000100 55 16 16 16 68 b8
00000110 0a 13 b9 f6 0c fc
00000120 06 66 a1 11 00 66
00000130 00 66 50 06 53 68
00000140 00 16 1f 8b f4 cd
00000150 0f 82 16 00 66 ff
00000160 0e 16 00 75 bc 07
00000170 a1 fa 01 e8 03 00
00000180 b4 0e bb 07 00 cd
00000190 73 6b 20 72 65 61
000001a0 63 75 72 72 65 64
000001b0 20 69 73 20 63 6f

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

00
00
8e
16
bb
00
16
72
1e
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
11 16
01 66
f3 aa
03 06
01 00
13 66
06 11
1f 66
f4 eb
10 eb
64 20
00 0d
6d 70

02
f4
d0
0e
aa
75
0e
e1
5a
00
bb
24
68
61
e9
1c
68
59
00
61
fd
f2
65
0a
72
74
65
00
a7

00
7e
bc
00
55
03
00
3b
33
8e
cd
81
09
0e
fe
00
10
5b
03
c3
8b
c3
72
42
65
72
73
00
01

00
38
00
66
cd
e9
8b
06
db
c2
1a
f9
00
07
01
1e
00
5a
16
a1
f0
0d
72
4f
73
6c
74
00
bf

00
92
7c
81
13
dd
f4
0b
b9
ff
66
02
66
cd
90
66
b4
66
0f
f6
ac
0a
6f
4f
73
2b
61
00
01

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

00
38
68
03
0c
1e
1f
75
20
16
c0
72
66
33
66
00
8a
66
8e
e8
00
20
20
4d
64
6c
74
00
00

00
92
c0
00
81
83
cd
db
2b
00
75
1e
53
c0
60
00
16
59
c2
09
74
64
6f
47
00
74
0d
00
55

00
14
07
4e
fb
ec
13
a3
c8
e8
2d
16
66
bf
1e
00
0e
1f
ff
00
09
69
63
52
0d
2b
0a
00
aa

|................|
|.........~8..8..|
|.....3.....|.h..|
|..hf......f.>..N|
|TFSu..A..U..r...|
|U.u.....u.......|
|.h...H..........|
|.....X.r.;...u..|
|........Z3... +.|
|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/sda3
20 20 20 00
3f 00 ff 00
ff cf e8 27
02 00 00 00
8f ce 18 6e
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
00 8e c2 ff
bb cd 1a 66
24 81 f9 02
68 09 00 66
61 0e 07 cd
e9 fe 01 90
1c 00 1e 66
68 10 00 b4
59 5b 5a 66
00 03 16 0f
61 c3 a1 f6
fd 8b f0 ac
f2 c3 0d 0a
65 72 72 6f
0a 42 4f 4f
72 65 73 73

02
00
00
00
18
fb
3e
72
00
16
00
00
06
23
01
53
1a
90
68
42
59
00
01
3c
41
72
54
65

08
88
00
00
19
68
03
0c
1e
1f
75
20
16
c0
72
66
33
66
00
8a
66
8e
e8
00
20
20
4d
64

00
4f
00
00
6e
c0
00
81
83
cd
db
2b
00
75
1e
53
c0
60
00
16
59
c2
09
74
64
6f
47
00

00
12
00
00
3a
07
4e
fb
ec
13
a3
c8
e8
2d
16
66
bf
1e
00
0e
1f
ff
00
09
69
63
52
0d

|.R.NTFS
.....|
|........?.....O.|
|...........'....|
|................|
|...........n..n:|
|.....3.....|.h..|
|..hf......f.>..N|
|TFSu..A..U..r...|
|U.u.....u.......|
|.h...H..........|
|.....X.r.;...u..|
|........Z3... +.|
|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..|

000001c0
000001d0
000001e0
000001f0
00000200

0a
44
00
00

50
65
00
00

72
6c
00
00

65
20
00
00

73
74
00
00

73
6f
00
00

20
20
00
8a

43
72
00
01

74
65
00
a7

72
73
00
01

6c
74
00
bf

2b
61
00
01

41
72
00
00

6c
74
00
00

74
0d
00
55

2b
0a
00
aa

|.Press Ctrl+Alt+|
|Del to restart..|
|................|
|..............U.|

=================== df -Th:
Filesystem
/cow
udev
tmpfs
/dev/sdb1
/dev/loop0
none
tmpfs
none
none
none
/dev/sda1
/dev/sda2
/dev/sda3
/dev/sda5

Type
overlayfs
devtmpfs
tmpfs
vfat
squashfs
tmpfs
tmpfs
tmpfs
tmpfs
tmpfs
fuseblk
fuseblk
fuseblk
ext4

Size
911M
894M
183M
7.5G
435M
4.0K
911M
5.0M
911M
100M
350M
98G
320G
46G

Used
20M
12K
804K
510M
435M
0
8.0K
0
0
12K
257M
24G
79G
7.0G

Avail
891M
894M
182M
7.0G
0
4.0K
911M
5.0M
911M
100M
94M
75G
241G
37G

Use%
3%
1%
1%
7%
100%
0%
1%
0%
0%
1%
74%
24%
25%
17%

Mounted on
/
/dev
/run
/cdrom
/rofs
/sys/fs/cgroup
/tmp
/run/lock
/run/shm
/run/user
/mnt/boot-sav/sda1
/mnt/boot-sav/sda2
/mnt/boot-sav/sda3
/mnt/boot-sav/sda5

=================== 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x741d2acd
Device Boot
Start
/dev/sda1 *
2048
/dev/sda2
718848
/dev/sda3
307202048
/dev/sda4
205520894
Partition 4 does not start
/dev/sda5
205520896
/dev/sda6
302997504

End
718847
205518847
976771071
307093503
on physical
302995455
307093503

Blocks Id System
358400
7 HPFS/NTFS/exFAT
102400000
7 HPFS/NTFS/exFAT
334784512
7 HPFS/NTFS/exFAT
50786305
5 Extended
sector boundary.
48737280 83 Linux
2048000 82 Linux swap / Solaris

Partition table entries are not in disk order


Disk /dev/sdb: 8006 MB, 8006926336 bytes
39 heads, 39 sectors/track, 10281 cylinders, total 15638528 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: 0xc3072e18
Device Boot
/dev/sdb1 *

Start
8064

End
15638527

Blocks Id System
7815232
b W95 FAT32

=================== Default settings


Recommended-Repair
This setting would reinstall the grub2 of sda5 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s

=================== Settings chosen by the user


Boot-Info
This setting will not act on the MBR.

No change has been performed on your computer.

Potrebbero piacerti anche