Kod: Zaznacz cały
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Windows is installed in the MBR of /dev/sda
=> Windows is installed in the MBR of /dev/sdb
=> Windows is installed in the MBR of /dev/sdc
sda1: _________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files/dirs: /bootmgr /Boot/BCD /Windows/System32/winload.exe
/ntldr /NTDETECT.COM
sda2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda6: _________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 11.04
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda7: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs:
sdb1: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
sdb2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: According to the info in the boot sector, sdb5 starts
at sector 63.
Operating System:
Boot files/dirs:
sdc1: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Dysk /dev/sda: 160.0 GB, bajtów: 160040803840
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 19457, w sumie sektorów: 312579695
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start End Size Id System
/dev/sda1 * 63 247,917,567 247,917,505 7 HPFS/NTFS
/dev/sda2 247,918,590 312,578,047 64,659,458 5 Extended
/dev/sda5 247,918,592 252,327,935 4,409,344 82 Linux swap / Solaris
/dev/sda6 252,329,984 273,786,879 21,456,896 83 Linux
/dev/sda7 273,788,928 312,578,047 38,789,120 83 Linux
Drive: sdb ___________________ _____________________________________________________
Dysk /dev/sdb: 500.1 GB, bajtów: 500107862016
głowic: 16, sektorów/ścieżkę: 63, cylindrów: 969021, w sumie sektorów: 976773168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start End Size Id System
/dev/sdb1 * 63 41,942,847 41,942,785 7 HPFS/NTFS
/dev/sdb2 41,944,896 976,772,159 934,827,264 f W95 Ext d (LBA)
/dev/sdb5 41,944,959 976,772,159 934,827,201 7 HPFS/NTFS
Drive: sdc ___________________ _____________________________________________________
Dysk /dev/sdc: 500.1 GB, bajtów: 500107862016
głowic: 240, sektorów/ścieżkę: 63, cylindrów: 64601, w sumie sektorów: 976773168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start End Size Id System
/dev/sdc1 63 976,751,999 976,751,937 7 HPFS/NTFS
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 8010875E108759D4 ntfs Source
/dev/sda2: PTTYPE="dos"
/dev/sda5 cf0f498f-92d6-44f4-83ed-08a43df35fcc swap
/dev/sda6 ec034cb0-f4ec-43bf-b5e8-c7240dc90c28 ext3
/dev/sda7 c951173c-9096-4950-99cd-849cf6068c57 ext4
/dev/sda: PTTYPE="dos"
/dev/sdb1 4C5C6DC15C6DA684 ntfs Ubuntu
/dev/sdb2: PTTYPE="dos"
/dev/sdb5 F4F44D1FF44CE588 ntfs Dane
/dev/sdb: PTTYPE="dos"
/dev/sdc1 9254841E548406E7 ntfs Download
/dev/sdc: PTTYPE="dos"
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sda6 / ext3 (rw,errors=remount-ro,commit=0)
/dev/sda7 /home ext4 (rw,commit=0)
=========================== sda6/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='(/dev/sda,msdos6)'
search --no-floppy --fs-uuid --set=root ec034cb0-f4ec-43bf-b5e8-c7240dc90c28
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos6)'
search --no-floppy --fs-uuid --set=root ec034cb0-f4ec-43bf-b5e8-c7240dc90c28
set locale_dir=($root)/boot/grub/locale
set lang=pl_PL
insmod gettext
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 ###
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 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos6)'
search --no-floppy --fs-uuid --set=root ec034cb0-f4ec-43bf-b5e8-c7240dc90c28
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=ec034cb0-f4ec-43bf-b5e8-c7240dc90c28 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.38-8-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.38-8-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos6)'
search --no-floppy --fs-uuid --set=root ec034cb0-f4ec-43bf-b5e8-c7240dc90c28
echo 'Loading Linux 2.6.38-8-generic ...'
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=ec034cb0-f4ec-43bf-b5e8-c7240dc90c28 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.38-8-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='(/dev/sda,msdos6)'
search --no-floppy --fs-uuid --set=root ec034cb0-f4ec-43bf-b5e8-c7240dc90c28
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos6)'
search --no-floppy --fs-uuid --set=root ec034cb0-f4ec-43bf-b5e8-c7240dc90c28
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 8010875E108759D4
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### 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 ###
=============================== sda6/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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/sda6 during installation
UUID=ec034cb0-f4ec-43bf-b5e8-c7240dc90c28 / ext3 errors=remount-ro 0 1
# /home was on /dev/sda7 during installation
UUID=c951173c-9096-4950-99cd-849cf6068c57 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=cf0f498f-92d6-44f4-83ed-08a43df35fcc none swap sw 0 0
=================== sda6: Location of files loaded by Grub: ===================
133.0GB: boot/grub/core.img
133.0GB: boot/grub/grub.cfg
133.0GB: boot/initrd.img-2.6.38-8-generic
132.9GB: boot/vmlinuz-2.6.38-8-generic
133.0GB: initrd.img
132.9GB: vmlinuz
=========================== Unknown MBRs/Boot Sectors/etc =======================
Unknown BootLoader on sda1
00000000 eb 63 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.c.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
00000020 00 00 00 00 80 00 80 00 c0 eb c6 0e 00 00 00 00 |................|
00000030 00 00 0c 00 00 00 00 00 bc 14 2a 01 00 00 00 00 |..........*.....|
00000040 f6 00 00 00 01 00 00 00 d4 59 87 10 5e 87 10 80 |.........Y..^...|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 80 18 01 7e 0f |.....3........~.|
00000060 00 00 00 00 ff fa 90 90 f6 c2 80 74 05 f6 c2 70 |...........t...p|
00000070 74 02 b2 80 ea 79 7c 00 00 31 c0 8e d8 8e d0 bc |t....y|..1......|
00000080 00 20 fb a0 64 7c 3c ff 74 02 88 c2 52 bb 17 04 |. ..d|<.t...R...|
00000090 80 27 03 74 06 be 88 7d e8 17 01 be 05 7c b4 41 |.'.t...}.....|.A|
000000a0 bb aa 55 cd 13 5a 52 72 3d 81 fb 55 aa 75 37 83 |..U..ZRr=..U.u7.|
000000b0 e1 01 74 32 31 c0 89 44 04 40 88 44 ff 89 44 02 |..t21..D.@.D..D.|
000000c0 c7 04 10 00 66 8b 1e 5c 7c 66 89 5c 08 66 8b 1e |....f..\|f.\.f..|
000000d0 60 7c 66 89 5c 0c c7 44 06 00 70 b4 42 cd 13 72 |`|f.\..D..p.B..r|
000000e0 05 bb 00 70 eb 76 b4 08 cd 13 73 0d f6 c2 80 0f |...p.v....s.....|
000000f0 84 d0 00 be 93 7d e9 82 00 66 0f b6 c6 88 64 ff |.....}...f....d.|
00000100 40 66 89 44 04 0f b6 d1 c1 e2 02 88 e8 88 f4 40 |@f.D...........@|
00000110 89 44 08 0f b6 c2 c0 e8 02 66 89 04 66 a1 60 7c |.D.......f..f.`||
00000120 66 09 c0 75 4e 66 a1 5c 7c 66 31 d2 66 f7 34 88 |f..uNf.\|f1.f.4.|
00000130 d1 31 d2 66 f7 74 04 3b 44 08 7d 37 fe c1 88 c5 |.1.f.t.;D.}7....|
00000140 30 c0 c1 e8 02 08 c1 88 d0 5a 88 c6 bb 00 70 8e |0........Z....p.|
00000150 c3 31 db b8 01 02 cd 13 72 1e 8c c3 60 1e b9 00 |.1......r...`...|
00000160 01 8e db 31 f6 bf 00 80 8e c6 fc f3 a5 1f 61 ff |...1..........a.|
00000170 26 5a 7c be 8e 7d eb 03 be 9d 7d e8 34 00 be a2 |&Z|..}....}.4...|
00000180 7d e8 2e 00 cd 18 eb fe 47 52 55 42 20 00 47 65 |}.......GRUB .Ge|
00000190 6f 6d 00 48 61 72 64 20 44 69 73 6b 00 52 65 61 |om.Hard Disk.Rea|
000001a0 64 00 20 45 72 72 6f 72 0d 0a 00 bb 01 00 b4 0e |d. Error........|
000001b0 cd 10 ac 3c 00 75 f4 c3 73 73 69 6e 67 00 0d 0a |...<.u..ssing...|
000001c0 4c 54 4f 52 57 20 20 20 69 73 20 63 6f 6d 70 72 |LTORW 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
Unknown BootLoader on sda2
00000000 9f 18 43 10 05 e3 f1 09 49 2e 7a be e6 89 e4 10 |..C.....I.z.....|
00000010 6f d8 b9 dd 89 f8 aa 11 4f eb 2a a5 c0 9e 39 b3 |o.......O.*...9.|
00000020 c5 0a e7 ab 22 7c 94 41 be 4c 53 68 d8 2d 36 d1 |...."|.A.LSh.-6.|
00000030 ca 4e 2b 2c a5 f6 1b 3a 54 63 d7 12 b7 21 7c 41 |.N+,...:Tc...!|A|
00000040 7c 95 ae b7 95 87 5d 88 d3 b2 09 47 84 a6 2d 58 ||.....]....G..-X|
00000050 37 84 d6 f3 13 43 dd 0d e4 7f 67 52 a6 48 3a 3e |7....C....gR.H:>|
00000060 77 ee d6 83 9b 1c b2 0b 17 98 45 c9 7b a8 92 e0 |w.........E.{...|
00000070 92 af d9 68 7d 0f 8a e3 44 7b d3 3b 94 6d c1 af |...h}...D{.;.m..|
00000080 b5 e5 20 bc 4a 79 59 92 92 73 0a f0 3b 37 27 eb |.. .JyY..s..;7'.|
00000090 55 9c ff c7 18 af b6 08 02 f6 0b 0a 37 6e 31 70 |U...........7n1p|
000000a0 c8 43 2f ed 2a a9 a3 eb 81 22 3f 75 8c e0 fc e7 |.C/.*...."?u....|
000000b0 a8 d3 01 41 69 37 55 62 b9 40 b4 ab 14 f9 e3 c5 |...Ai7Ub.@......|
000000c0 61 c7 1b d4 50 3f 18 f9 e7 82 ef 71 7e ef 11 cd |a...P?.....q~...|
000000d0 51 11 0f fc 49 f3 93 9d 9b 71 fe cc 2b 44 60 47 |Q...I....q..+D`G|
000000e0 2a e8 89 9e 24 e7 6b 10 8f d5 ae d9 0b f9 03 f2 |*...$.k.........|
000000f0 f0 cb af 9f e5 0a be 39 a4 0f 3e a1 03 7f a5 4f |.......9..>....O|
00000100 ae 28 e3 0a 0a 24 94 09 f4 44 a0 1c db 95 99 83 |.(...$...D......|
00000110 fc 4f 24 e5 28 26 ca 94 c7 82 45 d6 d8 12 ae 40 |.O$.(&....E....@|
00000120 5c 9f ef 1f 84 f4 72 8c dc 6a ab 18 85 fc 26 79 |\.....r..j....&y|
00000130 00 5b 86 f4 90 ca 38 90 57 45 78 99 22 d3 2e 03 |.[....8.WEx."...|
00000140 de e2 da 4a ae fd 20 d4 5f 2b 68 7d bf 54 ef b4 |...J.. ._+h}.T..|
00000150 6c 5e c5 13 ee 46 fa 1f fa af 49 f4 91 e5 37 02 |l^...F....I...7.|
00000160 70 7e 9b 44 e8 68 a7 af 0f 3d e0 5c c0 26 7a ab |p~.D.h...=.\.&z.|
00000170 a9 a2 08 c0 67 4d 6b 49 f7 03 26 17 fa e3 40 7f |....gMkI..&...@.|
00000180 b6 20 bd 6b 54 d8 c4 c0 cd b8 a6 ab 21 17 f4 fb |. .kT.......!...|
00000190 d8 0f 4d e1 b4 fe 34 e3 b9 10 1f 70 76 63 ad 1c |..M...4....pvc..|
000001a0 32 b9 c9 1c b8 38 f2 a2 a9 43 75 70 e3 f5 ab 42 |2....8...Cup...B|
000001b0 7c e6 c5 53 b6 5b 6f 05 69 fb a3 8c f7 8f 00 fe ||..S.[o.i.......|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 48 43 00 00 fe |...........HC...|
000001d0 ff ff 05 fe ff ff 02 48 43 00 00 70 47 01 00 00 |.......HC..pG...|
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