Kod: Zaznacz cały
Boot Info Script 0.60 from 17 May 2011
============================= 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 on this drive.
sda1: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 11.10
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
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
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 320.1 GB, 320072933376 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 38913, w sumie sektorów: 625142448
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 * 184,494,078 282,970,111 98,476,034 5 Extended
/dev/sda5 209,072,128 282,970,111 73,897,984 83 Linux
/dev/sda6 184,494,080 209,070,079 24,576,000 82 Linux swap / Solaris
/dev/sda2 2,048 184,492,031 184,489,984 7 NTFS / exFAT / HPFS
/dev/sda3 282,970,112 426,321,919 143,351,808 7 NTFS / exFAT / HPFS
/dev/sda4 426,321,920 625,139,711 198,817,792 7 NTFS / exFAT / HPFS
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda2 722CCC5E2CCC1ECB ntfs Dysk
/dev/sda3 ACC09162C0913414 ntfs
/dev/sda4 5EDCD5E8DCD5BB0B ntfs Dysk
/dev/sda5 6095d838-cc59-449c-b168-0d8a69e2d129 ext4
/dev/sda6 d6537ca6-5ca2-449f-b7e3-cb3bbb1bb487 swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda5 / ext4 (rw,errors=remount-ro,commit=0)
=========================== 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 6095d838-cc59-449c-b168-0d8a69e2d129
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 6095d838-cc59-449c-b168-0d8a69e2d129
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=20
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 3.0.0-14-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 6095d838-cc59-449c-b168-0d8a69e2d129
linux /boot/vmlinuz-3.0.0-14-generic-pae root=UUID=6095d838-cc59-449c-b168-0d8a69e2d129 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-14-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-14-generic-pae (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 6095d838-cc59-449c-b168-0d8a69e2d129
echo 'Wczytywanie systemu Linux 3.0.0-14-generic-pae...'
linux /boot/vmlinuz-3.0.0-14-generic-pae root=UUID=6095d838-cc59-449c-b168-0d8a69e2d129 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-14-generic-pae
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 6095d838-cc59-449c-b168-0d8a69e2d129
linux /boot/vmlinuz-3.0.0-14-generic root=UUID=6095d838-cc59-449c-b168-0d8a69e2d129 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-14-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-14-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 6095d838-cc59-449c-b168-0d8a69e2d129
echo 'Wczytywanie systemu Linux 3.0.0-14-generic...'
linux /boot/vmlinuz-3.0.0-14-generic root=UUID=6095d838-cc59-449c-b168-0d8a69e2d129 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-14-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.38-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 6095d838-cc59-449c-b168-0d8a69e2d129
linux /boot/vmlinuz-2.6.38-13-generic root=UUID=6095d838-cc59-449c-b168-0d8a69e2d129 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.38-13-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.38-13-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 6095d838-cc59-449c-b168-0d8a69e2d129
echo 'Wczytywanie systemu Linux 2.6.38-13-generic...'
linux /boot/vmlinuz-2.6.38-13-generic root=UUID=6095d838-cc59-449c-b168-0d8a69e2d129 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.38-13-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 6095d838-cc59-449c-b168-0d8a69e2d129
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 6095d838-cc59-449c-b168-0d8a69e2d129
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/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 -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
/dev/sdb5 / ext4 errors=remount-ro 0 1
/dev/sdb6 none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
= boot/grub/core.img 1
= boot/grub/grub.cfg 1
= boot/initrd.img-2.6.38-13-generic 1
= boot/initrd.img-3.0.0-14-generic 2
= boot/initrd.img-3.0.0-14-generic-pae 1
= boot/vmlinuz-2.6.38-13-generic 1
= boot/vmlinuz-3.0.0-14-generic 1
= boot/vmlinuz-3.0.0-14-generic-pae 2
= initrd.img 1
= initrd.img.old 2
= vmlinuz 2
= vmlinuz.old 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda1
00000000 74 05 72 0a b2 0b 2b 0a 49 0e c2 0e 80 0e 21 11 |t.r...+.I.....!.|
00000010 56 10 79 11 42 16 ec 1b 1d 1f fa 20 33 22 ca 21 |V.y.B...... 3".!|
00000020 c1 23 ef 20 0e 24 6f 1c 28 19 83 14 55 10 f8 0c |.#. .$o.(...U...|
00000030 6e 0f 7f 0c 70 0b 5c 03 57 03 97 fc b2 01 85 03 |n...p.\.W.......|
00000040 51 08 ed 0e ba 12 00 13 1d 10 b8 16 6a 10 90 12 |Q...........j...|
00000050 88 10 1f 11 48 12 87 12 58 14 0d 15 85 12 bf 14 |....H...X.......|
00000060 3c 09 24 09 81 02 56 06 3d 09 0a 11 93 13 0a 11 |<.$...V.=.......|
00000070 f2 13 58 0f b1 0e 72 10 1f 11 5d 15 56 13 8c 17 |..X...r...].V...|
00000080 72 17 05 18 19 1d 7c 1e 17 20 68 1b 91 1c 52 16 |r.....|.. h...R.|
00000090 dc 19 0c 1d 8b 19 d0 1f d3 1c 76 1d 0c 1c c8 1a |..........v.....|
000000a0 fb 1c 90 1d 4b 20 ce 23 f4 23 45 22 ac 1f 4d 20 |....K .#.#E"..M |
000000b0 47 1c e9 1d f6 1a 7f 15 64 12 e4 0c 68 09 ca 0b |G.......d...h...|
000000c0 74 0a f0 09 33 09 a6 0e c7 08 d1 0d d5 0b 9a 07 |t...3...........|
000000d0 69 10 fa 09 82 14 b1 13 2e 15 c8 14 a4 10 cb 0c |i...............|
000000e0 6a 00 a7 fe 11 fc 3e fa e7 f9 fb f3 c4 ed 53 e1 |j.....>.......S.|
000000f0 3c df ea d9 e6 dc 28 e5 a0 e3 ba ea 85 ec dd ec |<.....(.........|
00000100 44 ed 25 ec 56 ec 15 ea f1 eb ce ed ea f1 06 f3 |D.%.V...........|
00000110 3f f6 05 fe 10 f6 e6 f7 a1 f3 a4 ed 3c ef 17 eb |?...........<...|
00000120 61 eb bb eb 88 ee a7 f1 e4 f2 29 f3 e1 ec 31 e7 |a.........)...1.|
00000130 35 dc 50 db 2c d7 34 da db e2 53 e0 18 e2 d8 e3 |5.P.,.4...S.....|
00000140 7a db 27 dc af d4 c5 d4 18 d4 ab d7 e8 dd cb dd |z.'.............|
00000150 d8 e2 eb db ba de b3 d6 95 d5 ce d3 c9 d9 50 dd |..............P.|
00000160 31 e2 23 e3 c6 e5 fb e4 56 e3 d3 e3 4c e5 d8 e3 |1.#.....V...L...|
00000170 72 e7 f5 e8 6a e8 7b ec a5 eb 1d f0 fa ef 49 f0 |r...j.{.......I.|
00000180 6a f0 83 f0 1f f0 85 ed c9 f1 15 f2 1d f6 8f f7 |j...............|
00000190 89 f7 cc f9 d3 f8 49 fa 1d fb a6 f8 7c f8 e1 f6 |......I.....|...|
000001a0 bf f3 11 f3 44 ee 29 ec e9 e3 48 e5 fb de 31 de |....D.)...H...1.|
000001b0 45 de f4 e0 90 df 48 e2 1e e5 73 e7 a4 ed 00 fe |E.....H...s.....|
000001c0 ff ff 83 fe ff ff 02 08 77 01 00 98 67 04 00 fe |........w...g...|
000001d0 ff ff 05 fe ff ff 01 00 00 00 01 00 77 01 00 00 |............w...|
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
========= Devices which don't seem to have a corresponding hard drive: =========
sdb
=============================== StdErr Messages: ===============================
unlzma: Decoder error
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
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in