Kod: Zaznacz cały
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
=> 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
for (,msdos1)/boot/grub on this drive.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bootx64.efi /efi/linuxmint/grubx64.efi
sda2: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: nieznany typ systemu plików ''
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /Windows/System32/winload.exe
sda4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.04.3 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sdb2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sdb5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
głowic: 256, sektorów/ścieżkę: 63, cylindrów: 121126, w sumie sektorów: 1953525168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 4096
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 4,294,967,295 4,294,967,295 ee GPT
/dev/sda1 ends after the last sector of /dev/sda
GUID Partition Table detected.
Partition Start Sector End Sector # of Sectors System
/dev/sda1 2,048 206,847 204,800 EFI System partition
/dev/sda2 206,848 468,991 262,144 Microsoft Reserved Partition (Windows)
/dev/sda3 468,992 153,602,047 153,133,056 Data partition (Windows/Linux)
/dev/sda4 153,602,048 563,202,047 409,600,000 Data partition (Windows/Linux)
/dev/sda5 563,202,048 1,953,521,663 1,390,319,616 Data partition (Windows/Linux)
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 14593, w sumie sektorów: 234441648
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 2,048 217,774,079 217,772,032 83 Linux
/dev/sdb2 217,776,126 234,440,703 16,664,578 5 Extended
/dev/sdb5 217,776,128 234,440,703 16,664,576 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 F074-3ECB vfat
/dev/sda3 3850B06850B02E8E ntfs
/dev/sda4 0CD4FE89D4FE7474 ntfs Lokalny
/dev/sda5 5A7E142A7E13FD87 ntfs Lokalny
/dev/sdb1 afbdc2aa-bb38-4588-a902-12ea5ac64a6c ext4
/dev/sdb5 b4817e5c-aa7f-4347-ad91-298ea86ff776 swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sdb1 / ext4 (rw,errors=remount-ro)
=========================== sdb1/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 [ "${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 {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
set locale_dir=($root)/boot/grub/locale
set lang=pl_PL
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
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
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-56-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
linux /boot/vmlinuz-3.2.0-56-generic root=UUID=afbdc2aa-bb38-4588-a902-12ea5ac64a6c ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-56-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-56-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
echo 'Wczytywanie systemu Linux 3.2.0-56-generic...'
linux /boot/vmlinuz-3.2.0-56-generic root=UUID=afbdc2aa-bb38-4588-a902-12ea5ac64a6c ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.2.0-56-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
linux /boot/vmlinuz-3.2.0-31-generic root=UUID=afbdc2aa-bb38-4588-a902-12ea5ac64a6c ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-31-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-31-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
echo 'Wczytywanie systemu Linux 3.2.0-31-generic...'
linux /boot/vmlinuz-3.2.0-31-generic root=UUID=afbdc2aa-bb38-4588-a902-12ea5ac64a6c ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.2.0-31-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root afbdc2aa-bb38-4588-a902-12ea5ac64a6c
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
if keystatus; then
if keystatus --shift; then
set timeout=-1
else
set timeout=0
fi
else
if sleep --interruptible 3 ; then
set timeout=0
fi
fi
fi
### 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 $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sdb1/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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=afbdc2aa-bb38-4588-a902-12ea5ac64a6c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=b4817e5c-aa7f-4347-ad91-298ea86ff776 none swap sw 0 0
--------------------------------------------------------------------------------
=================== sdb1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
= boot/grub/core.img 1
= boot/grub/grub.cfg 1
= boot/initrd.img-3.2.0-31-generic 2
= boot/initrd.img-3.2.0-56-generic 2
= boot/vmlinuz-3.2.0-31-generic 1
= boot/vmlinuz-3.2.0-56-generic 1
= initrd.img 2
= initrd.img.old 2
= vmlinuz 1
= vmlinuz.old 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda1
00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 00 29 cb 3e 74 f0 4e 4f 20 4e 41 4d 45 20 20 |..).>t.NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|.V@.N..V|
00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t.....f@Iu..BOO|
00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
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 ac 01 b9 01 00 00 55 aa |..............U.|
00000200
Unknown BootLoader on sdb2
00000000 34 00 33 00 42 00 38 00 2d 00 41 00 36 00 44 00 |4.3.B.8.-.A.6.D.|
00000010 39 00 2d 00 41 00 41 00 35 00 32 00 30 00 44 00 |9.-.A.A.5.2.0.D.|
00000020 33 00 33 00 36 00 41 00 46 00 44 00 2e 00 64 00 |3.3.6.A.F.D...d.|
00000030 65 00 73 00 63 00 72 00 90 00 00 00 02 00 00 00 |e.s.c.r.........|
00000040 17 b2 00 00 00 00 11 00 f9 a8 00 00 00 00 0e 00 |................|
00000050 38 ec 28 27 00 00 00 00 d0 62 64 c3 6d c6 ce 01 |8.('.....bd.m...|
00000060 00 08 00 00 00 00 00 00 00 00 00 00 20 20 00 00 |............ ..|
00000070 50 00 3c 00 31 00 35 00 38 00 32 00 43 00 33 00 |P.<.1.5.8.2.C.3.|
00000080 37 00 30 00 2d 00 34 00 33 00 30 00 36 00 2d 00 |7.0.-.4.3.0.6.-.|
00000090 34 00 33 00 42 00 38 00 2d 00 41 00 36 00 44 00 |4.3.B.8.-.A.6.D.|
000000a0 39 00 2d 00 41 00 41 00 35 00 32 00 30 00 44 00 |9.-.A.A.5.2.0.D.|
000000b0 33 00 33 00 36 00 41 00 46 00 44 00 2e 00 78 00 |3.3.6.A.F.D...x.|
000000c0 6d 00 6c 00 00 00 00 00 90 00 00 00 02 00 00 00 |m.l.............|
000000d0 17 b2 00 00 00 00 11 00 f9 a8 00 00 00 00 0e 00 |................|
000000e0 c8 ec 28 27 00 00 00 00 e0 89 64 c3 6d c6 ce 01 |..('......d.m...|
000000f0 00 08 00 80 00 00 00 00 00 00 00 00 20 20 00 00 |............ ..|
00000100 50 00 3c 00 31 00 35 00 38 00 32 00 43 00 33 00 |P.<.1.5.8.2.C.3.|
00000110 37 00 30 00 2d 00 34 00 33 00 30 00 36 00 2d 00 |7.0.-.4.3.0.6.-.|
00000120 34 00 33 00 42 00 38 00 2d 00 41 00 36 00 44 00 |4.3.B.8.-.A.6.D.|
00000130 39 00 2d 00 41 00 41 00 35 00 32 00 30 00 44 00 |9.-.A.A.5.2.0.D.|
00000140 33 00 33 00 36 00 41 00 46 00 44 00 2e 00 78 00 |3.3.6.A.F.D...x.|
00000150 6d 00 6c 00 00 00 00 00 90 00 00 00 02 00 00 00 |m.l.............|
00000160 61 a4 00 00 00 00 40 00 f9 a8 00 00 00 00 0e 00 |a.....@.........|
00000170 58 ed 28 27 00 00 00 00 e0 89 64 c3 6d c6 ce 01 |X.('......d.m...|
00000180 00 08 00 00 00 00 00 00 00 00 00 00 20 20 00 00 |............ ..|
00000190 54 00 3c 00 33 00 45 00 39 00 42 00 34 00 45 00 |T.<.3.E.9.B.4.E.|
000001a0 42 00 39 00 2d 00 38 00 35 00 35 00 39 00 2d 00 |B.9.-.8.5.5.9.-.|
000001b0 34 00 32 00 32 00 33 00 2d 00 41 00 43 00 00 fe |4.2.2.3.-.A.C...|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 48 fe 00 00 00 |...........H....|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=============================== StdErr Messages: ===============================
xz: (stdin): Dane skompresowane są uszkodzone
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in