Tady to je:
Boot Info Script 0.60 from 17 May 2011
============================= Boot Info Summary: ===============================
=> Grub2 (v1.97-1.98) 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 1 for /boot/grub.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.10
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda2: __________________________________________________________________________
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
sda3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 2,048 564,250,994 564,248,947 83 Linux
/dev/sda2 * 564,250,995 606,710,789 42,459,795 7 NTFS / exFAT / HPFS
/dev/sda3 606,715,902 625,141,759 18,425,858 5 Extended
/dev/sda5 606,715,904 625,141,759 18,425,856 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 5319ac80-09f1-454f-9fa3-9492a874115f ext4
/dev/sda2 522CEE712CEE5011 ntfs
/dev/sda5 ffd80946-3be5-4207-83b2-50678357deda swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /mnt2 ext4 (rw)
/dev/sda2 /media/522CEE712CEE5011 fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sr0 /cdrom iso9660 (ro,noatime)
=========================== sda1/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 part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
set locale_dir=($root)/boot/grub/locale
set lang=cs
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
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-30-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
linux /boot/vmlinuz-2.6.35-30-generic root=UUID=5319ac80-09f1-454f-9fa3-9492a874115f ro quiet splash
initrd /boot/initrd.img-2.6.35-30-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
echo 'Loading Linux 2.6.35-30-generic ...'
linux /boot/vmlinuz-2.6.35-30-generic root=UUID=5319ac80-09f1-454f-9fa3-9492a874115f ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-30-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=5319ac80-09f1-454f-9fa3-9492a874115f ro quiet splash
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
echo 'Loading Linux 2.6.35-28-generic ...'
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=5319ac80-09f1-454f-9fa3-9492a874115f ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=5319ac80-09f1-454f-9fa3-9492a874115f ro quiet splash
initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 5319ac80-09f1-454f-9fa3-9492a874115f
echo 'Loading Linux 2.6.35-22-generic ...'
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=5319ac80-09f1-454f-9fa3-9492a874115f ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-22-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 5319ac80-09f1-454f-9fa3-9492a874115f
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 5319ac80-09f1-454f-9fa3-9492a874115f
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 ###
--------------------------------------------------------------------------------
=============================== sda1/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/sda1 during installation
UUID=5319ac80-09f1-454f-9fa3-9492a874115f / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=ffd80946-3be5-4207-83b2-50678357deda none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
0.130458832 = 0.140079104 boot/grub/core.img 1
150.911716461 = 162.040221696 boot/grub/grub.cfg 2
1.211914062 = 1.301282816 boot/initrd.img-2.6.35-22-generic 2
1.262397766 = 1.355489280 boot/initrd.img-2.6.35-28-generic 2
251.128231049 = 269.646884864 boot/initrd.img-2.6.35-30-generic 2
0.051174164 = 0.054947840 boot/vmlinuz-2.6.35-22-generic 1
0.057754517 = 0.062013440 boot/vmlinuz-2.6.35-28-generic 1
0.065551758 = 0.070385664 boot/vmlinuz-2.6.35-30-generic 1
251.128231049 = 269.646884864 initrd.img 2
1.262397766 = 1.355489280 initrd.img.old 2
0.065551758 = 0.070385664 vmlinuz 1
0.057754517 = 0.062013440 vmlinuz.old 1
================================ sda2/boot.ini: ================================
--------------------------------------------------------------------------------
[boot loader]
timeout=1
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda3
00000000 a4 7a 99 81 4a 92 d1 bb fb 8d 34 52 2d c8 78 8f |.z..J.....4R-.x.|
00000010 4f 0f aa 38 17 e9 ca a7 14 9f ca 48 43 d4 2d 73 |O..8.......HC.-s|
00000020 b6 1d b4 68 2e 76 09 12 be ea 3c 73 04 84 7b 3c |...h.v....<s..{<|
00000030 e6 3a 3e 13 0b 7a 74 98 36 13 4f 2d b0 29 45 44 |.:>..zt.6.O-.)ED|
00000040 27 31 f4 61 58 b9 c4 54 66 7c cf 20 c1 09 a7 13 |'1.aX..Tf|. ....|
00000050 77 25 91 e1 a8 2a 98 de 04 f8 80 58 f7 9c 32 85 |w%...*.....X..2.|
00000060 77 26 e3 b8 b1 c4 7d da c6 3b ab 28 55 84 ae 4a |w&....}..;.(U..J|
00000070 de 77 08 88 d9 d8 e6 64 7c fc 92 ee 30 77 29 3f |.w.....d|...0w)?|
00000080 31 8c af ef db a8 8b 99 ed c6 c0 8b c8 dd 26 5f |1.............&_|
00000090 d5 5e d1 ec 99 57 56 d2 c7 15 0f d4 fe c5 15 b4 |.^...WV.........|
000000a0 3e 84 ca 47 92 7f f4 74 aa 5e df d2 c9 a6 d9 e9 |>..G...t.^......|
000000b0 59 c0 d8 5f 61 36 2a f1 61 33 4e de 24 55 f6 54 |Y.._a6*.a3N.$U.T|
000000c0 5d cf 4e ea 88 a7 e3 2e 10 95 e4 a1 29 b4 ff e5 |].N.........)...|
000000d0 2c cb c3 e6 16 1b 4c 21 fc 14 e9 1a 2c 53 25 b3 |,.....L!....,S%.|
000000e0 ea 28 dc 90 56 75 a1 e2 59 9d 05 3a 79 d4 11 b3 |.(..Vu..Y..:y...|
000000f0 a9 27 48 95 3f fc 06 ae 22 47 ab f3 88 69 41 a7 |.'H.?..."G...iA.|
00000100 0b da 69 5b 15 43 2c f9 59 ab 81 e7 4d c9 94 98 |..i[.C,.Y...M...|
00000110 a3 03 63 96 c7 85 9e 49 5b 6d 5b 7b b6 a9 03 36 |..c....I[m[{...6|
00000120 95 23 98 81 09 0a d4 14 fa a6 f8 15 9e 45 e8 d5 |.#...........E..|
00000130 5c 18 67 40 ab c8 eb 25 dc 50 ad bc 69 42 d2 37 |\.g@...%.P..iB.7|
00000140 2c b1 0a 34 22 94 d8 f2 4f e4 9e 67 da ba 90 f2 |,..4"...O..g....|
00000150 a9 23 78 1b 44 18 b3 ff be 9a db 7d 50 06 6c dd |.#x.D......}P.l.|
00000160 85 25 93 ab d2 5a 7d 7a 10 35 9b b4 3a 53 43 bc |.%...Z}z.5..:SC.|
00000170 5b 99 09 3b d5 3b 10 bd 02 c2 bd b1 1d 17 4a 1c |[..;.;........J.|
00000180 0a b4 f2 84 46 b9 d2 79 03 e5 13 8f 14 0e bd 39 |....F..y.......9|
00000190 56 ee ee ea 98 a4 b6 15 3b 34 ac 71 66 eb 5a de |V.......;4.qf.Z.|
000001a0 d5 b3 18 5c 0c b6 b6 c9 d5 c8 d7 2c 9c bf da 4b |...\.......,...K|
000001b0 a1 6a ca db ad fd 46 12 49 d4 53 10 21 15 00 51 |.j....F.I.S.!..Q|
000001c0 cc ff 82 46 c5 ff 02 00 00 00 00 28 19 01 00 00 |...F.......(....|
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