Sunteți pe pagina 1din 6

Boot Info Script 0.

55 dated February 15th, 2010

============================= Boot Info Summary: ==============================


=> Windows is installed in the MBR of /dev/sda
sda1: _________________________________________________________________________
File system: ntfs
Boot sector type: Grub 2
Boot sector info: Grub 2 is installed in the boot sector of sda1 and
looks at sector 150078952 of the same hard drive for
core.img, but core.img can not be found at this
location. No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files/dirs: /bootmgr /boot/BCD /Windows/System32/winload.exe
sda2: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
sda3: _________________________________________________________________________
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:
sda4: _________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.10
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda6: _________________________________________________________________________
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 81,375,839 81,375,777 7 HPFS/NTFS
/dev/sda2 81,375,840 124,961,039 43,585,200 7 HPFS/NTFS
/dev/sda3 124,962,816 140,718,782 15,755,967 7 HPFS/NTFS
/dev/sda4 140,720,126 156,301,311 15,581,186 5 Extended
/dev/sda5 140,720,128 155,529,215 14,809,088 83 Linux
/dev/sda6 155,531,264 156,301,311 770,048 82 Linux swap / Solar
is

blkid -c /dev/null: ____________________________________________________________


Device UUID TYPE LABEL

/dev/sda1 A0803069803047D4 ntfs


/dev/sda2 727C5C3C7C5BF975 ntfs Lokal disk
/dev/sda3 8EAE9C74AE9C5695 ntfs Ubuntu
/dev/sda4: PTTYPE="dos"
/dev/sda5 ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada ext4
/dev/sda6 89c6d487-a850-47b9-aa15-7e420df21e03 swap
/dev/sda: PTTYPE="dos"
============================ "mount | grep ^/dev output: ======================
=====
Device Mount_Point Type Options
/dev/sda5 / ext4 (rw,errors=remount-ro,commi
t=0)

=========================== sda5/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 reco
rdfail; fi; fi
}
function load_video {
insmod vbe
insmod vga
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
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,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
set locale_dir=($root)/boot/grub/locale
set lang=nb
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-24-generic' --class ubuntu --class gnu-linu
x --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
linux /boot/vmlinuz-2.6.35-24-generic root=UUID=ea3f1fa6-7ce1-47f1-a2d
a-5f69b8caaada ro quiet splash
initrd /boot/initrd.img-2.6.35-24-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-24-generic (recovery mode)' --class ubuntu
--class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
echo 'Loading Linux 2.6.35-24-generic ...'
linux /boot/vmlinuz-2.6.35-24-generic root=UUID=ea3f1fa6-7ce1-47f1-a2d
a-5f69b8caaada ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-24-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linu
x --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=ea3f1fa6-7ce1-47f1-a2d
a-5f69b8caaada 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,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
echo 'Loading Linux 2.6.35-22-generic ...'
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=ea3f1fa6-7ce1-47f1-a2d
a-5f69b8caaada 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,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada
linux16 /boot/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 part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set a0803069803047d4
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 ###
=============================== sda5/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/sda5 during installation
UUID=ea3f1fa6-7ce1-47f1-a2da-5f69b8caaada / ext4 errors=remount
-ro 0 1
# swap was on /dev/sda6 during installation
UUID=89c6d487-a850-47b9-aa15-7e420df21e03 none swap sw
0 0
=================== sda5: Location of files loaded by Grub: ===================

76.8GB: boot/grub/core.img
75.4GB: boot/grub/grub.cfg
74.1GB: boot/initrd.img-2.6.35-22-generic
74.1GB: boot/initrd.img-2.6.35-24-generic
76.9GB: boot/vmlinuz-2.6.35-22-generic
76.9GB: boot/vmlinuz-2.6.35-24-generic
74.1GB: initrd.img
74.1GB: initrd.img.old
76.9GB: vmlinuz
76.9GB: vmlinuz.old
=========================== Unknown MBRs/Boot Sectors/etc ======================
=
Unknown BootLoader on sda4
00000000 29 7d 83 09 60 c9 01 84 8c 4d b0 49 d0 64 ec df |)}..`....M.I.d..|
00000010 5e 97 59 9d e8 da c2 48 41 52 a1 44 30 21 c0 da |^.Y....HAR.D0!..|
00000020 0f 01 03 88 1d a9 b7 04 31 f0 1d 10 a6 71 b8 8a |........1....q..|
00000030 f6 76 22 5c 4f fd 99 76 5d dc 91 7b 41 cf 83 d1 |.v"\O..v]..{A...|
00000040 0f f7 ca 3d a0 78 03 98 6d 8f 36 97 8b f1 18 2c |...=.x..m.6....,|
00000050 49 f6 0b 97 2b 83 b1 fe e5 b8 d5 36 44 9c e0 bc |I...+......6D...|
00000060 eb 67 9c 58 1d c7 bf 50 70 26 b1 6e 37 84 1b 6e |.g.X...Pp&.n7..n|
00000070 db 2d 75 32 cf 98 6b ed b2 df 95 30 ab 2b 6c ab |.-u2..k....0.+l.|
00000080 67 73 cd 34 d7 a2 9f b6 df ef 33 de f6 77 77 6d |gs.4......3..wwm|
00000090 e4 92 bd b7 96 5e 1b ab 92 38 3b 03 c0 7d 02 0f |.....^...8;..}..|
000000a0 01 f9 a8 3c 0c 09 a0 a0 d0 78 08 23 41 9a 2f e0 |...<.....x.#A./.|
000000b0 20 82 8c 7d 15 83 27 2f 6b e0 64 42 05 03 32 d6 | ..}..'/k.dB..2.|
000000c0 04 8c b8 1d 27 08 3c b5 b5 d4 f8 7d 2d 06 42 e7 |....'.<....}-.B.|
000000d0 4a cc 48 c5 6e a1 aa 32 1b dd ef 01 62 ff d8 a7 |J.H.n..2....b...|
000000e0 78 4c d8 33 41 e0 3f 3d 07 80 fa e4 19 28 1d 06 |xL.3A.?=.....(..|
000000f0 4e 07 c1 00 1e 02 07 30 60 41 a0 c2 50 1e 08 05 |N......0`A..P...|
00000100 ea c4 a1 19 38 f0 b8 b9 2a 60 3b a9 b6 b5 a3 f1 |....8...*`;.....|
00000110 d8 92 de 36 ad 8f 27 6e 03 01 8f aa c8 c3 5e e7 |...6..'n......^.|
00000120 f7 a7 c3 f0 30 ec 18 0f 83 04 31 e8 86 5f a0 da |....0.....1.._..|
00000130 3b 2f 12 c7 ea d5 d6 53 97 a7 2f f8 fd 3b 37 eb |;/.....S../..;7.|
00000140 c6 ea bd ff e3 2c 7e 15 b1 f6 a8 81 54 a8 c0 48 |.....,~.....T..H|
00000150 06 38 92 10 77 ec fd 43 32 5f dd 99 ca 8e 92 6c |.8..w..C2_.....l|
00000160 58 4c ab 22 5b 22 39 76 24 dd 6f 0b c7 95 b8 9b |XL."["9v$.o.....|
00000170 76 83 01 4f 87 b5 27 50 63 4a e0 e5 8c 41 7f b1 |v..O..'PcJ...A..|
00000180 63 e7 60 f9 bd d1 05 5b 75 92 db 76 e7 ed b3 dd |c.`....[u..v....|
00000190 5f 9e a8 24 22 4a cc 91 44 92 42 ae 70 a0 85 b5 |_..$"J..D.B.p...|
000001a0 d2 80 7a b9 f8 d2 9d cd 67 d9 fc 97 d7 f9 4b 62 |..z.....g.....Kb|
000001b0 95 0d a3 e5 ea 3e a3 20 40 14 42 3a b5 4d 00 fe |.....>. @.B:.M..|
000001c0 ff ff 83 fe ff ff 02 00 00 00 00 f8 e1 00 00 fe |................|
000001d0 ff ff 05 fe ff ff 02 f8 e1 00 00 c8 0b 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

S-ar putea să vă placă și