Δημοσιεύτηκε: 28 Μάιος 2011, 18:10
από christos_7
ωραια λοιπον το results.txt εχει μεσα :
Κώδικας: Επιλογή όλων
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.
=> Grub2 (v1.97-1.98) 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 in partition 1 for /boot/grub.
=> No boot loader is installed in the MBR of /dev/sdc.

sda1: __________________________________________________________________________

File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

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: 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

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: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders, total 156250000 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 149,792,767 149,790,720 83 Linux
/dev/sda2 149,794,814 156,248,063 6,453,250 5 Extended
/dev/sda5 149,794,816 156,248,063 6,453,248 82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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/sdb1 2,048 976,771,071 976,769,024 7 NTFS / exFAT / HPFS


Drive: sdc _____________________________________________________________________

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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/sdc1 63 1,953,520,064 1,953,520,002 7 NTFS / exFAT / HPFS


"blkid" output: ________________________________________________________________

Device UUID TYPE LABEL

/dev/sda1 47bad6f7-614f-4919-99ee-908582cec27b ext4
/dev/sda5 919c2f5d-0748-4107-b2b9-1c03319020d6 swap
/dev/sdb1 D0705B53705B4000 ntfs
/dev/sdc1 9644D25344D235A9 ntfs Expansion Drive

================================ Mount points: =================================

Device Mount_Point Type Options

/dev/sda1 / ext4 (rw,errors=remount-ro)
/dev/sdc1 /media/Expansion Drive fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)


=========================== sda1/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='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
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='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
set locale_dir=($root)/boot/grub/locale
set lang=el
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=15
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-31-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
linux /boot/vmlinuz-2.6.32-31-generic root=UUID=47bad6f7-614f-4919-99ee-908582cec27b ro splash quiet splash
initrd /boot/initrd.img-2.6.32-31-generic
}
menuentry 'Ubuntu, με Linux 2.6.32-31-generic (λειτουργία ανάκτησης)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
echo 'Loading Linux 2.6.32-31-generic ...'
linux /boot/vmlinuz-2.6.32-31-generic root=UUID=47bad6f7-614f-4919-99ee-908582cec27b ro single splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-31-generic
}
menuentry 'Ubuntu, με Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
linux /boot/vmlinuz-2.6.32-24-generic root=UUID=47bad6f7-614f-4919-99ee-908582cec27b ro splash quiet splash
initrd /boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, με Linux 2.6.32-24-generic (λειτουργία ανάκτησης)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
echo 'Loading Linux 2.6.32-24-generic ...'
linux /boot/vmlinuz-2.6.32-24-generic root=UUID=47bad6f7-614f-4919-99ee-908582cec27b ro single splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-24-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 47bad6f7-614f-4919-99ee-908582cec27b
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###
--------------------------------------------------------------------------------

=============================== 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
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=919c2f5d-0748-4107-b2b9-1c03319020d6 none swap sw 0 0
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

GiB - GB File Fragment(s)

40.133361816 = 43.092869120 boot/grub/core.img 1
40.236328125 = 43.203428352 boot/grub/grub.cfg 2
40.279273987 = 43.249541120 boot/initrd.img-2.6.32-24-generic 1
40.320899963 = 43.294236672 boot/initrd.img-2.6.32-31-generic 1
40.264926910 = 43.234136064 boot/vmlinuz-2.6.32-24-generic 1
40.270271301 = 43.239874560 boot/vmlinuz-2.6.32-31-generic 1
40.320899963 = 43.294236672 initrd.img 1
40.279273987 = 43.249541120 initrd.img.old 1
40.270271301 = 43.239874560 vmlinuz 1
40.264926910 = 43.234136064 vmlinuz.old 1

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda2

00000000 6f 6d 65 2e 6e 65 74 73 63 61 70 65 2e 63 6f 6d |ome.netscape.com|
00000010 2f 4e 43 2d 72 64 66 23 6f 70 65 6e 00 00 00 00 |/NC-rdf#open....|
00000020 50 35 61 68 01 00 00 00 3c e5 72 68 00 00 00 00 |P5ah....<.rh....|
00000030 01 00 00 00 3c e5 72 68 00 00 00 00 01 00 00 00 |....<.rh........|
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000050 20 00 00 00 00 00 00 00 97 00 00 10 70 3e 15 03 | ...........p>..|
00000060 00 00 00 00 00 00 00 00 e8 37 1a 03 00 00 00 00 |.........7......|
00000070 49 46 4e 55 4c 4c 00 00 00 00 00 00 91 00 00 00 |IFNULL..........|
00000080 28 00 00 00 00 00 00 00 68 8f 19 03 00 00 00 00 |(.......h.......|
00000090 00 00 00 00 00 00 00 00 00 00 00 00 b8 8f 19 03 |................|
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000000b0 20 00 00 00 00 00 00 00 97 00 00 10 d0 3e 15 03 | ............>..|
000000c0 00 00 00 00 00 00 00 00 28 38 1a 03 00 00 00 00 |........(8......|
000000d0 49 46 4e 55 4c 4c 00 00 73 00 00 00 00 00 00 00 |IFNULL..s.......|
000000e0 63 68 72 6f 6d 65 3a 2f 2f 67 6c 6f 62 61 6c 2f |chrome://global/|
000000f0 6c 6f 63 61 6c 65 2f 78 73 6c 74 2f 78 73 6c 74 |locale/xslt/xslt|
00000100 2e 70 72 6f 70 65 72 74 69 65 73 00 00 00 00 00 |.properties.....|
00000110 24 93 62 68 3c 93 62 68 06 00 00 00 6c 63 71 68 |$.bh<.bh....lcqh|
00000120 00 00 00 00 1c 00 c0 40 0c 00 00 00 03 00 00 00 |.......@........|
00000130 01 00 00 00 00 00 00 00 00 2e 13 03 00 00 00 00 |................|
00000140 28 d5 69 68 48 d5 69 68 05 00 00 00 c0 2d 12 03 |(.ihH.ih.....-..|
00000150 00 00 00 00 a0 7d 84 02 00 a7 76 00 00 00 00 00 |.....}....v.....|
00000160 00 00 00 00 2c 84 83 02 00 00 00 00 00 00 00 00 |....,...........|
00000170 6c 61 79 6f 75 74 2e 63 73 73 2e 76 69 73 69 74 |layout.css.visit|
00000180 65 64 5f 6c 69 6e 6b 73 5f 65 6e 61 62 6c 65 64 |ed_links_enabled|
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001a0 90 c0 61 68 e0 c0 61 68 f0 c0 61 68 e0 5f 12 03 |..ah..ah..ah._..|
000001b0 07 00 00 00 80 e8 63 00 30 b9 8b 08 20 8a 00 fe |......c.0... ...|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 78 62 00 00 00 |...........xb...|
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