tak sudo šlo: 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
in partition 6 for ??.
=> 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 ?? on this drive.
=> No known boot loader is installed in the MBR of /dev/sdc.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files: /boot.ini /ntldr /NTDETECT.COM
sdb1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sdb5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb6: __________________________________________________________________________
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
sdc1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
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
hlav: 255, sektorů na stopu: 63, cylindrů: 38 913, celkem 625 142 448 sektorů
Jednotky = sektory po 1 * 512 = 512 bajtech
Velikost sektoru (logického/fyzického): 512 bajtů / 512 bajtů
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 63 625,121,279 625,121,217 7 NTFS / exFAT / HPFS
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
hlav: 255, sektorů na stopu: 63, cylindrů: 9 729, celkem 156 301 488 sektorů
Jednotky = sektory po 1 * 512 = 512 bajtech
Velikost sektoru (logického/fyzického): 512 bajtů / 512 bajtů
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 63 19,531,312 19,531,250 7 NTFS / exFAT / HPFS
/dev/sdb2 * 19,531,774 156,250,111 136,718,338 5 Extended
/dev/sdb5 140,627,968 156,250,111 15,622,144 82 Linux swap / Solaris
/dev/sdb6 19,531,776 134,469,631 114,937,856 83 Linux
Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 319.4 GB, 319370035200 bytes
hlav: 255, sektorů na stopu: 63, cylindrů: 38 827, celkem 623 769 600 sektorů
Jednotky = sektory po 1 * 512 = 512 bajtech
Velikost sektoru (logického/fyzického): 512 bajtů / 512 bajtů
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdc1 2,048 623,769,599 623,767,552 7 NTFS / exFAT / HPFS
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 CC301B3F301B2FC6 ntfs
/dev/sdb1 9C20AA5720AA37E2 ntfs 80GB
/dev/sdb5 3dbf1a77-74c5-43a4-831c-e032f86288e4 swap
/dev/sdb6 83e9c3b4-238b-4c22-b81c-c1fc750b9119 ext4
/dev/sdc1 E270A1BB70A196B7 ntfs My Passport
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sdb6 / ext4 (rw,errors=remount-ro,commit=0)
/dev/sdc1 /media/My Passport fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
================================ sda1/boot.ini: ================================
--------------------------------------------------------------------------------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer
--------------------------------------------------------------------------------
=========================== sdb6/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='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 83e9c3b4-238b-4c22-b81c-c1fc750b9119
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 83e9c3b4-238b-4c22-b81c-c1fc750b9119
set locale_dir=($root)/boot/grub/locale
set lang=cs_CZ
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 ###
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, with Linux 3.0.0-12-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='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 83e9c3b4-238b-4c22-b81c-c1fc750b9119
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=83e9c3b4-238b-4c22-b81c-c1fc750b9119 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
}
menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 83e9c3b4-238b-4c22-b81c-c1fc750b9119
echo 'Loading Linux 3.0.0-12-generic ...'
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=83e9c3b4-238b-4c22-b81c-c1fc750b9119 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.0.0-12-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='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 83e9c3b4-238b-4c22-b81c-c1fc750b9119
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 83e9c3b4-238b-4c22-b81c-c1fc750b9119
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root CC301B3F301B2FC6
drivemap -s (hd0) ${root}
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 ###
--------------------------------------------------------------------------------
=============================== sdb6/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/sdb6 during installation
UUID=83e9c3b4-238b-4c22-b81c-c1fc750b9119 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb7 during installation
UUID=87a925e2-7e3c-4ace-b524-6fb61d154e8e none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
--------------------------------------------------------------------------------
=================== sdb6: 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.0.0-12-generic 1
= boot/vmlinuz-3.0.0-12-generic 1
= initrd.img 1
= vmlinuz 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown MBR on /dev/sdc
00000000 9f c6 96 6b 0b ae fc d4 d7 4b 9e 35 ad 50 42 e9 |...k.....K.5.PB.|
00000010 a4 91 23 4e 92 08 bf 18 7f 98 ee 91 d1 d2 bb fd |..#N............|
00000020 0c 4c 19 0c 24 a6 a1 6e 27 42 e8 48 70 11 1f ce |.L..$..n'B.Hp...|
00000030 e4 68 0d eb 59 5c 2e 98 dc c7 82 3d 14 65 b7 83 |.h..Y\.....=.e..|
00000040 e0 e8 ad 83 0e 85 0d 3d 9c db 7a 82 f0 f0 bf 68 |.......=..z....h|
00000050 9f 52 3e 1a 14 a6 f8 93 af f6 7f 74 fb cf c5 73 |.R>........t...s|
00000060 8b d6 d0 4f 35 c1 cd aa 76 d3 24 1e b5 2c 2c f2 |...O5...v.$..,,.|
00000070 fb d5 fe 59 aa 8d e7 99 1a a1 e9 a3 7c 95 52 7e |...Y........|.R~|
00000080 48 88 b3 f0 06 db e3 9c 09 40 77 f7 76 db 43 37 |H........@w.v.C7|
00000090 91 e5 f6 06 34 92 50 90 1e 06 3c d9 44 86 2b a4 |....4.P...<.D.+.|
000000a0 0d 10 41 96 f3 4d 63 9a ee 70 4f d8 6d e2 33 88 |..A..Mc..pO.m.3.|
000000b0 9d 81 14 a9 72 0f d7 81 b5 62 79 00 04 28 37 77 |....r....by..(7w|
000000c0 86 e0 19 51 a3 1f 1c d0 b9 0e 95 34 7f f9 eb 9f |...Q.......4....|
000000d0 80 c0 9d 3e f9 ee e9 f2 3a 46 ea c2 98 7b cb 99 |...>....:F...{..|
000000e0 91 87 11 56 c5 1a 5c 3d 39 b3 da 5b 6a 8a 99 d1 |...V..\=9..[j...|
000000f0 04 55 9f 58 7f 7a 5a 64 0f fb a3 68 df 68 57 b4 |.U.X.zZd...h.hW.|
00000100 ef 43 87 cc 50 8e 83 4a a1 3b e7 fa 49 c2 b0 0a |.C..P..J.;..I...|
00000110 65 a8 16 44 fd 14 46 04 dc 15 73 57 72 28 91 d1 |e..D..F...sWr(..|
00000120 a3 48 c6 76 39 67 39 da 84 00 5f c0 0b f7 98 20 |.H.v9g9..._.... |
00000130 93 74 3c 72 c2 33 a3 d6 02 33 97 d6 d9 58 c6 1d |.t<r.3...3...X..|
00000140 21 49 01 13 36 27 42 6a a7 a6 18 ce 3a bb ca 85 |!I..6'Bj....:...|
00000150 0a ce 53 9d 36 39 85 08 6c 9c e8 0d 30 0a 2c 89 |..S.69..l...0.,.|
00000160 94 38 04 51 9d cd fc 51 fc 09 0e e9 0a d5 04 f3 |.8.Q...Q........|
00000170 ce db f9 cd 33 5a 74 41 f5 46 c1 34 ce 67 53 9c |....3ZtA.F.4.gS.|
00000180 4a 4a 09 ae 09 96 5e 50 3d d3 5d 85 a5 bf c7 d4 |JJ....^P=.].....|
00000190 4a 4a 09 ae 09 96 5e 50 3d d3 5d 85 a5 bf c7 d4 |JJ....^P=.].....|
000001a0 4a 4a 09 ae 09 96 5e 50 3d d3 5d 85 a5 bf c7 d4 |JJ....^P=.].....|
000001b0 1d 86 d2 a4 d2 c9 72 eb b4 bd 28 c7 07 5a 00 20 |......r...(..Z. |
000001c0 21 00 07 fe ff ff 00 08 00 00 00 f0 2d 25 00 00 |!...........-%..|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
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
Unknown BootLoader on sdb2
00000000 cb 00 05 c0 60 00 20 94 e0 06 fb 0a 27 1c 7e fe |....`. .....'.~.|
00000010 34 b8 22 db 32 73 24 7a f7 7a 7c b9 53 ff 4f ff |4.".2s$z.z|.S.O.|
00000020 ff ee bf df eb ff b7 f9 3d 93 7a ae da ca d7 6f |........=.z....o|
00000030 93 92 66 12 ad 28 46 5c c3 e3 c3 55 03 54 45 96 |..f..(F\...U.TE.|
00000040 d4 92 84 48 11 28 59 87 54 a3 c1 7a 67 1d fa f3 |...H.(Y.T..zg...|
00000050 30 30 64 63 08 00 00 00 00 00 01 b6 5d 7a 13 7f |00dc........]z..|
00000060 30 31 77 62 e0 01 00 00 ff fb a4 64 0a 00 04 4d |01wb.......d...M|
00000070 50 d1 d3 09 7d 7a 3c 88 fa 2d 3c c5 24 52 b9 49 |P...}z<..-<.$R.I|
00000080 4f e7 a5 97 a0 cb 83 28 b4 91 a4 48 53 93 f5 63 |O......(...HS..c|
00000090 54 f7 72 8e c7 f0 bf 57 1a b6 b3 97 54 ec 55 0c |T.r....W....T.U.|
000000a0 70 0c 8a 90 33 87 60 61 a3 ac 84 91 12 26 09 10 |p...3.`a.....&..|
000000b0 c5 b3 cb 16 40 a6 f9 6c d9 82 94 27 35 4c d5 c9 |....@..l...'5L..|
000000c0 44 1a aa 47 30 fa 9c da b6 93 8b 1d 20 d7 be e7 |D..G0....... ...|
000000d0 97 4d 2a c2 17 ca 6a e9 22 91 41 08 4d 74 a6 d1 |.M*...j.".A.Mt..|
000000e0 a7 13 d2 98 58 49 54 9e 27 ac 7a 41 25 d4 75 4a |....XIT.'.zA%.uJ|
000000f0 8a 75 c1 16 76 37 41 b4 d1 32 cf 23 da c3 b4 6b |.u..v7A..2.#...k|
00000100 4b 30 00 34 07 00 00 d4 d7 81 72 7a e4 cc 8c 79 |K0.4......rz...y|
00000110 8e 3a c4 a3 5d e3 9c 11 3f fe df ff f5 b2 77 44 |.:..]...?.....wD|
00000120 7b 27 ff 4f bd 6f 7d af a2 27 9f d9 df 56 bd 37 |{'.O.o}..'...V.7|
00000130 bf 5f b3 a0 71 8e 31 88 8e 6f a6 30 fc 85 00 02 |._..q.1..o.0....|
00000140 41 19 9a 1d 72 cd af 01 82 27 e0 24 00 62 05 f3 |A...r....'.$.b..|
00000150 39 40 b0 a1 6f 7d 19 96 13 8d 9a de 45 66 99 89 |9@..o}......Ef..|
00000160 5e 86 10 f2 e0 6b 9c 47 29 22 09 82 0c b9 80 e7 |^....k.G)"......|
00000170 00 bb 2d b8 99 08 d0 22 01 0a 13 b1 4a a4 8f 09 |..-...."....J...|
00000180 8a 4d 35 29 0c 58 6a 91 17 26 34 2b 23 8a f3 99 |.M5).Xj..&4+#...|
00000190 a5 e0 4e f9 fc 46 8d 56 cb f1 50 55 33 2d 23 59 |..N..F.V..PU3-#Y|
000001a0 15 32 81 14 48 0b 8a 94 0c 8a ce 0e 30 a2 49 ef |.2..H.......0.I.|
000001b0 9a ee 7a 79 5d 57 2c 7b 6d 89 75 a0 cf 0f 00 fe |..zy]W,{m.u.....|
000001c0 ff ff 82 fe ff ff 02 c8 37 07 00 60 ee 00 00 fe |........7..`....|
000001d0 ff ff 05 fe ff ff 01 00 00 00 01 d0 d9 06 00 00 |................|
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: ===============================
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