Kod: Zaznacz cały
Boot Info Script 0.61 [1 April 2012]
============================= 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.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Grub2 (v1.99)
Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
and looks at sector 904992416 of the same hard drive
for core.img. core.img is at this location and looks
for (,msdos5)/boot/grub on this drive. No errors found
in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
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:
sda3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 500.1 GB, 500107862016 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 60801, 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 Sector End Sector # of Sectors Id System
/dev/sda1 * 63 122,832,989 122,832,927 7 NTFS / exFAT / HPFS
/dev/sda2 122,834,944 321,629,567 198,794,624 7 NTFS / exFAT / HPFS
/dev/sda3 321,630,206 976,771,071 655,140,866 5 Extended
/dev/sda5 321,630,208 968,814,591 647,184,384 83 Linux
/dev/sda6 968,816,640 976,771,071 7,954,432 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 D0A2BB1BA2BB054E ntfs
/dev/sda2 945265F15265D90E ntfs Nowy
/dev/sda5 37299199-be52-4c59-827a-bfb1742caa45 ext4
/dev/sda6 b3dd4372-dabf-4de5-8524-13084472b1ec swap
/dev/sr0 udf DVD
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 /media/sda1 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda2 /media/sda2 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda5 / ext4 (rw,errors=remount-ro)
/dev/sr0 /media/DVD udf (ro,nosuid,nodev,uid=1000,gid=1000,iocharset=utf8,umask=0077,dmode=0500,uhelper=udisks)
=========================== sda5/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
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,msdos5)'
search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
set locale_dir=($root)/boot/grub/locale
set lang=pl_PL
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
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-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,msdos5)'
search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
linux /boot/vmlinuz-3.2.0-24-generic root=UUID=37299199-be52-4c59-827a-bfb1742caa45 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-24-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
echo 'Wczytywanie systemu Linux 3.2.0-24-generic...'
linux /boot/vmlinuz-3.2.0-24-generic root=UUID=37299199-be52-4c59-827a-bfb1742caa45 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.2.0-24-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,msdos5)'
search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 37299199-be52-4c59-827a-bfb1742caa45
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='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root D0A2BB1BA2BB054E
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 ###
--------------------------------------------------------------------------------
=============================== 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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=37299199-be52-4c59-827a-bfb1742caa45 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=b3dd4372-dabf-4de5-8524-13084472b1ec none swap sw 0 0
UUID=D0A2BB1BA2BB054E /media/sda1 ntfs defaults,utf8,umask=007,gid=46 0 0
UUID=945265F15265D90E /media/sda2 ntfs defaults,utf8,umask=007,gid=46 0 0
--------------------------------------------------------------------------------
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
437.553024292 = 469.818982400 boot/grub/core.img 1
387.495536804 = 416.070164480 boot/grub/grub.cfg 1
154.880859375 = 166.302056448 boot/initrd.img-3.2.0-24-generic 2
154.655017853 = 166.059560960 boot/vmlinuz-3.2.0-24-generic 1
154.880859375 = 166.302056448 initrd.img 2
154.655017853 = 166.059560960 vmlinuz 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda3
00000000 5b c3 94 e1 c7 bc 21 1a 7d 34 09 03 f9 35 41 36 |[.....!.}4...5A6|
00000010 a9 a4 60 22 d7 98 33 89 46 4e 9b 22 f6 22 ca 28 |..`"..3.FN.".".(|
00000020 40 84 a4 d7 c4 21 2d 15 5e 27 31 ae 73 c4 e5 94 |@....!-.^'1.s...|
00000030 73 9e 26 31 19 ce 13 19 d1 ce 26 6e 70 24 37 12 |s.&1......&np$7.|
00000040 37 53 70 50 1a 87 87 a6 74 eb 9e 95 54 b2 07 f1 |7SpP....t...T...|
00000050 d5 f4 fb 8b 8f 9c 3a 0a e4 e3 dc f7 0f e2 61 53 |......:.......aS|
00000060 b9 de 32 e7 86 47 dc 19 de 73 a3 9c 27 9e c0 eb |..2..G...s..'...|
00000070 de 74 e0 60 51 c3 e0 3c 20 16 9a 9d 55 55 7d 55 |.t.`Q..< ...UU}U|
00000080 96 99 b8 4a 08 65 f8 25 65 60 d0 fe 53 8e 0a 8b |...J.e.%e`..S...|
00000090 8b a5 91 c5 c0 87 f9 4e 01 e9 c8 7c 75 2d d7 7f |.......N...|u-..|
000000a0 64 b4 ff b2 d9 ce 3c 3c 83 c2 62 5a a0 87 bc 7a |d.....<<..bZ...z|
000000b0 bf 97 fe 3e 72 9d 9a 5f 99 a4 21 fc 11 05 25 de |...>r.._..!...%.|
000000c0 df 99 e3 b0 e5 d7 7e d5 9c aa 4b 1b a7 c3 80 15 |......~...K.....|
000000d0 03 6f 23 9c a1 83 8b 54 cd 10 5e 78 4a 7a dc 9d |.o#....T..^xJz..|
000000e0 73 c5 25 99 d7 8a 2a 36 11 05 ef 13 de c4 b8 c9 |s.%...*6........|
000000f0 3d a5 11 f4 35 68 fa 40 d9 b1 71 87 71 c5 76 d5 |=...5h.@..q.q.v.|
00000100 4a 35 35 81 a8 a4 4f 54 c6 af 88 4f 7a 28 8a 0b |J55...OT...Oz(..|
00000110 28 e3 86 e7 1c 37 38 72 1d 25 ce 7a 28 8c 42 7b |(....78r.%.z(.B{|
00000120 9e ad 43 b8 88 45 16 69 d0 48 31 10 f8 94 b0 c4 |..C..E.i.H1.....|
00000130 73 c8 bb 9c 0f 24 dc e7 38 15 4c 63 9f 0f 03 31 |s....$..8.Lc...1|
00000140 17 3d e2 43 53 38 50 7b 89 1c a5 2e 5a 1a 28 07 |.=.CS8P{....Z.(.|
00000150 ab 99 b2 b8 7c 39 05 03 f9 e5 43 cd c3 5e f7 c2 |....|9....C..^..|
00000160 9a 3d c2 51 f5 ff a1 d0 fa 0a a9 c7 62 b9 43 20 |.=.Q........b.C |
00000170 67 1f 1f 41 08 2a 88 06 03 ff 9c 55 25 a1 9d 12 |g..A.*.....U%...|
00000180 ee 3e aa 3d 6c da 78 79 06 81 10 60 b1 f8 e7 1c |.>.=l.xy...`....|
00000190 14 01 30 70 17 a9 e5 4c d1 31 fb 92 5b 79 93 6b |..0p...L.1..[y.k|
000001a0 d9 ca bf a5 74 42 7b c4 47 cb 73 12 9e 14 1a 59 |....tB{.G.s....Y|
000001b0 82 e1 89 b7 5e f5 fa f8 84 72 04 bc e1 b9 00 fe |....^....r......|
000001c0 ff ff 83 fe ff ff 02 00 00 00 00 40 93 26 00 fe |...........@.&..|
000001d0 ff ff 05 fe ff ff 14 45 93 26 ee 62 79 00 00 00 |.......E.&.by...|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=============================== StdErr Messages: ===============================
xz: (stdin): Dane skompresowane są uszkodzone
xz: (stdin): Dane skompresowane są uszkodzone