Δημοσιεύτηκε: 05 Μάιος 2010, 02:31
- Κώδικας: Επιλογή όλων
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 #6 for /boot/grub.
sda1: _________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: _________________________________________________________________________
File system: ext2
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs: /boot/grub/core.img
sda6: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04 LTS
Boot files/dirs: /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab
/boot/grub/core.img
sda7: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda2: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: According to the info in the boot sector, sda2 starts
at sector 41880573. But according to the info from
fdisk, sda2 starts at sector 184312863.
Operating System:
Boot files/dirs: /boot.ini /bootmgr /Boot/BCD /ntldr /NTDETECT.COM
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 120.0 GB, 120034123776 bytes
240 heads, 63 sectors/track, 15505 cylinders, total 234441648 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 15,181 184,311,807 184,296,627 f W95 Ext d (LBA)
/dev/sda5 15,183 48,843,307 48,828,125 83 Linux
/dev/sda6 48,844,800 178,696,191 129,851,392 83 Linux
/dev/sda7 178,698,240 184,311,807 5,613,568 82 Linux swap / Solaris
/dev/sda2 * 184,312,863 234,420,479 50,107,617 7 HPFS/NTFS
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda1: PTTYPE="dos"
/dev/sda2 88065C42065C3402 ntfs
/dev/sda5 e7430656-1ffd-4fdd-9657-7b97472e3977 ext2
/dev/sda6 430537c2-fcad-40cb-b89c-624ec9da1f83 ext4
/dev/sda7 92112cef-6c28-4c4b-9c9b-80ece7246397 swap
/dev/sda: PTTYPE="dos"
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sda6 / ext4 (rw,errors=remount-ro)
=================== sda5: Location of files loaded by Grub: ===================
16.3GB: boot/grub/core.img
=========================== sda6/boot/grub/menu.lst: ===========================
title Windows
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
=========================== sda6/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,6)'
search --no-floppy --fs-uuid --set 430537c2-fcad-40cb-b89c-624ec9da1f83
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,6)'
search --no-floppy --fs-uuid --set 430537c2-fcad-40cb-b89c-624ec9da1f83
set locale_dir=($root)/boot/grub/locale
set lang=el
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-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 430537c2-fcad-40cb-b89c-624ec9da1f83
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=430537c2-fcad-40cb-b89c-624ec9da1f83 ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, με Linux 2.6.32-21-generic (λειτουργία ανάκτησης)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 430537c2-fcad-40cb-b89c-624ec9da1f83
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=430537c2-fcad-40cb-b89c-624ec9da1f83 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='(hd0,6)'
search --no-floppy --fs-uuid --set 430537c2-fcad-40cb-b89c-624ec9da1f83
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 430537c2-fcad-40cb-b89c-624ec9da1f83
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/sda2)" {
insmod ntfs
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 88065c42065c3402
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 ###
=============================== sda6/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/sda6 during installation
UUID=430537c2-fcad-40cb-b89c-624ec9da1f83 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=92112cef-6c28-4c4b-9c9b-80ece7246397 none swap sw 0 0
=================== sda6: Location of files loaded by Grub: ===================
33.7GB: boot/grub/core.img
34.1GB: boot/grub/grub.cfg
34.1GB: boot/grub/menu.lst
33.8GB: boot/initrd.img-2.6.32-21-generic
33.8GB: boot/vmlinuz-2.6.32-21-generic
33.8GB: initrd.img
33.8GB: vmlinuz
================================ sda2/boot.ini: ================================
;
;Warning: Boot.ini is used on Windows XP and earlier operating systems.
;Warning: Use BCDEDIT.exe to modify Windows Vista boot options.
;
[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 sda1
00000000 36 00 74 00 6f 00 34 00 6d 00 70 00 2e 00 68 00 |6.t.o.4.m.p...h.|
00000010 65 00 6c 00 70 00 74 00 65 00 78 00 74 00 00 00 |e.l.p.t.e.x.t...|
00000020 ff ff ff ff 4d 00 69 00 63 00 72 00 6f 00 73 00 |....M.i.c.r.o.s.|
00000030 6f 00 66 00 74 00 20 00 36 00 74 00 6f 00 34 00 |o.f.t. .6.t.o.4.|
00000040 20 00 41 00 64 00 61 00 70 00 74 00 65 00 72 00 | .A.d.a.p.t.e.r.|
00000050 20 00 44 00 72 00 69 00 76 00 65 00 72 00 00 00 | .D.r.i.v.e.r...|
00000060 ff ff ff ff 54 00 55 00 4e 00 44 00 49 00 52 00 |....T.U.N.D.I.R.|
00000070 45 00 43 00 54 00 2e 00 44 00 69 00 73 00 70 00 |E.C.T...D.i.s.p.|
00000080 6c 00 61 00 79 00 4e 00 61 00 6d 00 65 00 00 00 |l.a.y.N.a.m.e...|
00000090 d8 0b 00 00 74 00 75 00 6e 00 64 00 69 00 72 00 |....t.u.n.d.i.r.|
000000a0 65 00 63 00 74 00 2e 00 64 00 69 00 73 00 70 00 |e.c.t...d.i.s.p.|
000000b0 6c 00 61 00 79 00 6e 00 61 00 6d 00 65 00 00 00 |l.a.y.n.a.m.e...|
000000c0 ff ff ff ff 4d 00 69 00 63 00 72 00 6f 00 73 00 |....M.i.c.r.o.s.|
000000d0 6f 00 66 00 74 00 20 00 44 00 69 00 72 00 65 00 |o.f.t. .D.i.r.e.|
000000e0 63 00 74 00 20 00 50 00 6f 00 69 00 6e 00 74 00 |c.t. .P.o.i.n.t.|
000000f0 2d 00 74 00 6f 00 2d 00 70 00 6f 00 69 00 6e 00 |-.t.o.-.p.o.i.n.|
00000100 74 00 20 00 41 00 64 00 61 00 70 00 61 00 74 00 |t. .A.d.a.p.a.t.|
00000110 65 00 72 00 00 00 6c 00 ff ff ff ff 54 00 55 00 |e.r...l.....T.U.|
00000120 4e 00 44 00 49 00 52 00 45 00 43 00 54 00 2e 00 |N.D.I.R.E.C.T...|
00000130 48 00 65 00 6c 00 70 00 54 00 65 00 78 00 74 00 |H.e.l.p.T.e.x.t.|
00000140 00 00 77 00 90 0c 00 00 74 00 75 00 6e 00 64 00 |..w.....t.u.n.d.|
00000150 69 00 72 00 65 00 63 00 74 00 2e 00 68 00 65 00 |i.r.e.c.t...h.e.|
00000160 6c 00 70 00 74 00 65 00 78 00 74 00 00 00 65 00 |l.p.t.e.x.t...e.|
00000170 ff ff ff ff 4d 00 69 00 63 00 72 00 6f 00 73 00 |....M.i.c.r.o.s.|
00000180 6f 00 66 00 74 00 20 00 44 00 69 00 72 00 65 00 |o.f.t. .D.i.r.e.|
00000190 63 00 74 00 20 00 50 00 6f 00 69 00 6e 00 74 00 |c.t. .P.o.i.n.t.|
000001a0 2d 00 74 00 6f 00 2d 00 70 00 6f 00 69 00 6e 00 |-.t.o.-.p.o.i.n.|
000001b0 74 00 20 00 41 00 64 00 61 00 70 00 74 00 00 01 |t. .A.d.a.p.t...|
000001c0 01 01 83 ef ff ff 02 00 00 00 dd 0e e9 02 00 ef |................|
000001d0 ff ff 05 ef ff ff df 0e e9 02 d4 65 bd 07 00 00 |...........e....|
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