Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #5 for /boot/grub.
=> Grub 2 is installed in the MBR of /dev/sdb and looks on the same drive in
partition #5 for /boot/grub.
sda1: _________________________________________________________________________
File system: vfat
Boot sector type: Windows XP: Fat32
Boot sector info: According to the info in the boot sector, sda1 has
93883797 sectors.. But according to the info from the
partition table , it has 153693791 sectors.
Operating System:
Boot files/dirs:
sda2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: _________________________________________________________________________
File system: vfat
Boot sector type: MSWIN4.1: Fat 32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs: /boot/grub/core.img
sdb2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04 LTS
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sdb6: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sda1 * 63 153,693,854 153,693,792 c W95 FAT32 (LBA)
/dev/sda2 153,700,350 156,301,311 2,600,962 5 Extended
/dev/sda5 153,700,352 156,301,311 2,600,960 82 Linux swap / Solaris
Drive: sdb ___________________ _____________________________________________________
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sdb1 * 63 251,684,605 251,684,543 c W95 FAT32 (LBA)
/dev/sdb2 251,690,416 312,580,095 60,889,680 5 Extended
/dev/sdb5 251,690,418 309,974,174 58,283,757 83 Linux
/dev/sdb6 309,981,184 312,580,095 2,598,912 82 Linux swap / Solaris
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/ramzswap0 swap
/dev/sda: PTTYPE="dos"
/dev/sda1 ACC8-FA77 vfat
/dev/sda2: PTTYPE="dos"
/dev/sda5 794a8eb8-e63a-4f17-bfc5-837eb6e6950d swap
/dev/sdb: PTTYPE="dos"
/dev/sdb1 51B7-4CC3 vfat Elements
/dev/sdb2: PTTYPE="dos"
/dev/sdb5 19f79306-187d-4b2f-bbd2-b54db4d59b8b ext4
/dev/sdb6 b005819d-34f9-4dad-b1a7-eb128deb5586 swap
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
aufs / aufs (rw)
/dev/sr0 /cdrom iso9660 (ro,noatime)
/dev/loop0 /rofs squashfs (ro,noatime)
=================== sdb1: Location of files loaded by Grub: ===================
??GB: boot/grub/core.img
=========================== sdb5/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/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
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
}
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set 19f79306-187d-4b2f-bbd2-b54db4d59b8b
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set 19f79306-187d-4b2f-bbd2-b54db4d59b8b
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.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set 19f79306-187d-4b2f-bbd2-b54db4d59b8b
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=19f79306-187d-4b2f-bbd2-b54db4d59b8b ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set 19f79306-187d-4b2f-bbd2-b54db4d59b8b
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=19f79306-187d-4b2f-bbd2-b54db4d59b8b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set 19f79306-187d-4b2f-bbd2-b54db4d59b8b
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd1,5)'
search --no-floppy --fs-uuid --set 19f79306-187d-4b2f-bbd2-b54db4d59b8b
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ ${timeout} != -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 ###
=============================== sdb5/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
# swap was on /dev/sda5 during installation
UUID=794a8eb8-e63a-4f17-bfc5-837eb6e6950d none swap sw 0 0
# swap was on /dev/sdb6 during installation
UUID=b005819d-34f9-4dad-b1a7-eb128deb5586 none swap sw 0 0
=================== sdb5: Location of files loaded by Grub: ===================
154.7GB: boot/grub/core.img
146.1GB: boot/grub/grub.cfg
154.7GB: boot/grub/stage2
154.7GB: boot/initrd.img-2.6.32-21-generic
154.7GB: boot/vmlinuz-2.6.32-21-generic
154.7GB: initrd.img
154.7GB: vmlinuz
=========================== Unknown MBRs/Boot Sectors/etc =======================
Unknown BootLoader on sda2
00000000 0d 01 7e 00 4c 01 65 00 0f eb 0f d6 0f a8 0f 7a |..~.L.e........z|
00000010 0f 65 0f 0d 0e f4 0e df 0e c6 0e ad 0e 98 0e 7f |.e..............|
00000020 0e 66 0e 3c 0e 27 0d c7 0d b2 0d 5a 0d 41 0d 28 |.f.<.'.....Z.A.(|
00000030 0d 0f 0c fa 0c 1d 0c 04 0b d2 0b b9 0b 76 0b 61 |.............v.a|
00000040 0b 48 0b 2f 0b 01 0a ec 0a d7 0a be 0a a9 0a 94 |.H./............|
00000050 0a 7f 0a 6a 0a 3c 0a 0e 09 f5 09 9d 09 88 09 73 |...j.<.........s|
00000060 09 5e 09 30 09 1b 08 f1 08 c7 08 b2 08 88 08 5e |.^.0...........^|
00000070 08 34 08 0a 07 bf 07 78 07 35 07 20 06 75 06 60 |.4.....x.5. .u.`|
00000080 06 32 05 f3 05 ac 05 82 05 69 05 54 05 0d 04 f8 |.2.......i.T....|
00000090 02 c9 02 b4 02 9f 02 19 01 ef 01 ac 01 97 01 65 |...............e|
000000a0 01 65 01 65 01 65 01 65 01 65 01 65 01 65 01 65 |.e.e.e.e.e.e.e.e|
*
00000140 01 65 01 65 01 65 01 65 01 65 01 65 01 65 00 00 |.e.e.e.e.e.e.e..|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000160 00 00 00 00 00 15 81 84 3e 08 00 14 14 00 02 01 |........>.......|
00000170 02 b6 c7 e2 00 bb c0 55 cb 33 32 03 2c c3 01 c1 |.......U.32.,...|
00000180 00 19 08 00 14 14 00 02 01 02 bd 25 b4 33 23 df |...........%.3#.|
00000190 67 b6 33 32 03 2f ae 11 81 84 3c 08 00 14 00 00 |g.32./....<.....|
000001a0 02 01 02 b9 e4 15 f9 33 32 03 2e 0b 11 81 84 3b |.......32......;|
000001b0 08 00 14 00 00 02 01 02 ac 66 1a 0a 33 32 00 fe |.........f..32..|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 b0 27 00 00 00 |............'...|
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