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 #1 for /grub.
=> No boot loader is installed in the MBR of /dev/sdb
=> Windows is installed in the MBR of /dev/sdc
sda1: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs: /bootmgr /Boot/BCD
sda2: _________________________________________________________________________
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/dirs: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda3: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 63.
Operating System:
Boot files/dirs:
sdb1: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs: /grub/grub.cfg /grub/core.img
sdb2: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04.1 LTS
Boot files/dirs: /etc/fstab
sdb4: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs:
sdc1: _________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed:
mount: неизвестный тип файловой системы ''
sdc2: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Диск /dev/sda: 1000.2 ГБ, 1000204886016 байт
255 heads, 63 sectors/track, 121601 cylinders, всего 1953525168 секторов
Units = секторы of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sda1 2,048 206,847 204,800 7 HPFS/NTFS
/dev/sda2 * 206,848 194,562,047 194,355,200 7 HPFS/NTFS
/dev/sda3 194,563,215 1,953,520,064 1,758,956,850 5 Extended
/dev/sda5 194,563,278 1,953,520,064 1,758,956,787 7 HPFS/NTFS
Drive: sdb ___________________ _____________________________________________________
Диск /dev/sdb: 2000.4 ГБ, 2000398934016 байт
255 heads, 63 sectors/track, 243201 cylinders, всего 3907029168 секторов
Units = секторы of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sdb1 1 3,907,029,167 3,907,029,167 ee GPT
GUID Partition Table detected.
Partition Start End Size System
/dev/sdb1 2,048 292,863 290,816 Linux or Data
/dev/sdb2 292,864 39,354,367 39,061,504 Linux or Data
/dev/sdb4 39,354,368 3,907,028,991 3,867,674,624 Linux or Data
Drive: sdc ___________________ _____________________________________________________
Диск /dev/sdc: 2000.4 ГБ, 2000398934016 байт
256 heads, 63 sectors/track, 242251 cylinders, всего 3907029168 секторов
Units = секторы of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sdc1 1 4,294,967,295 4,294,967,295 ee GPT
/dev/sdc1 ends after the last sector of /dev/sdc
GUID Partition Table detected.
Partition Start End Size System
/dev/sdc1 34 262,177 262,144 Microsoft Windows
/dev/sdc2 264,192 3,907,028,991 3,906,764,800 Linux or Data
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 AAAED087AED04D87 ntfs System Reserved
/dev/sda2 2A58DA0F58D9DA21 ntfs System
/dev/sda3: PTTYPE="dos"
/dev/sda5 14ECF983ECF95F82 ntfs DATA
/dev/sda: PTTYPE="dos"
/dev/sdb1 0ad8a57f-dce6-413c-96af-1ccec0782d34 ext4
/dev/sdb2 a6a49c09-21fb-48b8-9c8e-de856a0bee94 ext4
/dev/sdb4 0d342b23-8a50-49be-97d7-d8ab29dc571a ext4
/dev/sdb: PTTYPE="gpt"
/dev/sdc2 A400D0DF00D0B98E ntfs Arxiv
/dev/sdc: PTTYPE="gpt"
error: /dev/sdd: No medium found
error: /dev/sde: No medium found
error: /dev/sdf: No medium found
error: /dev/sdg: No medium found
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sdb2 / ext4 (rw,errors=remount-ro)
/dev/sdb1 /boot ext4 (rw)
/dev/sdb4 /home ext4 (rw)
============================= sdb1/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,2)'
search --no-floppy --fs-uuid --set a6a49c09-21fb-48b8-9c8e-de856a0bee94
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,1)'
search --no-floppy --fs-uuid --set 0ad8a57f-dce6-413c-96af-1ccec0782d34
set locale_dir=($root)/grub/locale
set lang=ru
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, с Linux 2.6.32-27-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 0ad8a57f-dce6-413c-96af-1ccec0782d34
linux /vmlinuz-2.6.32-27-generic root=UUID=a6a49c09-21fb-48b8-9c8e-de856a0bee94 ro quiet splash
initrd /initrd.img-2.6.32-27-generic
}
menuentry 'Ubuntu, с Linux 2.6.32-27-generic (режим восстановления)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 0ad8a57f-dce6-413c-96af-1ccec0782d34
echo 'Загружается Linux 2.6.32-27-generic ...'
linux /vmlinuz-2.6.32-27-generic root=UUID=a6a49c09-21fb-48b8-9c8e-de856a0bee94 ro single
echo 'Загружается начальный ramdisk ...'
initrd /initrd.img-2.6.32-27-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 0ad8a57f-dce6-413c-96af-1ccec0782d34
linux16 /memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 0ad8a57f-dce6-413c-96af-1ccec0782d34
linux16 /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)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set aaaed087aed04d87
chainloader +1
}
menuentry "Windows 7 (loader) (on /dev/sda2)" {
insmod ntfs
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 2a58da0f58d9da21
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.
menuentry "Windows 7 (loader) (on /dev/sda2)" {
insmod ntfs
search --no-floppy --fs-uuid --set 2a58da0f58d9da21
chainloader +1
### END /etc/grub.d/40_custom ###
=================== sdb1: Location of files loaded by Grub: ===================
.0GB: grub/core.img
.0GB: grub/grub.cfg
.0GB: initrd.img-2.6.32-27-generic
.0GB: vmlinuz-2.6.32-27-generic
=============================== sdb2/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/sdb2 during installation
UUID=a6a49c09-21fb-48b8-9c8e-de856a0bee94 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sdb1 during installation
UUID=0ad8a57f-dce6-413c-96af-1ccec0782d34 /boot ext4 defaults 0 2
# /home was on /dev/sdb4 during installation
UUID=0d342b23-8a50-49be-97d7-d8ab29dc571a /home ext4 defaults 0 2
=================== sdb2: Location of files loaded by Grub: ===================
.2GB: initrd.img
.1GB: vmlinuz
=======Devices which don't seem to have a corresponding hard drive==============
sdd sde sdf sdg